From da9c55ef364f81c51b732c547293bfcf41997c3d Mon Sep 17 00:00:00 2001 From: Tim Talbot Date: Mon, 27 Nov 2023 11:11:24 -0500 Subject: [PATCH 1/3] switch traefik auth pod env to a list --- charts/traefik-forward-auth/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/traefik-forward-auth/values.yaml b/charts/traefik-forward-auth/values.yaml index 75938d3..6848645 100644 --- a/charts/traefik-forward-auth/values.yaml +++ b/charts/traefik-forward-auth/values.yaml @@ -29,7 +29,7 @@ affinity: {} extraObjects: [] pod: - env: {} + env: [] command: - './traefik-forward-auth' args: From fc3187c119818cd263ea9989be9d59056b958af4 Mon Sep 17 00:00:00 2001 From: Tim Talbot Date: Mon, 27 Nov 2023 11:13:09 -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 a23d0ee..cbb0485 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.11 +version: 0.0.12 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 8a635bb..cb20bd8 100644 --- a/charts/traefik-forward-auth/NEWS.md +++ b/charts/traefik-forward-auth/NEWS.md @@ -1,3 +1,7 @@ +# 0.0.12 + +- Switch pod.env field to a list + # 0.0.11 - Set pod.env field when env vars are provided From 99b2bd6ac3429ec89d6048132a20f816b3ffcf73 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 27 Nov 2023 16:14:30 +0000 Subject: [PATCH 3/3] Update helm-docs and README.md --- charts/traefik-forward-auth/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/traefik-forward-auth/README.md b/charts/traefik-forward-auth/README.md index e313622..6613c6a 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.11](https://img.shields.io/badge/Version-0.0.11-informational?style=flat-square) +![Version: 0.0.12](https://img.shields.io/badge/Version-0.0.12-informational?style=flat-square) ## Installing the Chart -To install the chart with the release name `my-release` at version 0.0.11: +To install the chart with the release name `my-release` at version 0.0.12: ```bash helm repo add colearendt https://colearendt.github.io/helm -helm install my-release colearendt/traefik-forward-auth --version=0.0.11 +helm install my-release colearendt/traefik-forward-auth --version=0.0.12 ``` #### _Deploy traefik-forward-auth_ @@ -38,7 +38,7 @@ helm install my-release colearendt/traefik-forward-auth --version=0.0.11 | livenessProbe | object | `{}` | | | nameOverride | string | `""` | | | nodeSelector | object | `{}` | | -| pod.env | object | `{}` | | +| pod.env | list | `[]` | | | podAnnotations | object | `{}` | | | readinessProbe | object | `{}` | | | replicas | int | `1` | |