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