Skip to content

Commit

Permalink
fix: standardising workflowtemplate name and container versions
Browse files Browse the repository at this point in the history
  • Loading branch information
amfage committed Jul 20, 2023
1 parent 608deed commit 35a4a8a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions workflows/imagery/standardising.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: argoproj.io/v1alpha1
kind: WorkflowTemplate
metadata:
name: test-imagery-standardising-retile
name: imagery-standardising
namespace: argo
spec:
parallelism: 50
Expand All @@ -18,11 +18,11 @@ spec:
parameters:
# FIXME: Should use camelCase or underscore?
- name: version-argo-tasks
value: "latest" # TODO: use latest version for test purposes
value: "v2"
- name: version-basemaps-cli
value: "v6.39.0-15-g3e982390"
- name: version-topo-imagery
value: "v2"
value: "v3"
- name: source
value: "s3://linz-imagery-staging/test/sample/"
- name: include
Expand Down Expand Up @@ -311,7 +311,7 @@ spec:
parameter: "{{tasks.get-location.outputs.parameters.location}}"
- name: generate-ulid
script:
image: "ghcr.io/paulfouquet/topo-imagery-test:latest"
image: "019359803926.dkr.ecr.ap-southeast-2.amazonaws.com/eks:topo-imagery-{{=sprig.trim(workflow.parameters['version-topo-imagery'])}}"
command: [python]
source: |
import ulid
Expand All @@ -333,7 +333,7 @@ spec:
- name: collection-id
- name: target
container:
image: "ghcr.io/paulfouquet/topo-imagery-test:latest"
image: "019359803926.dkr.ecr.ap-southeast-2.amazonaws.com/eks:topo-imagery-{{=sprig.trim(workflow.parameters['version-topo-imagery'])}}"
resources:
requests:
memory: 7.8Gi
Expand Down Expand Up @@ -374,7 +374,7 @@ spec:
- name: collection-id
- name: location
container:
image: "ghcr.io/paulfouquet/topo-imagery-test:latest"
image: "019359803926.dkr.ecr.ap-southeast-2.amazonaws.com/eks:topo-imagery-{{=sprig.trim(workflow.parameters['version-topo-imagery'])}}"
resources:
requests:
memory: 7.8Gi
Expand Down

0 comments on commit 35a4a8a

Please sign in to comment.