Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: bump topo-imagery container #73

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 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: imagery-standardising-v0.2.0-60
name: imagery-standardising-v0.2.0-69
namespace: argo
spec:
parallelism: 50
Expand Down Expand Up @@ -139,7 +139,7 @@ spec:
path: /tmp/file_list.json
- name: generate-ulid
script:
image: ghcr.io/linz/topo-imagery:v0.2.0-60-g58d4cd2
image: ghcr.io/linz/topo-imagery:v0.2.0-69-gdab4565
command: [python]
source: |
import ulid
Expand All @@ -160,7 +160,7 @@ spec:
- name: file
- name: collection-id
container:
image: ghcr.io/linz/topo-imagery:v0.2.0-60-g58d4cd2
image: ghcr.io/linz/topo-imagery:v0.2.0-69-gdab4565
resources:
requests:
memory: 7.8Gi
Expand Down Expand Up @@ -251,7 +251,7 @@ spec:
- name: collection-id
- name: location
container:
image: ghcr.io/linz/topo-imagery:v0.2.0-60-g58d4cd2
image: ghcr.io/linz/topo-imagery:v0.2.0-69-gdab4565
resources:
requests:
memory: 7.8Gi
Expand Down
2 changes: 1 addition & 1 deletion workflows/imagery/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
templates:
- name: test-script
script:
image: ghcr.io/linz/topo-imagery:v0.2.0-60-g58d4cd2
image: ghcr.io/linz/topo-imagery:v0.2.0-69-gdab4565
command: [python]
source: |
import sys
Expand Down