Skip to content

Commit bfa604e

Browse files
authored
Merge pull request #154 from mhjacks/version_pins
Version adjustments
2 parents b7311d3 + 17190fa commit bfa604e

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

Changes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,6 @@
8383
## Further Changes for v2.0 (February 25, 2026)
8484

8585
* Pin utility-container version to v1.0.2 to workaround issue with loading AAP config
86+
* Unpin utility-container; use v1 branch hmi-config-as-code and inventory to avoid breaking changes
87+
* Update golang-external-secrets to allow API v1
88+
* Update AAP to v2.6, 4.22 does not have 2.5 in the Operator catalog
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
agof:
33
iac_repo: https://github.com/validatedpatterns-demos/ansible-edge-gitops-hmi-config-as-code.git
4-
iac_revision: main
4+
iac_revision: v1

overrides/values-egv-vms.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ vms:
55
kiosk:
66
count: 2
77
role: kiosk
8+
machineType: q35

values-hub.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ clusterGroup:
1616
aap-operator:
1717
name: ansible-automation-platform-operator
1818
namespace: ansible-automation-platform
19-
channel: stable-2.5
19+
channel: stable-2.6
2020
openshift-data-foundation:
2121
name: odf-operator
2222
namespace: openshift-storage
@@ -39,9 +39,6 @@ clusterGroup:
3939
chartVersion: 0.1.*
4040
extraValueFiles:
4141
- $patternref/overrides/values-aap-config-aeg.yaml
42-
overrides:
43-
- name: configJob.image
44-
value: quay.io/validatedpatterns/utility-container:v1.0.2
4542
edge-gitops-vms:
4643
name: edge-gitops-vms
4744
namespace: edge-gitops-vms
@@ -55,7 +52,7 @@ clusterGroup:
5552
namespace: golang-external-secrets
5653
project: hub
5754
chart: golang-external-secrets
58-
chartVersion: 0.1.*
55+
chartVersion: 0.2.*
5956
odf:
6057
name: odf
6158
namespace: openshift-storage

0 commit comments

Comments
 (0)