Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,9 @@
* Use AAP 2.7 by default
* Unpin utility container
* Update to 0.5.* of edge-gitops-vms

## Changes for v2.1 (August 2026)

* Update to v0.3.* of ODF which supports Azure and GCP
* Update some now-redundant overrides to keep up with released charts
* Update Makefile-common, pattern.sh, and tests to work with new CI systems
2 changes: 0 additions & 2 deletions overrides/values-egv-vms.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
waitForMetalNode: false

vmNamespace: edge-gitops-vms

vms:
Expand Down
1 change: 0 additions & 1 deletion overrides/values-odf-chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
storageSystem:
deploy: false
inventory:
useSpecificNodes: false

Expand Down
14 changes: 13 additions & 1 deletion pattern-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,23 @@ requirements:
aws:
replicas: 3
type: m5.metal
azure:
replicas: 3
type: Standard_D64s_v3
gcp:
replicas: 3
type: n2-standard-48
controlPlane:
platform:
aws:
replicas: 3
type: m5.4xlarge
type: m5.xlarge
azure:
replicas: 3
type: Standard_D4s_v3
gcp:
replicas: 3
type: n1-standard-4

# Loosely defined extra features like hypershift support, non-openshift
# kubernetes support, spoke support
Expand Down
2 changes: 1 addition & 1 deletion values-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ clusterGroup:
name: odf
namespace: openshift-storage
chart: openshift-data-foundations
chartVersion: 0.2.*
chartVersion: 0.3.*
extraValueFiles:
- $patternref/overrides/values-odf-chart.yaml
ensure-openshift-console-plugins:
Expand Down