From c5fff07643ec81370001416771b19161eb657e93 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Sun, 30 Aug 2026 17:07:58 +1000 Subject: [PATCH] Bump repospawner to v0.1.1 (#446) Why: repospawner v0.1.1 stops spawned job pods from automounting the API token. - Bump the deployment image and the matching REPOSPAWNER_IMAGE env value to v0.1.1 Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/446 Co-authored-by: unkin-agent Co-committed-by: unkin-agent --- apps/base/repospawner/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/base/repospawner/deployment.yaml b/apps/base/repospawner/deployment.yaml index 7c2a257..1bdc09a 100644 --- a/apps/base/repospawner/deployment.yaml +++ b/apps/base/repospawner/deployment.yaml @@ -31,7 +31,7 @@ spec: type: RuntimeDefault containers: - name: repospawner - image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/repospawner:v0.1.0 + image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/repospawner:v0.1.1 imagePullPolicy: IfNotPresent ports: - containerPort: 8080 @@ -43,7 +43,7 @@ spec: # The server passes its own image down to the Jobs, so this must # match the image above exactly. - name: REPOSPAWNER_IMAGE - value: artifactapi.k8s.syd1.au.unkin.net/docker-internal/repospawner:v0.1.0 + value: artifactapi.k8s.syd1.au.unkin.net/docker-internal/repospawner:v0.1.1 - name: REPOSPAWNER_JOB_SERVICE_ACCOUNT value: repospawner - name: GITEA_URL