Compare commits

..

1 Commits

Author SHA1 Message Date
Morten Olsen
20482af1ec add deployments 2025-07-28 23:09:48 +02:00
2 changed files with 4 additions and 4 deletions

View File

@@ -3,9 +3,9 @@ name: Publish tag
on: on:
push: push:
branches: branches:
- 'main' - 'master'
tags: tags:
- "v*" - "v[0-9]+.[0-9]+.[0-9]+"
env: env:
environment: test environment: test

View File

@@ -3,8 +3,8 @@
# Declare variables to be passed into your templates. # Declare variables to be passed into your templates.
image: image:
repository: ghcr.io/morten-olsen/homelab-operator:main repository: ghcr.io/morten-olsen/homelab-operator
pullPolicy: Always pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "" tag: ""