Skip to content

Commit 217a890

Browse files
feat(container): update image quay.io/jetstack/charts/cert-manager ( v1.17.2 → v1.18.2 )
1 parent 63d0c34 commit 217a890

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bootstrap/helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ releases:
3838
namespace: cert-manager
3939
atomic: true
4040
chart: oci://quay.io/jetstack/charts/cert-manager
41-
version: v1.17.2
41+
version: v1.18.2
4242
values: ['{{ requiredEnv "ROOT_DIR" }}/kubernetes/apps/cert-manager/cert-manager/app/helm/values.yaml']
4343
needs: ['kube-system/spegel']
4444

kubernetes/apps/cert-manager/cert-manager/app/helmrelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
1111
operation: copy
1212
ref:
13-
tag: v1.17.2
13+
tag: v1.18.2
1414
url: oci://quay.io/jetstack/charts/cert-manager
1515
---
1616
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/helmrelease-helm-v2.json

templates/config/bootstrap/helmfile.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ releases:
4040
namespace: cert-manager
4141
atomic: true
4242
chart: oci://quay.io/jetstack/charts/cert-manager
43-
version: v1.17.2
43+
version: v1.18.2
4444
values: ['{{ requiredEnv "ROOT_DIR" }}/kubernetes/apps/cert-manager/cert-manager/app/helm/values.yaml']
4545
#% if spegel_enabled %#
4646
needs: ['kube-system/spegel']

templates/config/kubernetes/apps/cert-manager/cert-manager/app/helmrelease.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
1111
operation: copy
1212
ref:
13-
tag: v1.17.2
13+
tag: v1.18.2
1414
url: oci://quay.io/jetstack/charts/cert-manager
1515
---
1616
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/helmrelease-helm-v2.json

0 commit comments

Comments
 (0)