Modifying stage playbook to not need jmespath

This commit is contained in:
John Westcott IV
2023-03-27 20:56:56 -04:00
parent d853e050cd
commit f1512e9405
2 changed files with 11 additions and 7 deletions

View File

@@ -35,7 +35,6 @@ 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 }} \