Skip to content

Commit b2d0127

Browse files
committed
fix(helm): publish chart 0.12.5 to ghcr
1 parent b823fac commit b2d0127

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/helm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
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}"

deployments/helm/gpud/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ apiVersion: v2
22
name: gpud
33
description: GPUd Helm chart for Kubernetes
44
type: application
5-
version: 0.12.2
5+
version: 0.12.5-rc.0
66
appVersion: "0.12.2"
77
icon: https://assets.nvidiagrid.net/ngc/logos/Infrastructure.png

0 commit comments

Comments
 (0)