Skip to content

Commit 971fe65

Browse files
authored
Merge ae2c7b8 into dee561b
2 parents dee561b + ae2c7b8 commit 971fe65

File tree

3 files changed

+19
-13
lines changed

3 files changed

+19
-13
lines changed
Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
name: Release Charts
22

33
on:
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

1013
jobs:
1114
release:
@@ -16,7 +19,7 @@ jobs:
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-
uses: helm/[email protected]
37+
uses: helm/[email protected]
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 }}"

charts/tum-gis-iot-stack-k8s/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2020
appVersion: "2.1.4"
2121

2222
dependencies:

charts/tum-gis-iot-stack-k8s/charts/grafana/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ sources:
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

1414
maintainers:
1515

0 commit comments

Comments
 (0)