From 136a623e02fb9ce7c44644bc77297e4d163cc87e Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Mon, 30 Oct 2023 02:16:34 -0700 Subject: [PATCH] Use oci://ghcr.io/appscode-charts Signed-off-by: Tamal Saha --- hub/helm.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hub/helm.go b/hub/helm.go index 60a890a27..01fe2d858 100644 --- a/hub/helm.go +++ b/hub/helm.go @@ -32,8 +32,9 @@ import ( const ( AppsCodeChartsLegacyURL = "https://charts.appscode.com/stable" - AppsCodeChartsOCIURL = "oci://r.appscode.com/charts" - FluxCDChartsURL = "https://fluxcd-community.github.io/helm-charts" + // AppsCodeChartsOCIURL = "oci://r.appscode.com/charts" + AppsCodeChartsOCIURL = "oci://ghcr.io/appscode-charts" + FluxCDChartsURL = "https://fluxcd-community.github.io/helm-charts" ) const (