From 92b69b4cebaadb3248f7966eb801e5d6c6a2d3c2 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:36:57 +0200 Subject: [PATCH] [stable/osclass] Add chart and release labels in pods (#6889) --- stable/osclass/Chart.yaml | 2 +- stable/osclass/templates/deployment.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/stable/osclass/Chart.yaml b/stable/osclass/Chart.yaml index 399273ef9f..51ec2d4904 100644 --- a/stable/osclass/Chart.yaml +++ b/stable/osclass/Chart.yaml @@ -1,5 +1,5 @@ name: osclass -version: 2.0.2 +version: 2.0.3 appVersion: 3.7.4 description: Osclass is a php script that allows you to quickly create and manage your own free classifieds site. diff --git a/stable/osclass/templates/deployment.yaml b/stable/osclass/templates/deployment.yaml index cabb33b0ca..2904abd746 100644 --- a/stable/osclass/templates/deployment.yaml +++ b/stable/osclass/templates/deployment.yaml @@ -13,6 +13,8 @@ spec: metadata: labels: app: {{ template "osclass.fullname" . }} + chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" + release: "{{ .Release.Name }}" spec: {{- if .Values.image.pullSecrets }} imagePullSecrets: