File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 3232 {{- end }}
3333 containers :
3434 - name : artifacts
35- image : " {{ .Values.image.registry }}/{{ .Values.image.repository }}/artifacts :{{ .Values.image.tag }}"
35+ image : " {{ .Values.image.registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag }}"
3636 imagePullPolicy : {{ .Values.image.pullPolicy | quote }}
3737 envFrom :
3838 - secretRef :
Original file line number Diff line number Diff line change @@ -61,11 +61,14 @@ image:
6161
6262 # # repository on the registry to pull from.
6363 # #
64- repository : scality/artifacts
64+ repository : scality/artifacts/artifacts
65+
66+ # # tag specifies the version to deploy.
6567
6668 # # tag specifies the version to deploy.
6769 # #
68- tag : 860d08acdbf7776f910975734bd84e87a37f57af
70+ tag : e5ce2a3c9ae30645b45add8ab77b3636b3e8a146
71+ # tag: 860d08acdbf7776f910975734bd84e87a37f57af
6972
7073 # # pullPolicy specifies the image pull policy
7174 # #
You can’t perform that action at this time.
0 commit comments