fix: switch to oci bitnami helm repo
This commit is contained in:
parent
791e4fe13b
commit
3f082953cf
1 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,8 @@ metadata:
|
|||
namespace: flux-system
|
||||
spec:
|
||||
interval: 1m
|
||||
url: https://charts.bitnami.com/bitnami
|
||||
type: "oci"
|
||||
url: oci://registry-1.docker.io/bitnamicharts
|
||||
---
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
|
@ -59,4 +60,4 @@ metadata:
|
|||
namespace: flux-system
|
||||
spec:
|
||||
interval: 2h
|
||||
url: https://helm.cilium.io/
|
||||
url: https://helm.cilium.io/
|
||||
|
|
Loading…
Add table
Reference in a new issue