Skip to content

Commit

Permalink
Merge branch 'main' into T367415
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinus authored Aug 13, 2024
2 parents aee1079 + edfb685 commit 0e706fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 29 deletions.
4 changes: 4 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ source secrets.sh
python3 -m venv .venv/deploy
source .venv/deploy/bin/activate
pip install ansible==8.1.0 kubernetes==26.1.0
# install helm diff. Needed to keep helm module idempotent
helm plugin install https://github.com/databus23/helm-diff || true
# update kubernetes.core. This path will likely need updated with bastion os upgrades.
ansible-galaxy collection install -U kubernetes.core -p ./.venv/deploy/lib/python3.11/site-packages/ansible_collections

cd tofu
AWS_ACCESS_KEY_ID=${ACCESS_KEY} AWS_SECRET_ACCESS_KEY=${SECRET_KEY} tofu init
Expand Down
2 changes: 1 addition & 1 deletion helm-quarry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ web:

worker:
repository: 'quay.io/wikimedia-quarry/quarry'
tag: pr-61 # worker tag managed by github actions
tag: pr-61 # worker tag managed by github actions
28 changes: 0 additions & 28 deletions tofu/123.tf

This file was deleted.

0 comments on commit 0e706fd

Please sign in to comment.