Skip to content

Commit 3f762b2

Browse files
chore(deps): update integration
1 parent 43ba4e1 commit 3f762b2

8 files changed

Lines changed: 13 additions & 13 deletions

File tree

task/fbc-fips-check-matrix-based-oci-ta/0.1/fbc-fips-check-matrix-based-oci-ta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
name: workdir
4242
steps:
4343
- name: use-buckets-artifact
44-
image: quay.io/konflux-ci/build-trusted-artifacts:latest@sha256:a246cf2267fe6fa68ae8885c6ca4141923edca3ccf9b56838d1ebe369d31b46d
44+
image: quay.io/konflux-ci/build-trusted-artifacts:latest@sha256:13ccf533248a98558cc7705e148c1c92e29f95ad67b5c0f4a9df5f57e051d276
4545
args:
4646
- use
4747
- $(params.BUCKETS_ARTIFACT)=/var/workdir/buckets

task/fbc-fips-check-oci-ta/0.1/fbc-fips-check-oci-ta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
name: workdir
4444
steps:
4545
- name: use-trusted-artifact
46-
image: quay.io/konflux-ci/build-trusted-artifacts:latest@sha256:a246cf2267fe6fa68ae8885c6ca4141923edca3ccf9b56838d1ebe369d31b46d
46+
image: quay.io/konflux-ci/build-trusted-artifacts:latest@sha256:13ccf533248a98558cc7705e148c1c92e29f95ad67b5c0f4a9df5f57e051d276
4747
args:
4848
- use
4949
- $(params.SOURCE_ARTIFACT)=/var/workdir/source

task/fbc-fips-prepare-oci-ta/0.1/fbc-fips-prepare-oci-ta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555
name: workdir
5656
steps:
5757
- name: use-trusted-artifact
58-
image: quay.io/konflux-ci/build-trusted-artifacts:latest@sha256:a246cf2267fe6fa68ae8885c6ca4141923edca3ccf9b56838d1ebe369d31b46d
58+
image: quay.io/konflux-ci/build-trusted-artifacts:latest@sha256:13ccf533248a98558cc7705e148c1c92e29f95ad67b5c0f4a9df5f57e051d276
5959
args:
6060
- use
6161
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
@@ -480,7 +480,7 @@ spec:
480480
echo "Done!"
481481
482482
- name: create-buckets-artifact
483-
image: quay.io/konflux-ci/build-trusted-artifacts:latest@sha256:a246cf2267fe6fa68ae8885c6ca4141923edca3ccf9b56838d1ebe369d31b46d
483+
image: quay.io/konflux-ci/build-trusted-artifacts:latest@sha256:13ccf533248a98558cc7705e148c1c92e29f95ad67b5c0f4a9df5f57e051d276
484484
args:
485485
- create
486486
- --store

task/fips-operator-bundle-check-oci-ta/0.1/fips-operator-bundle-check-oci-ta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
name: workdir
5050
steps:
5151
- name: use-trusted-artifact
52-
image: quay.io/konflux-ci/build-trusted-artifacts:latest@sha256:a246cf2267fe6fa68ae8885c6ca4141923edca3ccf9b56838d1ebe369d31b46d
52+
image: quay.io/konflux-ci/build-trusted-artifacts:latest@sha256:13ccf533248a98558cc7705e148c1c92e29f95ad67b5c0f4a9df5f57e051d276
5353
args:
5454
- use
5555
- $(params.SOURCE_ARTIFACT)=/var/workdir/source

task/run-opm-command-oci-ta/0.1/run-opm-command-oci-ta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ spec:
7272
subPath: ca-bundle.crt
7373
steps:
7474
- name: use-trusted-artifact
75-
image: quay.io/konflux-ci/build-trusted-artifacts:latest@sha256:a246cf2267fe6fa68ae8885c6ca4141923edca3ccf9b56838d1ebe369d31b46d
75+
image: quay.io/konflux-ci/build-trusted-artifacts:latest@sha256:13ccf533248a98558cc7705e148c1c92e29f95ad67b5c0f4a9df5f57e051d276
7676
args:
7777
- use
7878
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
@@ -311,7 +311,7 @@ spec:
311311
echo "Replacing pullspecs in '${FILE_TO_UPDATE_PULLSPEC_PATH}' using '${IDMS_PATH_PARAM}'."
312312
replace_mirror_pullspec_with_source "${IDMS_PATH_PARAM}" "${FILE_TO_UPDATE_PULLSPEC_PATH}"
313313
- name: create-trusted-artifact
314-
image: quay.io/konflux-ci/build-trusted-artifacts:latest@sha256:a246cf2267fe6fa68ae8885c6ca4141923edca3ccf9b56838d1ebe369d31b46d
314+
image: quay.io/konflux-ci/build-trusted-artifacts:latest@sha256:13ccf533248a98558cc7705e148c1c92e29f95ad67b5c0f4a9df5f57e051d276
315315
when:
316316
- input: "$(steps.run-opm-with-user-args.results.skip_create_trusted_artifact)"
317317
operator: in

