This repository was archived by the owner on Jan 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44- pull_request
55
66env :
7- helm-version : v3.11.0
7+ helm-version : v3.12.1
88
99jobs :
1010 test :
2020 run : echo "::set-output name=changes::$(git diff-tree --no-commit-id --name-only -r ${{ github.sha }} charts/timescaledb-single/Chart.yaml)"
2121
2222 - name : Create kind cluster
23- uses : helm/kind-action@v1.5 .0
23+ uses : helm/kind-action@v1.7 .0
2424 if : steps.single_chart_changed.outputs.changes != ''
2525
2626 - uses : azure/setup-kubectl@v3
Original file line number Diff line number Diff line change 77 workflow_dispatch :
88
99env :
10- helm-version : v3.11.0
10+ helm-version : v3.12.1
1111
1212jobs :
1313 release :
Original file line number Diff line number Diff line change 44 - pull_request
55
66env :
7- go-version : 1.19 .5
7+ go-version : 1.20 .5
88
99jobs :
1010 lint :
2323 run : go install github.com/brancz/gojsontoyaml@latest
2424
2525 - name : Set up chart-testing
26- uses : helm/chart-testing-action@v2.3.1
26+ uses : helm/chart-testing-action@v2.4.0
2727
2828 - name : Run chart-testing (lint)
2929 run : make lint
6666 fetch-depth : 0
6767
6868 - name : Set up chart-testing
69- uses : helm/chart-testing-action@v2.3.1
69+ uses : helm/chart-testing-action@v2.4.0
7070
7171 - name : Start kuberenetes cluster
7272 env :
You can’t perform that action at this time.
0 commit comments