Skip to content

Commit 15f457d

Browse files
tompizmorlachie83
authored andcommitted
Rename *_PORT env vars to *_PORT_NUMBER (helm#1216)
1 parent 9cd7401 commit 15f457d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

stable/ghost/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ghost
2-
version: 0.4.9
2+
version: 0.4.10
33
description: A simple, powerful publishing platform that allows you to share your stories with the world
44
keywords:
55
- ghost

stable/ghost/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
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:
@@ -31,7 +31,7 @@ spec:
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 }}

stable/ghost/values.yaml

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

0 commit comments

Comments
 (0)