File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments