Skip to content

Commit

Permalink
Upgrade ansible (#69)
Browse files Browse the repository at this point in the history
* Upgrade ansible

Bug: T374362

* auto update of  tag

---------

Co-authored-by: Github Action <[email protected]>
  • Loading branch information
vivian-rook and Github Action authored Sep 9, 2024
1 parent a32c9ac commit 5561941
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ source secrets.sh

python3 -m venv .venv/deploy
source .venv/deploy/bin/activate
pip install ansible==8.1.0 kubernetes==26.1.0
pip install ansible==10.3.0 kubernetes==26.1.0
# install helm diff. Needed to keep helm module idempotent
helm plugin install https://github.com/databus23/helm-diff || true

Expand Down
4 changes: 2 additions & 2 deletions helm-quarry/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
web:
repository: 'quay.io/wikimedia-quarry/quarry'
tag: pr-66 # web tag managed by github actions
tag: pr-69 # web tag managed by github actions

worker:
repository: 'quay.io/wikimedia-quarry/quarry'
tag: pr-66 # worker tag managed by github actions
tag: pr-69 # worker tag managed by github actions

0 comments on commit 5561941

Please sign in to comment.