Skip to content

Commit

Permalink
Merge pull request #1403 from Azure/renameCSImageVar
Browse files Browse the repository at this point in the history
Replace cluster service imageTag variable
  • Loading branch information
janboll authored Feb 26, 2025
2 parents c7c4633 + e85f64f commit 08cba0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-service/deploy/helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
- --batch-processes={{ .Values.batchProcesses }}
containers:
- name: service
image: '{{ .Values.imageRegistry }}/{{ .Values.imageRepository }}:{{ .Values.imageTag }}'
image: '{{ .Values.imageRegistry }}/{{ .Values.imageRepository }}@{{ .Values.imageDigest }}'
imagePullPolicy: IfNotPresent
volumeMounts:
- name: service
Expand Down

0 comments on commit 08cba0d

Please sign in to comment.