Compare commits

..

4 commits

Author SHA1 Message Date
renovate[bot]
68766893af
chore(deps): update helm chart argo-cd to v7 2024-09-30 18:44:04 +00:00
765154121b disable(redis-operator): certmanager 2024-09-29 19:03:51 +02:00
nold
96c5e9e394
fix(cert-manager): leader election stuck 2024-09-29 17:27:02 +02:00
nold
8edc80040f Revert "chore(deps): update helm chart cert-manager to v1.15.3"
This reverts commit afd7dbac88.
2024-09-29 17:11:28 +02:00
4 changed files with 10 additions and 4 deletions

View file

@ -5,7 +5,7 @@ apps:
- name: argocd - name: argocd
repoURL: https://argoproj.github.io/argo-helm repoURL: https://argoproj.github.io/argo-helm
chart: argo-cd chart: argo-cd
targetRevision: 7.6.5 targetRevision: 7.6.7
syncWave: '0' syncWave: '0'
syncPolicy: syncPolicy:
automated: automated:

View file

@ -75,7 +75,7 @@ apps:
namespace: cert-manager namespace: cert-manager
repoURL: https://charts.jetstack.io repoURL: https://charts.jetstack.io
chart: cert-manager chart: cert-manager
targetRevision: v1.15.3 targetRevision: v1.15.1
secrets: secrets:
- name: cert-manager-vault-approle - name: cert-manager-vault-approle
keys: keys:

View file

@ -23,7 +23,13 @@ global:
# Set the verbosity of cert-manager. Range of 0 - 6 with 6 being the most verbose. # Set the verbosity of cert-manager. Range of 0 - 6 with 6 being the most verbose.
logLevel: 2 logLevel: 2
installCRDs: true leaderElection:
namespace: "cert-manager"
crds:
enabled: true
replicaCount: 1 replicaCount: 1
strategy: strategy:

View file

@ -33,7 +33,7 @@ certificate:
secretName: redis-operator-tls secretName: redis-operator-tls
certmanager: certmanager:
enabled: true enabled: false
monitoring: monitoring:
# Enable Prometheus PodMonitor to monitor the operator. # Enable Prometheus PodMonitor to monitor the operator.