1 parent 7f2280f commit 54efb52Copy full SHA for 54efb52
2 files changed
bootstrap/helmfile.d/01-apps.yaml
@@ -23,7 +23,7 @@ releases:
23
- name: cert-manager
24
namespace: cert-manager
25
chart: oci://quay.io/jetstack/charts/cert-manager
26
- version: v1.19.1
+ version: v1.19.2
27
values: ['./templates/values.yaml.gotmpl']
28
needs: ['kube-system/coredns']
29
kubernetes/apps/cert-manager/cert-manager/app/ocirepository.yaml
@@ -9,5 +9,5 @@ spec:
9
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
10
operation: copy
11
ref:
12
- tag: v1.19.1
+ tag: v1.19.2
13
url: oci://quay.io/jetstack/charts/cert-manager
0 commit comments