Skip to content

Commit c7865a9

Browse files
committed
fix: chart name
1 parent 454683a commit c7865a9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release-helm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
env:
2626
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2727
CR_SKIP_EXISTING: true
28+
CR_RELEASE_NAME_TEMPLATE: "{{ .Name }}-helm-{{ .Version }}"
2829

2930
- name: Login to DockerHub
3031
uses: docker/login-action@v2
@@ -38,5 +39,5 @@ jobs:
3839
if [ -z "${pkg:-}" ]; then
3940
break
4041
fi
41-
helm push "${pkg}" "oci://docker.io/${GITHUB_REPOSITORY_OWNER}/helm-charts"
42+
helm push "${pkg}" "oci://docker.io/tensorfusion/tf-operator-helm"
4243
done

charts/tensor-fusion/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.0
18+
version: 1.0.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

0 commit comments

Comments
 (0)