File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464 run : |
6565 CHART_NAME="$(grep -e "^name:" deployments/helm/gpud/Chart.yaml | awk '{print $2}')"
6666 CHART_VERSION="$(grep -e "^version:" deployments/helm/gpud/Chart.yaml | awk '{print $2}')"
67- CHART_REGISTRY="oci://ghcr.io/chart "
67+ CHART_REGISTRY="oci://ghcr.io/leptonai "
6868 echo '${{ secrets.GITHUB_TOKEN }}' | helm registry login -u '${{ github.actor }}' --password-stdin 'ghcr.io'
6969 helm package deployments/helm/gpud
7070 echo "Pushing helm chart ${CHART_NAME}-${CHART_VERSION}.tgz to ${CHART_REGISTRY}"
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ apiVersion: v2
22name : gpud
33description : GPUd Helm chart for Kubernetes
44type : application
5- version : 0.12.2
5+ version : 0.12.5-rc.0
66appVersion : " 0.12.2"
77icon : https://assets.nvidiagrid.net/ngc/logos/Infrastructure.png
You can’t perform that action at this time.
0 commit comments