Skip to content

Commit

Permalink
Update operator.yml
Browse files Browse the repository at this point in the history
Update image to allow for ability to define the custom registry in the values file.
  • Loading branch information
bradsoper authored Feb 6, 2024
1 parent e1b2385 commit 838e312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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: "{{ .Values.registry.url }}/cnvrg-operator:{{ .Chart.Version }}"
imagePullPolicy: Always
name: cnvrg-operator
resources:
Expand All @@ -213,4 +213,4 @@ spec:
cpu: 500m
memory: 200Mi
serviceAccountName: cnvrg-operator
terminationGracePeriodSeconds: 10
terminationGracePeriodSeconds: 10

0 comments on commit 838e312

Please sign in to comment.