File tree Expand file tree Collapse file tree 3 files changed +19
-13
lines changed
charts/tum-gis-iot-stack-k8s Expand file tree Collapse file tree 3 files changed +19
-13
lines changed Original file line number Diff line number Diff line change 11name : Release Charts
22
33on :
4- push :
5- branches :
6- - main
7- paths :
8- - charts/tum-gis-iot-stack-k8s/**
4+ # push:
5+ # branches:
6+ # - main
7+
8+ # paths:
9+ # - charts/tum-gis-iot-stack-k8s/**
10+
11+ pull_request :
912
1013jobs :
1114 release :
1619 runs-on : ubuntu-latest
1720 steps :
1821 - name : Checkout
19- uses : actions/checkout@v3
22+ uses : actions/checkout@v4
2023 with :
2124 fetch-depth : 0
2225
@@ -26,11 +29,14 @@ jobs:
2629 git config user.email "[email protected] " 2730
2831 - name : Install Helm
29- uses : azure/setup-helm@v1
32+ uses : azure/setup-helm@v3
3033 with :
31- version : v3.11.3
34+ version : v3.14.1
3235
3336 - name : Run chart-releaser
34- 37+ 38+ with :
39+ mark_as_latest : false
40+ skip_existing : true
3541 env :
36- CR_TOKEN : " ${{ secrets.GH_TOKEN }}"
42+ CR_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ maintainers:
1616 name : Bruno Willenborg
1717 url : https://www.asg.ed.tum.de/en/gis/our-team/staff/bruno-willenborg/
1818
19- version : 0.10.2
19+ version : 0.10.3-beta1
2020appVersion : " 2.1.4"
2121
2222dependencies :
Original file line number Diff line number Diff line change 88 - https://github.com/tum-gis/tum-gis-iot-stack-k8s/tree/main/helm/charts/charts/grafana
99 - https://github.com/grafana/grafana
1010
11- version : 0.7.1
12- appVersion : " 10.0.3 "
11+ version : 0.8.0
12+ appVersion : " 10.2.4 "
1313
1414maintainers :
1515
You can’t perform that action at this time.
0 commit comments