Skip to content

Commit

Permalink
changing default entrypoint to init (#31)
Browse files Browse the repository at this point in the history
* changing default entrypoint to init

* closes #30 - unpin golang images in cwfts

* changing back to bin/bash
  • Loading branch information
johndietz authored Oct 2, 2021
1 parent 4ba8793 commit 5fc552f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gitops/components/argo/cwfts/cwft-git.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down Expand Up @@ -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:
Expand All @@ -96,7 +96,7 @@ spec:
parameters:
- name: appDir
script:
image: golang:1.9.2
image: golang:latest
workingDir: "{{inputs.parameters.appDir}}"
command: [bash]
source: |
Expand Down

0 comments on commit 5fc552f

Please sign in to comment.