mirror of
https://github.com/nold360/hive-apps
synced 2025-02-11 02:31:08 +00:00
Compare commits
4 commits
17ea3a3f71
...
c05bb9349a
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c05bb9349a | ||
765154121b | |||
![]() |
96c5e9e394 | ||
![]() |
8edc80040f |
4 changed files with 10 additions and 4 deletions
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/heimdall
|
repository: tccr.io/truecharts/heimdall
|
||||||
tag: v2.5.7
|
tag: 23.1.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue