We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02869dc commit 6bdadd3Copy full SHA for 6bdadd3
charts/ghost/Chart.yaml
@@ -1,5 +1,5 @@
1
name: ghost
2
-version: 2.1.16-test.1
+version: 2.1.16
3
appVersion: 1.21.5
4
description: A simple, powerful publishing platform that allows you to share your
5
stories with the world
charts/ghost/templates/deployment.yaml
@@ -15,7 +15,6 @@ spec:
15
labels:
16
app: {{ template "ghost.fullname" . }}
17
spec:
18
- serviceAccount: testpurge
19
initContainers:
20
- name: volume-permissions
21
image: "{{ .Values.volumePermissions.image.name }}:{{ .Values.volumePermissions.image.tag }}"
0 commit comments