Skip to content

Commit

Permalink
Merge branch 'main' into httpd-security-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel-Jansen authored Jan 22, 2024
2 parents 3edf362 + 9439707 commit 8e8ff59
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
strategy:
matrix:
k8s:
- v1.22.17
- v1.24.6
- v1.26.11
- v1.28.4
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion charts/gxf/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: gxf
description: Generic GXF Helm chart
version: '1.5.31'
version: '1.5.35'
icon: https://artwork.lfenergy.org/projects/grid-exchange-fabric/abbrev/color/grid-exchange-fabric-abbrev-color.png
maintainers:
- name: OSGP
Expand Down
2 changes: 1 addition & 1 deletion charts/gxf/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
- name: {{ $key }}
valueFrom:
secretKeyRef:
name: {{ $value.secretName }}
name: {{ tpl $value.secretName $ }}
key: {{ $value.secretKey }}
{{- end }}
ports:
Expand Down
7 changes: 7 additions & 0 deletions charts/gxf/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,11 @@ metadata:
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
{{- with .Values.serviceAccount.labels }}
{{- tpl (toYaml .) $ | nindent 4 }}
{{- end }}
annotations:
{{- with .Values.serviceAccount.annotations }}
{{- tpl (toYaml .) $ | nindent 4 }}
{{- end }}
{{- end }}

0 comments on commit 8e8ff59

Please sign in to comment.