From 441400625d848e143e464e7865ebc7f90457cdfb Mon Sep 17 00:00:00 2001 From: Chen Wang Date: Fri, 14 Nov 2025 11:06:06 -0600 Subject: [PATCH] add bitnami legacy --- .github/workflows/helm-release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index 3ec8c7cb5..e1cc696dd 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -22,9 +22,10 @@ jobs: - name: Get dependencies run: | + helm repo add bitnami-legacy https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami helm repo add bitnami https://charts.bitnami.com/bitnami helm repo add ncsa https://opensource.ncsa.illinois.edu/charts - helm dep build + helm dep update - name: Get release info id: release_info