From f664be64835842e55ab81a83ebe9df28f11b0853 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 20:28:56 +0200 Subject: [PATCH] [stable/orangehrm] Add chart and release labels in pods (#6910) --- stable/orangehrm/Chart.yaml | 2 +- stable/orangehrm/templates/deployment.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/stable/orangehrm/Chart.yaml b/stable/orangehrm/Chart.yaml index 29075196f8..8d26b8c2c8 100644 --- a/stable/orangehrm/Chart.yaml +++ b/stable/orangehrm/Chart.yaml @@ -1,5 +1,5 @@ name: orangehrm -version: 2.0.2 +version: 2.0.3 appVersion: 4.1.1 description: OrangeHRM is a free HR management system that offers a wealth of modules to suit the needs of your business. diff --git a/stable/orangehrm/templates/deployment.yaml b/stable/orangehrm/templates/deployment.yaml index 8ebe39b599..d5532ef9e7 100644 --- a/stable/orangehrm/templates/deployment.yaml +++ b/stable/orangehrm/templates/deployment.yaml @@ -12,6 +12,8 @@ spec: metadata: labels: app: {{ template "orangehrm.fullname" . }} + chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" + release: "{{ .Release.Name }}" spec: {{- if .Values.image.pullSecrets }} imagePullSecrets: