Merge pull request 'Update Helm release cert-manager to v1.15.0' (#85) from renovate/cert-manager-1.x into main
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #85
This commit is contained in:
commit
c75883e1dc
2 changed files with 2 additions and 2 deletions
|
@ -356,7 +356,7 @@ spec:
|
|||
sources:
|
||||
- repoURL: https://charts.jetstack.io
|
||||
chart: cert-manager
|
||||
targetRevision: 1.14.5
|
||||
targetRevision: v1.15.0
|
||||
helm:
|
||||
releaseName: cert-manager
|
||||
valueFiles:
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
namespace: cert-manager
|
||||
replicaCount: 3
|
||||
installCRDs: true
|
||||
podDisruptionBudget:
|
||||
enabled: true
|
||||
strategy:
|
||||
|
@ -32,6 +31,7 @@ cainjector:
|
|||
maxSurge: 0
|
||||
crds:
|
||||
enabled: true
|
||||
keep: true
|
||||
prometheus:
|
||||
servicemonitor:
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in a new issue