Adding jmespath to workflow for using json_query

This commit is contained in:
John Westcott IV
2023-03-27 20:26:14 -04:00
parent 1d34d86f32
commit 9f0c5c8ba9

View File

@@ -35,6 +35,7 @@ jobs:
- name: Release Helm chart
run: |
pip install jmespath
ansible-playbook ansible/helm-release.yml -v \
-e operator_image=quay.io/${{ github.repository }} \
-e chart_owner=${{ github.repository_owner }} \