Skip to content

Commit 8893adf

Browse files
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.
1 parent 4d36457 commit 8893adf

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/lint-test.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ jobs:
2424
python-version: 3.7
2525

2626
- name: Set up chart-testing
27-
uses: helm/[email protected]
28-
with:
29-
version: v3.3.0
27+
uses: helm/[email protected]
3028

3129
- name: Run chart-testing (list-changed)
3230
id: list-changed
@@ -40,7 +38,7 @@ jobs:
4038
run: ct lint --config ct.yaml
4139

4240
- name: Create kind cluster
43-
uses: helm/kind-action@v1.1.0
41+
uses: helm/kind-action@v1.2.0
4442
if: steps.list-changed.outputs.changed == 'true'
4543

4644
- name: Run chart-testing (install)

helm/oauth2-proxy/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: oauth2-proxy
2-
version: 4.0.0
2+
version: 4.0.1
33
apiVersion: v2
44
appVersion: 7.1.3
55
home: https://oauth2-proxy.github.io/oauth2-proxy/

helm/oauth2-proxy/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ data:
186186
cert.pem: AB..==
187187
cert.key: CD..==
188188
```
189+
189190
## Extra environment variable templating
190191
The extraEnv value supports the tpl function which evaluate strings as templates inside the deployment template.
191192
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

0 commit comments

Comments
 (0)