[Git][root/k8s/fluxcd][main] 2 commits: feat(fluxcd): add disableWait

yyvf22 pushed to branch main at Root / Kubernetes / FluxCD Commits: 113d3dc3 by yyvf at 2025-08-08T13:09:13-03:00 feat(fluxcd): add disableWait - - - - - 5d1ebfc0 by yyvf at 2025-08-08T13:09:33-03:00 Merge branch 'main' of gitlab.c3sl.ufpr.br:root/k8s/fluxcd - - - - - 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: ===================================== apps/base/matrix/helmrelease.yaml ===================================== @@ -4,6 +4,10 @@ metadata: name: matrix namespace: matrix spec: + install: + disableWait: true + upgrade: + disableWait: true interval: 1m chart: spec: ===================================== apps/base/nextcloud/helmrelease.yaml ===================================== @@ -5,6 +5,10 @@ metadata: namespace: nextcloud spec: interval: 1m + install: + disableWait: true + upgrade: + disableWait: true chart: spec: chart: nextcloud ===================================== infrastructure/base/ceph-csi/helmrelease.yaml ===================================== @@ -5,6 +5,10 @@ metadata: namespace: ceph spec: interval: 1m + install: + disableWait: true + upgrade: + disableWait: true chart: spec: chart: ceph-csi-rbd ===================================== infrastructure/base/cert-manager/helmrelease.yaml ===================================== @@ -5,6 +5,10 @@ metadata: namespace: cert-manager spec: interval: 1m + install: + disableWait: true + upgrade: + disableWait: true chart: spec: chart: cert-manager ===================================== infrastructure/base/cilium/helmrelease.yaml ===================================== @@ -6,6 +6,10 @@ metadata: spec: releaseName: cilium interval: 15m + install: + disableWait: true + upgrade: + disableWait: true chart: spec: chart: cilium ===================================== infrastructure/base/external-secrets/helmrelease.yaml ===================================== @@ -5,6 +5,10 @@ metadata: namespace: external-secrets spec: interval: 1m + install: + disableWait: true + upgrade: + disableWait: true chart: spec: chart: external-secrets ===================================== infrastructure/base/harbor/helmrelease.yaml ===================================== @@ -5,6 +5,10 @@ metadata: namespace: harbor spec: interval: 1m + install: + disableWait: true + upgrade: + disableWait: true chart: spec: chart: harbor ===================================== infrastructure/base/openbao/helmrelease.yaml ===================================== @@ -5,6 +5,10 @@ metadata: namespace: openbao spec: interval: 1m + install: + disableWait: true + upgrade: + disableWait: true chart: spec: chart: openbao View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/compare/3bcb60a10a2e0053840353... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/compare/3bcb60a10a2e0053840353... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.
participantes (1)
-
yyvf22 (@yyvf22)