From 5a8374ce82370f31615d97429b1e0ffde8439fcd Mon Sep 17 00:00:00 2001 From: Vivian Rook Date: Mon, 9 Sep 2024 10:44:21 -0400 Subject: [PATCH 1/2] Upgrade ansible Bug: T374362 --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index b6f5a95..e8a70cb 100644 --- a/deploy.sh +++ b/deploy.sh @@ -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 From 91bea8e2046c726768590f11059fb2e8e7611605 Mon Sep 17 00:00:00 2001 From: Github Action Date: Mon, 9 Sep 2024 14:49:45 +0000 Subject: [PATCH 2/2] auto update of tag --- helm-quarry/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-quarry/values.yaml b/helm-quarry/values.yaml index 9fc0cef..afdda44 100644 --- a/helm-quarry/values.yaml +++ b/helm-quarry/values.yaml @@ -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