Skip to content

Commit

Permalink
fix: fix cdc deployment image
Browse files Browse the repository at this point in the history
  • Loading branch information
matteogastaldello committed Sep 10, 2024
1 parent 632f414 commit fa1ea08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/templates/assets/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa1ea08

Please sign in to comment.