Skip to content

Commit 20753c2

Browse files
committed
E2E: Bump cert-manager to v1.17.1
Signed-off-by: Lennart Jern <lennart.jern@est.tech>
1 parent 897ce61 commit 20753c2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

test/e2e/config/fixture.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ images:
99
loadBehavior: tryLoad
1010
- name: quay.io/metal3-io/baremetal-operator:release-0.9
1111
loadBehavior: tryLoad
12-
- name: quay.io/jetstack/cert-manager-cainjector:v1.13.1
12+
- name: quay.io/jetstack/cert-manager-cainjector:v1.17.1
1313
loadBehavior: tryLoad
14-
- name: quay.io/jetstack/cert-manager-webhook:v1.13.1
14+
- name: quay.io/jetstack/cert-manager-webhook:v1.17.1
1515
loadBehavior: tryLoad
16-
- name: quay.io/jetstack/cert-manager-controller:v1.13.1
16+
- name: quay.io/jetstack/cert-manager-controller:v1.17.1
1717
loadBehavior: tryLoad
1818

1919
variables:
@@ -32,7 +32,7 @@ variables:
3232
IMAGE_URL: "http://192.168.222.1/cirros-0.6.2-x86_64-disk.img"
3333
ISO_IMAGE_URL: "http://192.168.222.1/cirros.iso"
3434
IMAGE_CHECKSUM: "c8fc807773e5354afe61636071771906"
35-
CERT_MANAGER_VERSION: "v1.13.1"
35+
CERT_MANAGER_VERSION: "v1.17.1"
3636
SSH_CHECK_PROVISIONED: "false"
3737
FETCH_IRONIC_NODES: "false"
3838

test/e2e/config/ironic.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ images:
1111
loadBehavior: tryLoad
1212
- name: quay.io/metal3-io/baremetal-operator:release-0.9
1313
loadBehavior: tryLoad
14-
- name: quay.io/jetstack/cert-manager-cainjector:v1.13.1
14+
- name: quay.io/jetstack/cert-manager-cainjector:v1.17.1
1515
loadBehavior: tryLoad
16-
- name: quay.io/jetstack/cert-manager-webhook:v1.13.1
16+
- name: quay.io/jetstack/cert-manager-webhook:v1.17.1
1717
loadBehavior: tryLoad
18-
- name: quay.io/jetstack/cert-manager-controller:v1.13.1
18+
- name: quay.io/jetstack/cert-manager-controller:v1.17.1
1919
loadBehavior: tryLoad
2020

2121
# These variables can be overridden with environment variables.
@@ -38,7 +38,7 @@ variables:
3838
IMAGE_URL: "http://192.168.222.1/cirros-0.6.2-x86_64-disk.img"
3939
ISO_IMAGE_URL: "http://192.168.222.1/minimal_linux_live-v2.iso"
4040
IMAGE_CHECKSUM: "c8fc807773e5354afe61636071771906"
41-
CERT_MANAGER_VERSION: "v1.13.1"
41+
CERT_MANAGER_VERSION: "v1.17.1"
4242
SSH_CHECK_PROVISIONED: "true"
4343
SSH_USERNAME: "root"
4444
SSH_PORT: "22"

0 commit comments

Comments
 (0)