Skip to content

Commit 99b4afd

Browse files
authored
Merge pull request #14 from mhjacks/tst11
Version 1.1
2 parents c5dea83 + 1971e20 commit 99b4afd

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

Changes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,9 @@ previously documented AWS secret instead of creating a new one with the same mat
2424
* When OCP 4.20+ support is ready, there will be a v1.1 branch to use it.
2525
* Externalize all charts to prep for subsequent demo pattern.
2626
* Pass values-egv-dr into edge-gitops-vms chart. It used to use a symlink when it was local.
27+
28+
v1.1 - April 2026
29+
30+
* Change submariner to use vxlan mode by default, for compatibility reasons
31+
* Default to OCP 4.20+. The subscription for OADP requires "stable" channel not "stable-1.4".
32+
* Numerous small changes to deal with race conditions and other potential issues

overrides/values-cluster-names.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
clusterOverrides:
88
primary:
99
name: ocp-primary
10-
version: 4.18.7
10+
version: 4.20.6
1111
install_config:
1212
metadata:
1313
name: ocp-primary
@@ -16,7 +16,7 @@ clusterOverrides:
1616
region: us-west-1
1717
secondary:
1818
name: ocp-secondary
19-
version: 4.18.7
19+
version: 4.20.6
2020
install_config:
2121
metadata:
2222
name: ocp-secondary

values-resilient.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ clusterGroup:
4949
openshift-oadp:
5050
name: redhat-oadp-operator
5151
namespace: openshift-adp
52-
channel: stable-1.4
52+
channel: stable
5353

5454
projects:
5555
- resilient

0 commit comments

Comments
 (0)