diff --git a/stable/ghost/Chart.yaml b/stable/ghost/Chart.yaml index eea6b0dd77..dcae479f4b 100644 --- a/stable/ghost/Chart.yaml +++ b/stable/ghost/Chart.yaml @@ -1,5 +1,5 @@ name: ghost -version: 4.0.9 +version: 4.0.10 appVersion: 1.25.2 description: A simple, powerful publishing platform that allows you to share your stories with the world diff --git a/stable/ghost/templates/deployment.yaml b/stable/ghost/templates/deployment.yaml index 6c6798ce47..0c3f8d8f4c 100644 --- a/stable/ghost/templates/deployment.yaml +++ b/stable/ghost/templates/deployment.yaml @@ -14,6 +14,8 @@ spec: metadata: labels: app: {{ template "ghost.fullname" . }} + chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" + release: "{{ .Release.Name }}" spec: {{- if .Values.image.pullSecrets }} imagePullSecrets: