diff --git a/clusters/atlas/flux-system/applications/bstein-dev-home/image-automation.yaml b/clusters/atlas/flux-system/applications/bstein-dev-home/image-automation.yaml index ddd55a1..e198db4 100644 --- a/clusters/atlas/flux-system/applications/bstein-dev-home/image-automation.yaml +++ b/clusters/atlas/flux-system/applications/bstein-dev-home/image-automation.yaml @@ -3,7 +3,7 @@ apiVersion: image.toolkit.fluxcd.io/v1 kind: ImageUpdateAutomation metadata: name: bstein-dev-home - namespace: bstein-dev-home + namespace: flux-system spec: interval: 1m0s sourceRef: @@ -13,14 +13,14 @@ spec: git: checkout: ref: - branch: feature/sso-hardening + branch: main commit: author: email: ops@bstein.dev name: flux-bot - messageTemplate: "chore(bstein-dev-home): automated image update" + messageTemplate: "chore(bstein-dev-home): update images to {{range .Updated.Images}}{{.}}{{end}}" push: - branch: feature/sso-hardening + branch: main update: strategy: Setters path: services/bstein-dev-home diff --git a/services/bstein-dev-home/kustomization.yaml b/services/bstein-dev-home/kustomization.yaml index 4847d2b..ae8cf4b 100644 --- a/services/bstein-dev-home/kustomization.yaml +++ b/services/bstein-dev-home/kustomization.yaml @@ -17,6 +17,12 @@ resources: - portal-onboarding-e2e-test-job.yaml - ingress.yaml +images: + - name: registry.bstein.dev/bstein/bstein-dev-home-frontend + newTag: 0.1.1-0 # {"$imagepolicy": "bstein-dev-home:bstein-dev-home-frontend"} + - name: registry.bstein.dev/bstein/bstein-dev-home-backend + newTag: 0.1.1-0 # {"$imagepolicy": "bstein-dev-home:bstein-dev-home-backend"} + configMapGenerator: - name: chat-ai-gateway namespace: bstein-dev-home