diff --git a/argocd/applications/rabbitmq-operator.yaml b/argocd/applications/rabbitmq-operator.yaml index b3a3aa8..3bf2639 100644 --- a/argocd/applications/rabbitmq-operator.yaml +++ b/argocd/applications/rabbitmq-operator.yaml @@ -14,7 +14,7 @@ spec: server: 'https://kubernetes.default.svc' namespace: rabbitmq-operator syncPolicy: - # automated: - # prune: true + automated: + prune: true syncOptions: - CreateNamespace=true diff --git a/rabbitmq-operator/kustomization.yaml b/rabbitmq-operator/kustomization.yaml index 9ae66b4..2a0261e 100644 --- a/rabbitmq-operator/kustomization.yaml +++ b/rabbitmq-operator/kustomization.yaml @@ -2,4 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- https://github.com/rabbitmq/cluster-operator/releases/download/v2.10.0/cluster-operator.yml +- https://github.com/rabbitmq/cluster-operator/releases/download/v2.11.0/cluster-operator.yml