diff --git a/charts/ghost/Chart.yaml b/charts/ghost/Chart.yaml index c526283..e567d86 100755 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -1,5 +1,5 @@ name: ghost -version: 2.1.16-test.1 +version: 2.1.16 appVersion: 1.21.5 description: A simple, powerful publishing platform that allows you to share your stories with the world diff --git a/charts/ghost/templates/deployment.yaml b/charts/ghost/templates/deployment.yaml index f39244d..955d4fb 100755 --- a/charts/ghost/templates/deployment.yaml +++ b/charts/ghost/templates/deployment.yaml @@ -15,7 +15,6 @@ spec: labels: app: {{ template "ghost.fullname" . }} spec: - serviceAccount: testpurge initContainers: - name: volume-permissions image: "{{ .Values.volumePermissions.image.name }}:{{ .Values.volumePermissions.image.tag }}"