Compare commits

...

4 commits

4 changed files with 10 additions and 4 deletions

View file

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

View file

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

View file

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/heimdall
tag: v2.5.7
tag: 23.1.0
pullPolicy: IfNotPresent
securityContext:

View file

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