Skip to content

Commit

Permalink
fix(ci): upgrade helm/chart-testing-action / helm/kind-action. (#42)
Browse files Browse the repository at this point in the history
* fix(ci): upgrade helm/chart-testing-action / helm/kind-action.

* docs: missing newline.

Actually just a way to force CI to run.
  • Loading branch information
desaintmartin authored Jul 1, 2021
1 parent 4d36457 commit 8893adf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:
python-version: 3.7

- name: Set up chart-testing
uses: helm/[email protected]
with:
version: v3.3.0
uses: helm/[email protected]

- name: Run chart-testing (list-changed)
id: list-changed
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion helm/oauth2-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
1 change: 1 addition & 0 deletions helm/oauth2-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8893adf

Please sign in to comment.