Skip to content

Commit dc1d626

Browse files
committed
fix: rm helm repositories in favor of oci
1 parent 80c2397 commit dc1d626

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

kubernetes/flux/repositories/helm/kustomization.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ kind: Kustomization
77
resources:
88
# - ./actions-runner-controller.yaml
99
- ./backube.yaml # volsync
10-
- ./bitnami.yaml
10+
# - ./bitnami.yaml
1111
- ./bitwarden.yaml
12-
- ./bjw-s.yaml # common app-template
12+
# - ./bjw-s.yaml # common app-template
1313
- ./cilium.yaml
1414
- ./cloudnativepg.yaml
15-
- ./coredns.yaml
15+
# - ./coredns.yaml
1616
- ./crowdsec.yaml
1717
- ./csi-driver-nfs.yaml
1818
- ./deliveryhero.yaml # node-problem-detector (and others)
@@ -21,22 +21,22 @@ resources:
2121
- ./emberstack.yaml # reflector
2222
- ./external-dns.yaml
2323
- ./fairwinds.yaml # goldilocks (and others)
24-
- ./grafana.yaml
24+
# - ./grafana.yaml
2525
- ./ingress-nginx.yaml
2626
# - ./jetstack.yaml # cert-manager
2727
# - ./jupyterhub.yaml
28-
- ./k8s-gateway.yaml
28+
# - ./k8s-gateway.yaml
2929
- ./kubernetes-dashboard.yaml
3030
- ./lwolf.yaml # kube-cleanup-operator
3131
- ./metrics-server.yaml
3232
- ./movetokube.yaml # ext-postgres-operator
3333
- ./opstree.yaml # redis-operator
34-
- ./piraeus.yaml # snapshot-controller
34+
# - ./piraeus.yaml # snapshot-controller
3535
- ./prefect.yaml
36-
- ./prometheus-community.yaml
36+
# - ./prometheus-community.yaml # kube-prometheus-stack
3737
- ./rook-ceph.yaml
3838
- ./runix.yaml # pgadmin
39-
- ./stakater.yaml # reloader
39+
# - ./stakater.yaml # reloader
4040
- ./stevehipwell.yaml # thanos
4141
# - ./valheim.yaml
4242
- ./weave-gitops.yaml

0 commit comments

Comments
 (0)