Skip to content

Commit bcc1b4f

Browse files
test s3
1 parent e0865fc commit bcc1b4f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

charts/artifacts/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
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:

charts/artifacts/values.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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
##

0 commit comments

Comments
 (0)