Updated cert manager
This commit is contained in:
parent
20f25c12b3
commit
ef2221a164
File diff suppressed because it is too large
Load Diff
@ -4,7 +4,9 @@ metadata:
|
||||
name: cert-manager
|
||||
labels:
|
||||
certmanager.k8s.io/disable-validation: "true"
|
||||
|
||||
---
|
||||
|
||||
apiVersion: helm.fluxcd.io/v1
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
@ -14,9 +16,10 @@ spec:
|
||||
chart:
|
||||
repository: https://charts.jetstack.io
|
||||
name: cert-manager
|
||||
version: v0.14.3
|
||||
maxHistory: 4
|
||||
version: v0.15.0
|
||||
maxHistory: 5
|
||||
values:
|
||||
installCRDs: "true"
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
Loading…
Reference in New Issue
Block a user