Testing: Update ghost chart to new values format

This commit is contained in:
tompizmor
2018-03-28 11:27:16 +02:00
parent a2c1fc30f3
commit dc01f033a4
2 changed files with 7 additions and 9 deletions
+2 -2
View File
@@ -25,8 +25,8 @@ spec:
name: ghost-data
containers:
- name: {{ template "ghost.fullname" . }}
image: "{{ .Values.image }}"
imagePullPolicy: {{ default "" .Values.imagePullPolicy | quote }}
image: "{{ .Values.image.registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ default "" .Values.image.pullPolicy | quote }}
env:
- name: ALLOW_EMPTY_PASSWORD
{{- if .Values.allowEmptyPassword }}
+5 -7
View File
@@ -1,7 +1,11 @@
## Bitnami Ghost image version
## ref: https://hub.docker.com/r/bitnami/ghost/tags/
##
image: bitnami/ghost:1.21.6-r0
image:
registry: docker.io
repository: bitnami/ghost
tag: 1.21.6
pullPolicy: IfNotPresent
## Busybox image used to configure volume permissions
##
@@ -11,12 +15,6 @@ volumePermissions:
tag: 1.27.1
# pullPolicy:
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
##
# imagePullPolicy:
## Ghost host to create application URLs
## ref: https://github.com/bitnami/bitnami-docker-ghost#configuration
##