fix: minio & zalando helmrepository

This commit is contained in:
unteem 2023-03-13 15:55:05 +01:00
parent 3793867941
commit 260dc5b0a2
4 changed files with 23 additions and 1 deletions

View file

@ -11,7 +11,7 @@ spec:
version: "1.9.0"
sourceRef:
kind: HelmRepository
name: zalando-charts
name: zalando
install:
crds: CreateReplace
upgrade:

View file

@ -0,0 +1,11 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: GitRepository
metadata:
name: flux-cluster
namespace: flux-system
spec:
interval: 10m
ref:
branch: runtime
url: https://forge.liiib.re/libre.sh/libre.sh

View file

@ -7,6 +7,7 @@ resources:
- ./grafana.yaml
- ./ingress-nginx.yaml
- ./jetstack.yaml
- ./minio.yaml
- ./openebs.yaml
- ./postgres-zalando.yaml
- ./prometheus-community.yaml

View file

@ -0,0 +1,10 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: HelmRepository
metadata:
name: minio
namespace: flux-system
spec:
interval: 10m
url: https://operator.min.io/
timeout: 3m