We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f6cc4 commit 2d8b102Copy full SHA for 2d8b102
deployment/helm/charts/onyx/templates/celery-worker-docfetching.yaml
@@ -37,7 +37,7 @@ spec:
37
- name: celery-worker-docfetching
38
securityContext:
39
{{- toYaml .Values.celery_worker_docfetching.securityContext | nindent 12 }}
40
- image: "{{ .Values.celery_shared.image.repository }}:{{ .Values.celery_shared.image.tag | default .Chart.AppVersion }}"
+ image: "{{ .Values.celery_shared.image.repository }}:{{ .Values.celery_shared.image.tag | default .Values.global.version }}"
41
imagePullPolicy: {{ .Values.global.pullPolicy }}
42
command:
43
[
0 commit comments