Skip to content

Commit

Permalink
update operator deploy to use imagehub
Browse files Browse the repository at this point in the history
  • Loading branch information
itaynvn committed Feb 20, 2024
1 parent f17ec8b commit 8e6972f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cnvrg-operator/templates/operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ spec:
- start
- --max-concurrent-reconciles
- "3"
image: "docker.io/cnvrg/cnvrg-operator:{{ .Chart.Version }}"
image: "{{ .Spec.ImageHub }}/cnvrg-operator:{{ .Chart.Version }}"
imagePullPolicy: Always
name: cnvrg-operator
resources:
Expand Down

0 comments on commit 8e6972f

Please sign in to comment.