From 515acedb141bb8d35fbc2a6cdec0d6d97f7d2c87 Mon Sep 17 00:00:00 2001 From: Marcel Jansen <34770714+Marcel-Jansen@users.noreply.github.com> Date: Mon, 27 Nov 2023 16:39:15 +0100 Subject: [PATCH 1/2] Add labels and annotations templating to serviceaccount Signed-off-by: Marcel Jansen <34770714+Marcel-Jansen@users.noreply.github.com> --- charts/gxf/templates/serviceaccount.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/charts/gxf/templates/serviceaccount.yaml b/charts/gxf/templates/serviceaccount.yaml index 12826ab..68ed750 100644 --- a/charts/gxf/templates/serviceaccount.yaml +++ b/charts/gxf/templates/serviceaccount.yaml @@ -9,4 +9,11 @@ metadata: chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" release: "{{ .Release.Name }}" heritage: "{{ .Release.Service }}" + {{- with .Values.labels }} + {{- toYaml . | nindent 4 }} + {{- end }} + annotations: + {{- with .Values.annotations }} + {{- toYaml . | nindent 4 }} + {{- end }} {{- end }} From 9cac2732b023e9dabd777ef752eac9a2db259aa1 Mon Sep 17 00:00:00 2001 From: Marcel Jansen <34770714+Marcel-Jansen@users.noreply.github.com> Date: Mon, 27 Nov 2023 16:39:59 +0100 Subject: [PATCH 2/2] Bump chart version Signed-off-by: Marcel Jansen <34770714+Marcel-Jansen@users.noreply.github.com> --- charts/gxf/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gxf/Chart.yaml b/charts/gxf/Chart.yaml index e0f5ecb..2a1a843 100644 --- a/charts/gxf/Chart.yaml +++ b/charts/gxf/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: gxf description: Generic GXF Helm chart -version: '1.5.31' +version: '1.5.32' icon: https://artwork.lfenergy.org/projects/grid-exchange-fabric/abbrev/color/grid-exchange-fabric-abbrev-color.png maintainers: - name: OSGP