Skip to content

Commit f06037b

Browse files
committed
gha update
1 parent 3079434 commit f06037b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-chart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Helm
2121
uses: alexellis/arkade-get@master
2222
with:
23-
helm: latest
23+
helm: v3.19.2
2424

2525
- name: Log in to GitHub Container Registry
2626
uses: docker/login-action@v3
@@ -38,4 +38,4 @@ jobs:
3838
3939
# Push the chart using OCI
4040
# This will call the package 'kobo' for now but it may make sense in the future to change it to `kobo-helm-chart` in Chart.yaml
41-
helm push chart/kobo-${CHART_VERSION}.tgz oci://ghcr.io/${OWNER_LOWER_CASE}
41+
helm push chart/kobo-${CHART_VERSION}.tgz oci://ghcr.io/${OWNER_LOWER_CASE}

0 commit comments

Comments
 (0)