Skip to content

Commit 617e314

Browse files
PaulHLiatrioaponcedeleonch
authored andcommitted
fix: adjust template variable from .Chart.AppVersion to .Values.global.version to match versioning pattern. (onyx-dot-app#5069)
1 parent 5a2c5ce commit 617e314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/helm/charts/onyx/templates/celery-worker-docfetching.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
- name: celery-worker-docfetching
3838
securityContext:
3939
{{- toYaml .Values.celery_worker_docfetching.securityContext | nindent 12 }}
40-
image: "{{ .Values.celery_shared.image.repository }}:{{ .Values.celery_shared.image.tag | default .Chart.AppVersion }}"
40+
image: "{{ .Values.celery_shared.image.repository }}:{{ .Values.celery_shared.image.tag | default .Values.global.version }}"
4141
imagePullPolicy: {{ .Values.global.pullPolicy }}
4242
command:
4343
[

0 commit comments

Comments
 (0)