mirror of
https://forge.liiib.re/indiehost/libre.sh/libre.sh.git
synced 2024-12-28 14:46:41 +00:00
fix: minio & zalando helmrepository
This commit is contained in:
parent
3793867941
commit
260dc5b0a2
4 changed files with 23 additions and 1 deletions
|
@ -11,7 +11,7 @@ spec:
|
|||
version: "1.9.0"
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: zalando-charts
|
||||
name: zalando
|
||||
install:
|
||||
crds: CreateReplace
|
||||
upgrade:
|
||||
|
|
11
cluster/flux/flux-cluster.yaml
Normal file
11
cluster/flux/flux-cluster.yaml
Normal 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
|
|
@ -7,6 +7,7 @@ resources:
|
|||
- ./grafana.yaml
|
||||
- ./ingress-nginx.yaml
|
||||
- ./jetstack.yaml
|
||||
- ./minio.yaml
|
||||
- ./openebs.yaml
|
||||
- ./postgres-zalando.yaml
|
||||
- ./prometheus-community.yaml
|
10
cluster/repositories/helm/minio.yaml
Normal file
10
cluster/repositories/helm/minio.yaml
Normal 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
|
Loading…
Reference in a new issue