File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
charts/oneShotMetricsServer Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,15 @@ jobs:
21
21
run : |
22
22
git config user.name "$GITHUB_ACTOR"
23
23
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
24
- - name : Set up Helm
25
- uses : azure/setup-helm@v3.5
26
- with :
27
- version : v3.9.2
24
+
25
+ - name : Install Helm
26
+ uses : azure/setup-helm@v4
27
+ env :
28
+ GITHUB_TOKEN : " ${{ secrets.HELM_RELEASE_TOKEN }}"
28
29
29
30
- name : Run chart-releaser
30
- uses : helm/chart-releaser-action@v1.5.0
31
+ uses : helm/chart-releaser-action@v1.6.0
32
+ with :
33
+ pages_branch : helm_package
31
34
env :
32
35
CR_TOKEN : " ${{ secrets.HELM_RELEASE_TOKEN }}"
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ description: A Helm chart for oneShotMetricsServer deployment to Kubernetes
4
4
type : application
5
5
version : " 0.0.1"
6
6
appVersion : " 0.1.13"
7
- icon : https://github. com/imuni4fun/oneShotMetricsServer/blob /main/logo.png
7
+ icon : https://raw.githubusercontent. com/imuni4fun/oneShotMetricsServer/refs/heads /main/logo.png
8
8
maintainers :
9
9
- name : Jason Keller
You can’t perform that action at this time.
0 commit comments