Skip to content

Commit 741dc97

Browse files
committed
updated chart.yaml and release.yaml
1 parent ed32099 commit 741dc97

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.github/workflows/release.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,15 @@ jobs:
2121
run: |
2222
git config user.name "$GITHUB_ACTOR"
2323
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 }}"
2829

2930
- 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
3134
env:
3235
CR_TOKEN: "${{ secrets.HELM_RELEASE_TOKEN }}"

charts/oneShotMetricsServer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ description: A Helm chart for oneShotMetricsServer deployment to Kubernetes
44
type: application
55
version: "0.0.1"
66
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
88
maintainers:
99
- name: Jason Keller

0 commit comments

Comments
 (0)