From 184867b0cfd8ce9839f4bdb6f4f6f643bfde4e24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20J=2E=20Salmer=C3=B3n-Garc=C3=ADa?= Date: Mon, 30 Jul 2018 18:31:56 +0200 Subject: [PATCH] [stable/ghost] Add chart and release labels in pods (#6888) --- stable/ghost/Chart.yaml | 2 +- stable/ghost/templates/deployment.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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: