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
|
name: cert-manager
|
||||||
labels:
|
labels:
|
||||||
certmanager.k8s.io/disable-validation: "true"
|
certmanager.k8s.io/disable-validation: "true"
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
apiVersion: helm.fluxcd.io/v1
|
apiVersion: helm.fluxcd.io/v1
|
||||||
kind: HelmRelease
|
kind: HelmRelease
|
||||||
metadata:
|
metadata:
|
||||||
@ -14,9 +16,10 @@ spec:
|
|||||||
chart:
|
chart:
|
||||||
repository: https://charts.jetstack.io
|
repository: https://charts.jetstack.io
|
||||||
name: cert-manager
|
name: cert-manager
|
||||||
version: v0.14.3
|
version: v0.15.0
|
||||||
maxHistory: 4
|
maxHistory: 5
|
||||||
values:
|
values:
|
||||||
|
installCRDs: "true"
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
Loading…
Reference in New Issue
Block a user