From 5fe2b6a5480db20a1fc813699393f0076cd15408 Mon Sep 17 00:00:00 2001 From: Tim Talbot Date: Tue, 28 Nov 2023 15:26:10 -0500 Subject: [PATCH 1/3] set serviceAccountName on auth deployment --- charts/traefik-forward-auth/templates/pod.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/traefik-forward-auth/templates/pod.yaml b/charts/traefik-forward-auth/templates/pod.yaml index 0857542..ba44d67 100644 --- a/charts/traefik-forward-auth/templates/pod.yaml +++ b/charts/traefik-forward-auth/templates/pod.yaml @@ -21,6 +21,7 @@ spec: labels: app: {{ .Release.Name }} spec: + serviceAccountName: {{ include "traefik-forward-auth.serviceAccountName" . }} containers: - name: proxy image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" From b7a1881336ed8f0b8261858322a82e7cca361af6 Mon Sep 17 00:00:00 2001 From: Tim Talbot Date: Tue, 28 Nov 2023 15:32:02 -0500 Subject: [PATCH 2/3] bump version --- charts/traefik-forward-auth/Chart.yaml | 2 +- charts/traefik-forward-auth/NEWS.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/charts/traefik-forward-auth/Chart.yaml b/charts/traefik-forward-auth/Chart.yaml index 52c00d4..5a53ba2 100644 --- a/charts/traefik-forward-auth/Chart.yaml +++ b/charts/traefik-forward-auth/Chart.yaml @@ -1,6 +1,6 @@ name: traefik-forward-auth description: Deploy traefik-forward-auth -version: 0.0.13 +version: 0.0.14 apiVersion: v1 sources: - https://github.com/thomseddon/traefik-forward-auth diff --git a/charts/traefik-forward-auth/NEWS.md b/charts/traefik-forward-auth/NEWS.md index 35081c7..e993826 100644 --- a/charts/traefik-forward-auth/NEWS.md +++ b/charts/traefik-forward-auth/NEWS.md @@ -1,3 +1,7 @@ +# 0.0.14 + +- Set serviceAccountName on deployment + # 0.0.13 - Add pod volumes and volume mounts and option to create a service account From 69e093839052a95bf98de3e90d6e2b0ac1eb6ecd Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 28 Nov 2023 20:32:46 +0000 Subject: [PATCH 3/3] Update helm-docs and README.md --- charts/traefik-forward-auth/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/traefik-forward-auth/README.md b/charts/traefik-forward-auth/README.md index fde31ce..c904ff7 100644 --- a/charts/traefik-forward-auth/README.md +++ b/charts/traefik-forward-auth/README.md @@ -1,14 +1,14 @@ # traefik-forward-auth -![Version: 0.0.13](https://img.shields.io/badge/Version-0.0.13-informational?style=flat-square) +![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ## Installing the Chart -To install the chart with the release name `my-release` at version 0.0.13: +To install the chart with the release name `my-release` at version 0.0.14: ```bash helm repo add colearendt https://colearendt.github.io/helm -helm install my-release colearendt/traefik-forward-auth --version=0.0.13 +helm install my-release colearendt/traefik-forward-auth --version=0.0.14 ``` #### _Deploy traefik-forward-auth_