Skip to content

Commit 9692d3f

Browse files
committed
fix: bump geozarr pipeline image tag
1 parent 1b5debf commit 9692d3f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

workflows/base/workflowtemplate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
- name: s3_output_prefix
3232
value: tests-output
3333
- name: pipeline_image_version
34-
value: feature-align-data-model
34+
value: sha-0bd699f
3535
# Optional conversion parameter overrides (empty = use collection defaults)
3636
- name: override_groups
3737
value: ""

workflows/overlays/production/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ patches:
2020
- name: s3_output_prefix
2121
value: geozarr
2222
- name: pipeline_image_version
23-
value: latest
23+
value: sha-0bd699f
2424
templates:
2525
- name: convert-geozarr
2626
container:

workflows/overlays/staging/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ patches:
3737
- name: s3_output_prefix
3838
value: tests-output
3939
- name: pipeline_image_version
40-
value: main
40+
value: sha-0bd699f

0 commit comments

Comments
 (0)