diff --git a/cluster/apps/presidential-paradise/zookeeper/deployment.yaml b/cluster/apps/presidential-paradise/zookeeper/deployment.yaml index c301bb9..3dff301 100644 --- a/cluster/apps/presidential-paradise/zookeeper/deployment.yaml +++ b/cluster/apps/presidential-paradise/zookeeper/deployment.yaml @@ -23,7 +23,7 @@ spec: spec: containers: - name: zookeeper - image: registry.xirion.net/library/zookeeper:0.2.0 # {"$imagepolicy": "presidential-paradise:zookeeper"} + image: registry.xirion.net/library/zookeeper:0.2.0 # {"$imagepolicy": "presidential-paradise:zookeeper"} ports: - name: web containerPort: 8085 diff --git a/cluster/base/flux-system/image-update-automation.yaml b/cluster/base/flux-system/image-update-automation.yaml index 2c8d235..0802cf7 100644 --- a/cluster/base/flux-system/image-update-automation.yaml +++ b/cluster/base/flux-system/image-update-automation.yaml @@ -2,7 +2,7 @@ apiVersion: image.toolkit.fluxcd.io/v1beta1 kind: ImageUpdateAutomation metadata: name: flux-system - namespace: flux-system + namespace: presidential-paradise spec: interval: 1m0s sourceRef: @@ -20,5 +20,5 @@ spec: push: branch: main update: - path: ./cluster/ + path: ./cluster/apps/presidential-paradise strategy: Setters