Commit 9e50ace5 authored by Alex Williams's avatar Alex Williams Committed by David McKay

Update image for job

parent 42f9aaa8
...@@ -19,7 +19,7 @@ spec: ...@@ -19,7 +19,7 @@ spec:
spec: spec:
containers: containers:
- name: {{ template "influxdb.fullname" . }}-create-admin-user - name: {{ template "influxdb.fullname" . }}-create-admin-user
image: "{{ .Values.image.repository }}:v{{ .Chart.AppVersion }}" image: "{{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }}"
{{- if .Values.securityContext }} {{- if .Values.securityContext }}
securityContext: securityContext:
{{ toYaml .Values.securityContext | nindent 12 }} {{ toYaml .Values.securityContext | nindent 12 }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment