yyvf22 pushed to branch main at Root / Kubernetes / FluxCD
Commits:
8 changed files:
- apps/base/matrix/helmrelease.yaml
- apps/base/nextcloud/helmrelease.yaml
- infrastructure/base/ceph-csi/helmrelease.yaml
- infrastructure/base/cert-manager/helmrelease.yaml
- infrastructure/base/cilium/helmrelease.yaml
- infrastructure/base/external-secrets/helmrelease.yaml
- infrastructure/base/harbor/helmrelease.yaml
- infrastructure/base/openbao/helmrelease.yaml
Changes:
... | ... | @@ -4,6 +4,10 @@ metadata: |
4 | 4 | name: matrix
|
5 | 5 | namespace: matrix
|
6 | 6 | spec:
|
7 | + install:
|
|
8 | + disableWait: true
|
|
9 | + upgrade:
|
|
10 | + disableWait: true
|
|
7 | 11 | interval: 1m
|
8 | 12 | chart:
|
9 | 13 | spec:
|
... | ... | @@ -5,6 +5,10 @@ metadata: |
5 | 5 | namespace: nextcloud
|
6 | 6 | spec:
|
7 | 7 | interval: 1m
|
8 | + install:
|
|
9 | + disableWait: true
|
|
10 | + upgrade:
|
|
11 | + disableWait: true
|
|
8 | 12 | chart:
|
9 | 13 | spec:
|
10 | 14 | chart: nextcloud
|
... | ... | @@ -5,6 +5,10 @@ metadata: |
5 | 5 | namespace: ceph
|
6 | 6 | spec:
|
7 | 7 | interval: 1m
|
8 | + install:
|
|
9 | + disableWait: true
|
|
10 | + upgrade:
|
|
11 | + disableWait: true
|
|
8 | 12 | chart:
|
9 | 13 | spec:
|
10 | 14 | chart: ceph-csi-rbd
|
... | ... | @@ -5,6 +5,10 @@ metadata: |
5 | 5 | namespace: cert-manager
|
6 | 6 | spec:
|
7 | 7 | interval: 1m
|
8 | + install:
|
|
9 | + disableWait: true
|
|
10 | + upgrade:
|
|
11 | + disableWait: true
|
|
8 | 12 | chart:
|
9 | 13 | spec:
|
10 | 14 | chart: cert-manager
|
... | ... | @@ -6,6 +6,10 @@ metadata: |
6 | 6 | spec:
|
7 | 7 | releaseName: cilium
|
8 | 8 | interval: 15m
|
9 | + install:
|
|
10 | + disableWait: true
|
|
11 | + upgrade:
|
|
12 | + disableWait: true
|
|
9 | 13 | chart:
|
10 | 14 | spec:
|
11 | 15 | chart: cilium
|
... | ... | @@ -5,6 +5,10 @@ metadata: |
5 | 5 | namespace: external-secrets
|
6 | 6 | spec:
|
7 | 7 | interval: 1m
|
8 | + install:
|
|
9 | + disableWait: true
|
|
10 | + upgrade:
|
|
11 | + disableWait: true
|
|
8 | 12 | chart:
|
9 | 13 | spec:
|
10 | 14 | chart: external-secrets
|
... | ... | @@ -5,6 +5,10 @@ metadata: |
5 | 5 | namespace: harbor
|
6 | 6 | spec:
|
7 | 7 | interval: 1m
|
8 | + install:
|
|
9 | + disableWait: true
|
|
10 | + upgrade:
|
|
11 | + disableWait: true
|
|
8 | 12 | chart:
|
9 | 13 | spec:
|
10 | 14 | chart: harbor
|
... | ... | @@ -5,6 +5,10 @@ metadata: |
5 | 5 | namespace: openbao
|
6 | 6 | spec:
|
7 | 7 | interval: 1m
|
8 | + install:
|
|
9 | + disableWait: true
|
|
10 | + upgrade:
|
|
11 | + disableWait: true
|
|
8 | 12 | chart:
|
9 | 13 | spec:
|
10 | 14 | chart: openbao
|