Skip to content

Commit ecbc648

Browse files
authored
Merge pull request openstack-k8s-operators#573 from olliewalsh/ocp_ver
Bump default OCP version to 4.16.42 and CNV version
2 parents 3704ec6 + 96933b1 commit ecbc648

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ansible/vars/default.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ podman_insecure_registries:
4545
# To set a specific release to install.
4646
# TODO: support "latest"/"stable" e.g https://mirror.openshift.com/pub/openshift-v4/clients/ocp/stable-4.14/
4747
ocp_version: "4.16"
48-
ocp_minor_version: 40
48+
ocp_minor_version: 42
4949
ocp_release_image: "quay.io/openshift-release-dev/ocp-release:{{ ocp_version }}.{{ ocp_minor_version }}-x86_64"
5050
ocp_release_data_url: "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/{{ ocp_version }}.{{ ocp_minor_version }}/release.txt"
5151
ocp_release_type: ga
@@ -235,12 +235,12 @@ perf_version: "{{ ocp_version }}"
235235
# CNV addon operator version (usually should correspond to X.X release)
236236
# Current version from https://docs.openshift.com/container-platform/4.14/virt/install/installing-virt.html#installing-virt-operator-cli_installing-virt
237237
cnv_hyperconverged_operator_version: "{{
238-
{'4.18': '4.18.0',
239-
'4.16': '4.16.1',
240-
'4.15': '4.15.0',
241-
'4.14': '4.14.4',
242-
'4.13': '4.13.8',
243-
'4.12': '4.12.10',
238+
{'4.18': '4.18.8',
239+
'4.16': '4.16.13',
240+
'4.15': '4.15.10',
241+
'4.14': '4.14.13',
242+
'4.13': '4.13.11',
243+
'4.12': '4.12.18',
244244
'4.11': '4.11.8',
245245
'4.10': '4.10.10',
246246
'4.9': '4.9.7',

0 commit comments

Comments
 (0)