task/run-opm-command-oci-ta/0.1/tests/test-convert-tags-already-digested.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ spec:
7070
echo "Created catalog with digest-based images:"
7171
cat "$(workspaces.tests-workspace.path)/source/.konflux/catalog/test-operator/catalog.json"
7272
- name: create-trusted-artifact
73-
image: quay.io/konflux-ci/build-trusted-artifacts:latest@sha256:a246cf2267fe6fa68ae8885c6ca4141923edca3ccf9b56838d1ebe369d31b46d
73+
image: quay.io/konflux-ci/build-trusted-artifacts:latest@sha256:13ccf533248a98558cc7705e148c1c92e29f95ad67b5c0f4a9df5f57e051d276
7474
args:
7575
- create
7676
- --store
@@ -131,7 +131,7 @@ spec:
131131
readOnly: true
132132
steps:
133133
- name: fetch-artifact
134-
image: quay.io/konflux-ci/build-trusted-artifacts:latest@sha256:a246cf2267fe6fa68ae8885c6ca4141923edca3ccf9b56838d1ebe369d31b46d
134+
image: quay.io/konflux-ci/build-trusted-artifacts:latest@sha256:13ccf533248a98558cc7705e148c1c92e29f95ad67b5c0f4a9df5f57e051d276
135135
args:
136136
- use
137137
- $(params.SOURCE_ARTIFACT)=$(workspaces.tests-workspace.path)/output

task/run-opm-command-oci-ta/0.1/tests/test-convert-tags-disabled.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ spec:
7070
echo "Created catalog with tagged images:"
7171
cat "$(workspaces.tests-workspace.path)/source/.konflux/catalog/test-operator/catalog.json"
7272
- name: create-trusted-artifact
73-
image: quay.io/konflux-ci/build-trusted-artifacts:latest@sha256:a246cf2267fe6fa68ae8885c6ca4141923edca3ccf9b56838d1ebe369d31b46d
73+
image: quay.io/konflux-ci/build-trusted-artifacts:latest@sha256:13ccf533248a98558cc7705e148c1c92e29f95ad67b5c0f4a9df5f57e051d276
7474
args:
7575
- create
7676
- --store
@@ -131,7 +131,7 @@ spec:
131131
readOnly: true
132132
steps:
133133
- name: fetch-artifact
134-
image: quay.io/konflux-ci/build-trusted-artifacts:latest@sha256:a246cf2267fe6fa68ae8885c6ca4141923edca3ccf9b56838d1ebe369d31b46d
134+
image: quay.io/konflux-ci/build-trusted-artifacts:latest@sha256:13ccf533248a98558cc7705e148c1c92e29f95ad67b5c0f4a9df5f57e051d276
135135
args:
136136
- use
137137
- $(params.SOURCE_ARTIFACT)=$(workspaces.tests-workspace.path)/output

task/validate-fbc/0.1/validate-fbc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ spec:
508508
requests:
509509
cpu: 100m
510510
memory: 256Mi
511-
image: quay.io/konflux-ci/oras:latest@sha256:76d221b871642154f32151797186430a9cb8b46a194221870c2a87b1a0b916ff
511+
image: quay.io/konflux-ci/oras:latest@sha256:8b903a6363812d3d24fcc9022deb44f00110b34f2d1bd33d348df5a41ef88425
512512
script: |
513513
#!/usr/bin/env bash
514514
set -euo pipefail
@@ -530,7 +530,7 @@ spec:
530530
requests:
531531
cpu: 100m
532532
memory: 256Mi
533-
image: quay.io/konflux-ci/oras:latest@sha256:76d221b871642154f32151797186430a9cb8b46a194221870c2a87b1a0b916ff
533+
image: quay.io/konflux-ci/oras:latest@sha256:8b903a6363812d3d24fcc9022deb44f00110b34f2d1bd33d348df5a41ef88425
534534
script: |
535535
#!/usr/bin/env bash
536536
set -euo pipefail

0 commit comments

Comments
 (0)