Skip to content

Commit

Permalink
fix: update topo-imagery version
Browse files Browse the repository at this point in the history
  • Loading branch information
MDavidson17 committed Oct 4, 2023
1 parent a89c683 commit 3739734
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/training_workshop/ARGO_WORKFLOWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ spec:
template: say-hello-template
- name: say-hello-template
container:
image: "019359803926.dkr.ecr.ap-southeast-2.amazonaws.com/topo-imagery:v2"
image: "019359803926.dkr.ecr.ap-southeast-2.amazonaws.com/topo-imagery:v3"
command: [echo]
args: ["hello world"]
```
Expand Down Expand Up @@ -211,7 +211,7 @@ spec:
parameters:
- name: message
container:
image: "019359803926.dkr.ecr.ap-southeast-2.amazonaws.com/topo-imagery:v2"
image: "019359803926.dkr.ecr.ap-southeast-2.amazonaws.com/topo-imagery:v3"
command: [echo]
args: ["{{inputs.parameters.message}}"]
```
Expand Down Expand Up @@ -372,7 +372,7 @@ spec:
parameters:
- name: message
container:
image: "019359803926.dkr.ecr.ap-southeast-2.amazonaws.com/topo-imagery:v2"
image: "019359803926.dkr.ecr.ap-southeast-2.amazonaws.com/topo-imagery:v3"
command: [echo]
args: ["{{inputs.parameters.message}}"]
```
Expand Down Expand Up @@ -443,7 +443,7 @@ spec:
parameters:
- name: message
container:
image: "019359803926.dkr.ecr.ap-southeast-2.amazonaws.com/topo-imagery:v2"
image: "019359803926.dkr.ecr.ap-southeast-2.amazonaws.com/topo-imagery:v3"
command: [echo]
args: ["{{inputs.parameters.message}}"]
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ spec:
template: say-hello-template
- name: say-hello-template
container:
image: "019359803926.dkr.ecr.ap-southeast-2.amazonaws.com/topo-imagery:v2"
image: "019359803926.dkr.ecr.ap-southeast-2.amazonaws.com/topo-imagery:v3"
command: [echo]
args: ["hello world"]
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ spec:
parameters:
- name: message
container:
image: "019359803926.dkr.ecr.ap-southeast-2.amazonaws.com/topo-imagery:v2"
image: "019359803926.dkr.ecr.ap-southeast-2.amazonaws.com/topo-imagery:v3"
command: [echo]
args: ["{{inputs.parameters.message}}"]
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ spec:
parameters:
- name: message
container:
image: "019359803926.dkr.ecr.ap-southeast-2.amazonaws.com/topo-imagery:v2"
image: "019359803926.dkr.ecr.ap-southeast-2.amazonaws.com/topo-imagery:v3"
command: [echo]
args: ["{{inputs.parameters.message}}"]
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ spec:
parameters:
- name: message
container:
image: "019359803926.dkr.ecr.ap-southeast-2.amazonaws.com/topo-imagery:v2"
image: "019359803926.dkr.ecr.ap-southeast-2.amazonaws.com/topo-imagery:v3"
command: [echo]
args: ["{{inputs.parameters.message}}"]

0 comments on commit 3739734

Please sign in to comment.