mirror of
https://github.com/helm/charts.git
synced 2026-08-22 22:07:36 +00:00
Fix wrong image format (#4752)
This commit is contained in:
committed by
k8s-ci-robot
parent
1a3b97c460
commit
a69302fa3c
@@ -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.
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user