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 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