From 4289d0e5e5f02c70e724421e7fc49ce0c0788038 Mon Sep 17 00:00:00 2001 From: Akos Eros Date: Mon, 23 Feb 2026 09:28:29 +0100 Subject: [PATCH 1/2] fix: Point collections to the util. container collection path We need this, if the user has an older rhvp collection, there could be unexpected errors, since we mount the local ansible collections to the container. --- ansible.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible.cfg b/ansible.cfg index cea5c9d1..91d0379d 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -7,3 +7,6 @@ timeout=30 library=~/.ansible/plugins/modules:./ansible/plugins/modules:./common/ansible/plugins/modules:/usr/share/ansible/plugins/modules roles_path=~/.ansible/roles:./ansible/roles:./common/ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles filter_plugins=~/.ansible/plugins/filter:./ansible/plugins/filter:./common/ansible/plugins/filter:/usr/share/ansible/plugins/filter +# use the collections from the util. container, +# change below if you want to test local collections +collections_path=/usr/share/ansible/collections From dda61eb4fb870dbc063eba52371c884b10540740 Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Mon, 23 Feb 2026 17:26:03 +0100 Subject: [PATCH 2/2] Update golang-eso to v0.2.0 --- values-group-one.yaml | 2 +- values-hub.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/values-group-one.yaml b/values-group-one.yaml index c06b5813..90d3e27a 100644 --- a/values-group-one.yaml +++ b/values-group-one.yaml @@ -17,7 +17,7 @@ clusterGroup: namespace: golang-external-secrets argoProject: eso chart: golang-external-secrets - chartVersion: 0.1.* + chartVersion: 0.2.* config-demo: name: config-demo namespace: config-demo diff --git a/values-hub.yaml b/values-hub.yaml index e75db8d5..ee4f4bf5 100644 --- a/values-hub.yaml +++ b/values-hub.yaml @@ -56,7 +56,7 @@ clusterGroup: namespace: golang-external-secrets argoProject: hub chart: golang-external-secrets - chartVersion: 0.1.* + chartVersion: 0.2.* config-demo: name: config-demo namespace: config-demo