From fa1ea086d35719a62d1cd5074872f57e43e37426 Mon Sep 17 00:00:00 2001 From: Matteo Gastaldello Date: Tue, 10 Sep 2024 09:33:39 +0200 Subject: [PATCH] fix: fix cdc deployment image --- internal/templates/assets/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/templates/assets/deployment.yaml b/internal/templates/assets/deployment.yaml index 9b12421..8972b8f 100644 --- a/internal/templates/assets/deployment.yaml +++ b/internal/templates/assets/deployment.yaml @@ -28,8 +28,8 @@ spec: spec: containers: - name: {{ .resource }}-{{ .apiVersion }}-controller - # image: ghcr.io/krateoplatformops/composition-dynamic-controller:{{ or .tag "0.5.0" }} - image: kind.local/composition-dynamic-controller:latest + image: ghcr.io/krateoplatformops/composition-dynamic-controller:{{ or .tag "0.5.0" }} + # image: kind.local/composition-dynamic-controller:latest imagePullPolicy: IfNotPresent env: - name: HOME # home should be set to /tmp or any other writable directory to avoid permission issues with helm https://github.com/helm/helm/issues/8038