Skip to content

Commit

Permalink
Replace cluster service imageTag variable
Browse files Browse the repository at this point in the history
  • Loading branch information
patilsuraj767 committed Feb 25, 2025
1 parent 47cfe31 commit 48b1097
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 48b1097

Please sign in to comment.