File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11name : ghost
2- version : 0.4.9
2+ version : 0.4.10
33description : A simple, powerful publishing platform that allows you to share your stories with the world
44keywords :
55- ghost
Original file line number Diff line number Diff line change 2222 env :
2323 - name : MARIADB_HOST
2424 value : {{ template "mariadb.fullname" . }}
25- - name : MARIADB_PORT
25+ - name : MARIADB_PORT_NUMBER
2626 value : " 3306"
2727 - name : MARIADB_PASSWORD
2828 valueFrom :
3131 key : mariadb-root-password
3232 - name : GHOST_HOST
3333 value : {{ include "host" . | quote }}
34- - name : GHOST_PORT
34+ - name : GHOST_PORT_NUMBER
3535 {{- if eq .Values.serviceType "ClusterIP" }}
3636 value : " 2368"
3737 {{- else }}
Original file line number Diff line number Diff line change 11# # Bitnami Ghost image version
22# # ref: https://hub.docker.com/r/bitnami/ghost/tags/
33# #
4- image : bitnami/ghost:0.11.9-r0
4+ image : bitnami/ghost:0.11.9-r2
55
66# # Specify a imagePullPolicy
77# # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
You can’t perform that action at this time.
0 commit comments