diff --git a/archesproject/Chart.yaml b/archesproject/Chart.yaml index 636ae75..462bcb8 100644 --- a/archesproject/Chart.yaml +++ b/archesproject/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 description: An initial Helm chart for archesproject.org software (unofficial) name: archesproject type: application -version: 0.0.11 +version: 0.0.12 appVersion: "7.5.1" keywords: - arches diff --git a/archesproject/templates/deployment-worker.yaml b/archesproject/templates/deployment-worker.yaml index ec84cfc..362bc23 100644 --- a/archesproject/templates/deployment-worker.yaml +++ b/archesproject/templates/deployment-worker.yaml @@ -33,7 +33,7 @@ spec: name: {{ template "arches.fullname" . }}-env securityContext: {{- toYaml .Values.securityContext | nindent 12 }} - image: "{{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }}" + image: "{{ default .Values.image.repository .Values.worker.image.repository }}:{{ default .Chart.AppVersion .Values.worker.image.tag | default .Values.image.tag }}" imagePullPolicy: {{ .Values.image.pullPolicy }} resources: {{- toYaml .Values.resourcesWorker | nindent 12 }}