mirror of
https://github.com/nold360/hive-apps
synced 2025-02-05 06:52:49 +00:00
Compare commits
4 commits
aecd5516c4
...
68766893af
Author | SHA1 | Date | |
---|---|---|---|
|
68766893af | ||
765154121b | |||
|
96c5e9e394 | ||
|
8edc80040f |
4 changed files with 10 additions and 4 deletions
|
@ -5,7 +5,7 @@ apps:
|
|||
- name: argocd
|
||||
repoURL: https://argoproj.github.io/argo-helm
|
||||
chart: argo-cd
|
||||
targetRevision: 7.6.5
|
||||
targetRevision: 7.6.7
|
||||
syncWave: '0'
|
||||
syncPolicy:
|
||||
automated:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -33,7 +33,7 @@ certificate:
|
|||
secretName: redis-operator-tls
|
||||
|
||||
certmanager:
|
||||
enabled: true
|
||||
enabled: false
|
||||
|
||||
monitoring:
|
||||
# Enable Prometheus PodMonitor to monitor the operator.
|
||||
|
|
Loading…
Add table
Reference in a new issue