Skip to content

Commit

Permalink
Use oci://ghcr.io/appscode-charts
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Oct 30, 2023
1 parent 635bd8e commit 136a623
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hub/helm.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 136a623

Please sign in to comment.