From 5fc552ffa2069bc3c95f3dc4f223959b7c4df927 Mon Sep 17 00:00:00 2001 From: John Dietz Date: Sat, 2 Oct 2021 16:44:19 -0400 Subject: [PATCH] changing default entrypoint to init (#31) * changing default entrypoint to init * closes #30 - unpin golang images in cwfts * changing back to bin/bash --- gitops/components/argo/cwfts/cwft-git.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gitops/components/argo/cwfts/cwft-git.yaml b/gitops/components/argo/cwfts/cwft-git.yaml index b21fdbbe6..dfc0a49ff 100644 --- a/gitops/components/argo/cwfts/cwft-git.yaml +++ b/gitops/components/argo/cwfts/cwft-git.yaml @@ -42,7 +42,7 @@ spec: name: ci-secrets key: PERSONAL_ACCESS_TOKEN container: - image: golang:1.9.2 + image: golang:latest command: ["/bin/sh", "-c"] args: - ls -la /src && @@ -71,7 +71,7 @@ spec: default: gitlab-bot container: workingDir: "{{inputs.parameters.appDir}}" - image: golang:1.9.2 + image: golang:latest command: ["/bin/sh", "-c"] # todo is this remote set-url good enough? args: @@ -96,7 +96,7 @@ spec: parameters: - name: appDir script: - image: golang:1.9.2 + image: golang:latest workingDir: "{{inputs.parameters.appDir}}" command: [bash] source: |