From 8893adfdd2d4daa8a7617a713dbdfefd677d61eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= Date: Thu, 1 Jul 2021 09:33:17 +0200 Subject: [PATCH] fix(ci): upgrade helm/chart-testing-action / helm/kind-action. (#42) * fix(ci): upgrade helm/chart-testing-action / helm/kind-action. * docs: missing newline. Actually just a way to force CI to run. --- .github/workflows/lint-test.yaml | 6 ++---- helm/oauth2-proxy/Chart.yaml | 2 +- helm/oauth2-proxy/README.md | 1 + 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 3df8c3e5..855a1614 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -24,9 +24,7 @@ jobs: python-version: 3.7 - name: Set up chart-testing - uses: helm/chart-testing-action@v2.0.1 - with: - version: v3.3.0 + uses: helm/chart-testing-action@v2.1.0 - name: Run chart-testing (list-changed) id: list-changed @@ -40,7 +38,7 @@ jobs: run: ct lint --config ct.yaml - name: Create kind cluster - uses: helm/kind-action@v1.1.0 + uses: helm/kind-action@v1.2.0 if: steps.list-changed.outputs.changed == 'true' - name: Run chart-testing (install) diff --git a/helm/oauth2-proxy/Chart.yaml b/helm/oauth2-proxy/Chart.yaml index 85261091..b326304d 100644 --- a/helm/oauth2-proxy/Chart.yaml +++ b/helm/oauth2-proxy/Chart.yaml @@ -1,5 +1,5 @@ name: oauth2-proxy -version: 4.0.0 +version: 4.0.1 apiVersion: v2 appVersion: 7.1.3 home: https://oauth2-proxy.github.io/oauth2-proxy/ diff --git a/helm/oauth2-proxy/README.md b/helm/oauth2-proxy/README.md index 12db96da..811bbc75 100644 --- a/helm/oauth2-proxy/README.md +++ b/helm/oauth2-proxy/README.md @@ -186,6 +186,7 @@ data: cert.pem: AB..== cert.key: CD..== ``` + ## Extra environment variable templating The extraEnv value supports the tpl function which evaluate strings as templates inside the deployment template. This is useful to pass a template string as a value to the chart's extra environment variables and to render external configuration environment values