This repository was archived by the owner on Jan 18, 2024. It is now read-only.
File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4
4
- pull_request
5
5
6
6
env :
7
- helm-version : v3.11.0
7
+ helm-version : v3.13.3
8
8
9
9
jobs :
10
10
test :
20
20
run : echo "::set-output name=changes::$(git diff-tree --no-commit-id --name-only -r ${{ github.sha }} charts/timescaledb-single/Chart.yaml)"
21
21
22
22
- name : Create kind cluster
23
- uses : helm/kind-action@v1.5 .0
23
+ uses : helm/kind-action@v1.8 .0
24
24
if : steps.single_chart_changed.outputs.changes != ''
25
25
26
26
- uses : azure/setup-kubectl@v3
Original file line number Diff line number Diff line change 7
7
workflow_dispatch :
8
8
9
9
env :
10
- helm-version : v3.11.0
10
+ helm-version : v3.13.3
11
11
12
12
jobs :
13
13
release :
64
64
helm s3 push dist/* tscharts --acl public-read --relative --ignore-if-exists
65
65
66
66
- name : Create release
67
- uses : ncipollo/release-action@v1.12 .0
67
+ uses : ncipollo/release-action@v1.13 .0
68
68
with :
69
69
tag : ${{ steps.chart.outputs.chart }}-${{ steps.chartversion.outputs.version }}
70
70
allowUpdates : true
Original file line number Diff line number Diff line change 4
4
- pull_request
5
5
6
6
env :
7
- go-version : 1.19.5
7
+ go-version : 1.21.6
8
8
9
9
jobs :
10
10
lint :
23
23
run : go install github.com/brancz/gojsontoyaml@latest
24
24
25
25
- name : Set up chart-testing
26
- uses : helm/chart-testing-action@v2.3 .1
26
+ uses : helm/chart-testing-action@v2.6 .1
27
27
28
28
- name : Run chart-testing (lint)
29
29
run : make lint
66
66
fetch-depth : 0
67
67
68
68
- name : Set up chart-testing
69
- uses : helm/chart-testing-action@v2.3 .1
69
+ uses : helm/chart-testing-action@v2.6 .1
70
70
71
71
- name : Start kuberenetes cluster
72
72
env :
You can’t perform that action at this time.
0 commit comments