Fix wrong image format (#4752)

This commit is contained in:
Tomas Pizarro
2018-04-06 11:10:09 -07:00
committed by k8s-ci-robot
parent 1a3b97c460
commit a69302fa3c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: osclass
version: 1.0.1
version: 1.0.2
appVersion: 3.7.4
description: Osclass is a php script that allows you to quickly create and manage
your own free classifieds site.
+2 -2
View File
@@ -22,8 +22,8 @@ spec:
{{- end }}
containers:
- name: {{ template "osclass.fullname" . }}
image: "{{ .Values.image }}"
imagePullPolicy: {{ default "" .Values.imagePullPolicy | quote }}
image: "{{ .Values.image.registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy | quote }}
env:
- name: ALLOW_EMPTY_PASSWORD
value: {{ .Values.allowEmptyPassword | quote }}