Skip to content

Commit

Permalink
fix: use archive stable repository
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenmatthewt committed Dec 21, 2020
1 parent d7b6093 commit b007a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/kubernetes/helm/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export async function buildHelmModule({ ctx, module, log }: BuildModuleParams<He
await helm({
ctx: k8sCtx,
log,
args: ["repo", "add", "stable", "https://kubernetes-charts.storage.googleapis.com/"],
args: ["repo", "add", "stable", "https://charts.helm.sh/stable", "--force-update"],
})
await helm({ ctx: k8sCtx, log, args: ["repo", "update"] })
log.debug("Fetching chart (after updating)...")
Expand Down

0 comments on commit b007a8c

Please sign in to comment.