File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
charts/vgpu-token-operator/templates Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 6565 --destination . \
6666 --version ${{ github.ref_name }} \
6767 --app-version ${{ github.ref_name }}
68- devbox run -- echo "${GITHUB_TOKEN}" | helm registry login ghcr.io --username ${{ github.actor }} --password-stdin && helm push vgpu-token-operator-chart-${{ github.ref_name }} .tgz oci://ghcr.io/nutanix-cloud-native/vgpu-token-operator-charts
68+ devbox run -- echo "${GITHUB_TOKEN}" | helm registry login ghcr.io --username ${{ github.actor }} --password-stdin && helm push vgpu-token-operator-* .tgz oci://ghcr.io/nutanix-cloud-native/vgpu-token-operator-charts
6969 devbox run -- gh release upload ${{ github.ref_name }} vgpu-token-operator-*.tgz
Original file line number Diff line number Diff line change 1717{ {- if .Chart.AppVersion -} }
1818app.kubernetes.io/version: { { .Chart.AppVersion | quote } }
1919{ {- end } }
20- { {- if .Chart.Version } }
21- helm.sh/chart: { { .Chart.Version | quote } }
22- { {- end } }
2320app.kubernetes.io/name: { { include " chart.name" . } }
2421app.kubernetes.io/instance: { { .Release.Name } }
2522app.kubernetes.io/managed-by: { { .Release.Service } }
You can’t perform that action at this time.
0 commit comments