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
3 changes: 3 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,6 @@
## Further Changes for v2.0 (February 25, 2026)

* Pin utility-container version to v1.0.2 to workaround issue with loading AAP config
* Unpin utility-container; use v1 branch hmi-config-as-code and inventory to avoid breaking changes
* Update golang-external-secrets to allow API v1
* Update AAP to v2.6, 4.22 does not have 2.5 in the Operator catalog
2 changes: 1 addition & 1 deletion overrides/values-aap-config-aeg.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
agof:
iac_repo: https://github.com/validatedpatterns-demos/ansible-edge-gitops-hmi-config-as-code.git
iac_revision: main
iac_revision: v1
1 change: 1 addition & 0 deletions overrides/values-egv-vms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ vms:
kiosk:
count: 2
role: kiosk
machineType: q35
7 changes: 2 additions & 5 deletions values-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ clusterGroup:
aap-operator:
name: ansible-automation-platform-operator
namespace: ansible-automation-platform
channel: stable-2.5
channel: stable-2.6
openshift-data-foundation:
name: odf-operator
namespace: openshift-storage
Expand All @@ -39,9 +39,6 @@ clusterGroup:
chartVersion: 0.1.*
extraValueFiles:
- $patternref/overrides/values-aap-config-aeg.yaml
overrides:
- name: configJob.image
value: quay.io/validatedpatterns/utility-container:v1.0.2
edge-gitops-vms:
name: edge-gitops-vms
namespace: edge-gitops-vms
Expand All @@ -55,7 +52,7 @@ clusterGroup:
namespace: golang-external-secrets
project: hub
chart: golang-external-secrets
chartVersion: 0.1.*
Comment thread
dminnear-rh marked this conversation as resolved.
chartVersion: 0.2.*
odf:
name: odf
namespace: openshift-storage
Expand Down
Loading