Skip to content

Commit

Permalink
Merge pull request #4 from tum-gis/update-releaser-actions
Browse files Browse the repository at this point in the history
Update chart releaser action
  • Loading branch information
BWibo authored Feb 20, 2024
2 parents dee561b + a86be42 commit d6563a0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/chart-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main

paths:
- charts/tum-gis-iot-stack-k8s/**

Expand All @@ -16,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -26,11 +27,14 @@ jobs:
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v1
uses: azure/setup-helm@v3
with:
version: v3.11.3
version: v3.14.1

- name: Run chart-releaser
uses: helm/[email protected]
uses: helm/[email protected]
with:
mark_as_latest: true
skip_existing: true
env:
CR_TOKEN: "${{ secrets.GH_TOKEN }}"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2 changes: 1 addition & 1 deletion charts/tum-gis-iot-stack-k8s/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ maintainers:
name: Bruno Willenborg
url: https://www.asg.ed.tum.de/en/gis/our-team/staff/bruno-willenborg/

version: 0.10.2
version: 0.10.3-beta1
appVersion: "2.1.4"

dependencies:
Expand Down
4 changes: 2 additions & 2 deletions charts/tum-gis-iot-stack-k8s/charts/grafana/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ sources:
- https://github.com/tum-gis/tum-gis-iot-stack-k8s/tree/main/helm/charts/charts/grafana
- https://github.com/grafana/grafana

version: 0.7.1
appVersion: "10.0.3"
version: 0.8.0
appVersion: "10.2.4"

maintainers:
- email: [email protected]
Expand Down

0 comments on commit d6563a0

Please sign in to comment.