From ccaae47dc6b63f7e57d17e6039a2486fd1a7bf5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 16:21:47 +0000 Subject: [PATCH] chore(deps): update integration --- task/clair-scan/0.1/clair-scan.yaml | 4 ++-- task/clamav-scan/0.1/clamav-scan.yaml | 2 +- task/deprecated-image-check/0.1/deprecated-image-check.yaml | 4 ++-- task/deprecated-image-check/0.2/deprecated-image-check.yaml | 4 ++-- task/deprecated-image-check/0.3/deprecated-image-check.yaml | 2 +- task/deprecated-image-check/0.4/deprecated-image-check.yaml | 2 +- task/fbc-related-image-check/0.1/fbc-related-image-check.yaml | 2 +- task/fbc-validation/0.1/fbc-validation.yaml | 2 +- task/inspect-image/0.1/inspect-image.yaml | 2 +- task/sast-snyk-check-oci-ta/0.1/sast-snyk-check-oci-ta.yaml | 2 +- task/sast-snyk-check/0.1/sast-snyk-check.yaml | 2 +- task/sbom-json-check/0.1/sbom-json-check.yaml | 2 +- task/tkn-bundle/0.1/tkn-bundle.yaml | 2 +- task/verify-signed-rpms/0.1/verify-signed-rpms.yaml | 2 +- 14 files changed, 17 insertions(+), 17 deletions(-) diff --git a/task/clair-scan/0.1/clair-scan.yaml b/task/clair-scan/0.1/clair-scan.yaml index 90e1fb3d9b..503211746d 100644 --- a/task/clair-scan/0.1/clair-scan.yaml +++ b/task/clair-scan/0.1/clair-scan.yaml @@ -28,7 +28,7 @@ spec: description: Images processed in the task. steps: - name: get-image-manifests - image: quay.io/redhat-appstudio/konflux-test:v1.4.0@sha256:54d49b37c9a2e280d42961a57e4f7a16c171d6b065559f1329b548db85300bea + image: quay.io/redhat-appstudio/konflux-test:v1.4.1@sha256:64955981bbcd37350513dc52dee7a89defb57bf6ad559c53944cdadeb82866e3 # the clair-in-ci image neither has skopeo or jq installed. Hence, we create an extra step to get the image manifest digests env: - name: IMAGE_URL @@ -91,7 +91,7 @@ spec: images_processed=$(echo "${images_processed_template/\[%s]/[$digests_processed_string]}") echo "$images_processed" > /tekton/home/images-processed.json - name: conftest-vulnerabilities - image: quay.io/redhat-appstudio/konflux-test:v1.4.0@sha256:54d49b37c9a2e280d42961a57e4f7a16c171d6b065559f1329b548db85300bea + image: quay.io/redhat-appstudio/konflux-test:v1.4.1@sha256:64955981bbcd37350513dc52dee7a89defb57bf6ad559c53944cdadeb82866e3 # per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting # the cluster will set imagePullPolicy to IfNotPresent # also per direction from Ralph Bean, we want to use image digest based tags to use a cue to automation like dependabot or renovatebot to periodially submit pull requests that update the digest as new images are released. diff --git a/task/clamav-scan/0.1/clamav-scan.yaml b/task/clamav-scan/0.1/clamav-scan.yaml index e867d33e8d..f606fceea2 100644 --- a/task/clamav-scan/0.1/clamav-scan.yaml +++ b/task/clamav-scan/0.1/clamav-scan.yaml @@ -26,7 +26,7 @@ spec: steps: - name: extract-and-scan-image - image: quay.io/redhat-appstudio/konflux-test:v1.4.0@sha256:54d49b37c9a2e280d42961a57e4f7a16c171d6b065559f1329b548db85300bea + image: quay.io/redhat-appstudio/konflux-test:v1.4.1@sha256:64955981bbcd37350513dc52dee7a89defb57bf6ad559c53944cdadeb82866e3 # per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting # the cluster will set imagePullPolicy to IfNotPresent # also per direction from Ralph Bean, we want to use image digest based tags to use a cue to automation like dependabot or renovatebot to periodially submit pull requests that update the digest as new images are released. diff --git a/task/deprecated-image-check/0.1/deprecated-image-check.yaml b/task/deprecated-image-check/0.1/deprecated-image-check.yaml index 916c179a02..ef7de4dfb8 100644 --- a/task/deprecated-image-check/0.1/deprecated-image-check.yaml +++ b/task/deprecated-image-check/0.1/deprecated-image-check.yaml @@ -31,7 +31,7 @@ spec: steps: # Download Pyxis metadata about the image - name: query-pyxis - image: quay.io/redhat-appstudio/konflux-test:v1.4.0@sha256:54d49b37c9a2e280d42961a57e4f7a16c171d6b065559f1329b548db85300bea + image: quay.io/redhat-appstudio/konflux-test:v1.4.1@sha256:64955981bbcd37350513dc52dee7a89defb57bf6ad559c53944cdadeb82866e3 # per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting # the cluster will set imagePullPolicy to IfNotPresent # also per direction from Ralph Bean, we want to use image digest based tags to use a cue to automation like dependabot or renovatebot to periodially submit pull requests that update the digest as new images are released. @@ -62,7 +62,7 @@ spec: # Run the tests and save output - name: run-conftest - image: quay.io/redhat-appstudio/konflux-test:v1.4.0@sha256:54d49b37c9a2e280d42961a57e4f7a16c171d6b065559f1329b548db85300bea + image: quay.io/redhat-appstudio/konflux-test:v1.4.1@sha256:64955981bbcd37350513dc52dee7a89defb57bf6ad559c53944cdadeb82866e3 # per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting # the cluster will set imagePullPolicy to IfNotPresent # also per direction from Ralph Bean, we want to use image digest based tags to use a cue to automation like dependabot or renovatebot to periodially submit pull requests that update the digest as new images are released. diff --git a/task/deprecated-image-check/0.2/deprecated-image-check.yaml b/task/deprecated-image-check/0.2/deprecated-image-check.yaml index f726c7d71f..3f3d1a17aa 100644 --- a/task/deprecated-image-check/0.2/deprecated-image-check.yaml +++ b/task/deprecated-image-check/0.2/deprecated-image-check.yaml @@ -31,7 +31,7 @@ spec: steps: # Download Pyxis metadata about the image - name: query-pyxis - image: quay.io/redhat-appstudio/konflux-test:v1.4.0@sha256:54d49b37c9a2e280d42961a57e4f7a16c171d6b065559f1329b548db85300bea + image: quay.io/redhat-appstudio/konflux-test:v1.4.1@sha256:64955981bbcd37350513dc52dee7a89defb57bf6ad559c53944cdadeb82866e3 # per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting # the cluster will set imagePullPolicy to IfNotPresent # also per direction from Ralph Bean, we want to use image digest based tags to use a cue to automation like dependabot or renovatebot to periodially submit pull requests that update the digest as new images are released. @@ -62,7 +62,7 @@ spec: # Run the tests and save output - name: run-conftest - image: quay.io/redhat-appstudio/konflux-test:v1.4.0@sha256:54d49b37c9a2e280d42961a57e4f7a16c171d6b065559f1329b548db85300bea + image: quay.io/redhat-appstudio/konflux-test:v1.4.1@sha256:64955981bbcd37350513dc52dee7a89defb57bf6ad559c53944cdadeb82866e3 # per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting # the cluster will set imagePullPolicy to IfNotPresent # also per direction from Ralph Bean, we want to use image digest based tags to use a cue to automation like dependabot or renovatebot to periodially submit pull requests that update the digest as new images are released. diff --git a/task/deprecated-image-check/0.3/deprecated-image-check.yaml b/task/deprecated-image-check/0.3/deprecated-image-check.yaml index 1482a0ba6b..d7fe8ddedd 100644 --- a/task/deprecated-image-check/0.3/deprecated-image-check.yaml +++ b/task/deprecated-image-check/0.3/deprecated-image-check.yaml @@ -29,7 +29,7 @@ spec: steps: - name: check-images - image: quay.io/redhat-appstudio/konflux-test:v1.4.0@sha256:54d49b37c9a2e280d42961a57e4f7a16c171d6b065559f1329b548db85300bea + image: quay.io/redhat-appstudio/konflux-test:v1.4.1@sha256:64955981bbcd37350513dc52dee7a89defb57bf6ad559c53944cdadeb82866e3 # per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting # the cluster will set imagePullPolicy to IfNotPresent # also per direction from Ralph Bean, we want to use image digest based tags to use a cue to automation like dependabot or renovatebot to periodially submit pull requests that update the digest as new images are released. diff --git a/task/deprecated-image-check/0.4/deprecated-image-check.yaml b/task/deprecated-image-check/0.4/deprecated-image-check.yaml index 56dbff5611..7151e5f739 100644 --- a/task/deprecated-image-check/0.4/deprecated-image-check.yaml +++ b/task/deprecated-image-check/0.4/deprecated-image-check.yaml @@ -32,7 +32,7 @@ spec: steps: - name: check-images - image: quay.io/redhat-appstudio/konflux-test:v1.4.0@sha256:54d49b37c9a2e280d42961a57e4f7a16c171d6b065559f1329b548db85300bea + image: quay.io/redhat-appstudio/konflux-test:v1.4.1@sha256:64955981bbcd37350513dc52dee7a89defb57bf6ad559c53944cdadeb82866e3 # per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting # the cluster will set imagePullPolicy to IfNotPresent # also per direction from Ralph Bean, we want to use image digest based tags to use a cue to automation like dependabot or renovatebot to periodially submit pull requests that update the digest as new images are released. diff --git a/task/fbc-related-image-check/0.1/fbc-related-image-check.yaml b/task/fbc-related-image-check/0.1/fbc-related-image-check.yaml index b5e7fb9df3..90f1adc0c4 100644 --- a/task/fbc-related-image-check/0.1/fbc-related-image-check.yaml +++ b/task/fbc-related-image-check/0.1/fbc-related-image-check.yaml @@ -17,7 +17,7 @@ spec: - name: workspace steps: - name: check-related-images - image: quay.io/redhat-appstudio/konflux-test:v1.4.0@sha256:54d49b37c9a2e280d42961a57e4f7a16c171d6b065559f1329b548db85300bea + image: quay.io/redhat-appstudio/konflux-test:v1.4.1@sha256:64955981bbcd37350513dc52dee7a89defb57bf6ad559c53944cdadeb82866e3 # per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting # the cluster will set imagePullPolicy to IfNotPresent # also per direction from Ralph Bean, we want to use image digest based tags to use a cue to automation like dependabot or renovatebot to periodially submit pull requests that update the digest as new images are released. diff --git a/task/fbc-validation/0.1/fbc-validation.yaml b/task/fbc-validation/0.1/fbc-validation.yaml index 5d20929b50..e09facf781 100644 --- a/task/fbc-validation/0.1/fbc-validation.yaml +++ b/task/fbc-validation/0.1/fbc-validation.yaml @@ -26,7 +26,7 @@ spec: - name: workspace steps: - name: extract-and-check-binaries - image: quay.io/redhat-appstudio/konflux-test:v1.4.0@sha256:54d49b37c9a2e280d42961a57e4f7a16c171d6b065559f1329b548db85300bea + image: quay.io/redhat-appstudio/konflux-test:v1.4.1@sha256:64955981bbcd37350513dc52dee7a89defb57bf6ad559c53944cdadeb82866e3 # per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting # the cluster will set imagePullPolicy to IfNotPresent # also per direction from Ralph Bean, we want to use image digest based tags to use a cue to automation like dependabot or renovatebot to periodially submit pull requests that update the digest as new images are released. diff --git a/task/inspect-image/0.1/inspect-image.yaml b/task/inspect-image/0.1/inspect-image.yaml index fb288bf1be..50fcd04d6c 100644 --- a/task/inspect-image/0.1/inspect-image.yaml +++ b/task/inspect-image/0.1/inspect-image.yaml @@ -33,7 +33,7 @@ spec: - name: source steps: - name: inspect-image - image: quay.io/redhat-appstudio/konflux-test:v1.4.0@sha256:54d49b37c9a2e280d42961a57e4f7a16c171d6b065559f1329b548db85300bea + image: quay.io/redhat-appstudio/konflux-test:v1.4.1@sha256:64955981bbcd37350513dc52dee7a89defb57bf6ad559c53944cdadeb82866e3 # per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting # the cluster will set imagePullPolicy to IfNotPresent # also per direction from Ralph Bean, we want to use image digest based tags to use a cue to automation like dependabot or renovatebot to periodially submit pull requests that update the digest as new images are released. diff --git a/task/sast-snyk-check-oci-ta/0.1/sast-snyk-check-oci-ta.yaml b/task/sast-snyk-check-oci-ta/0.1/sast-snyk-check-oci-ta.yaml index 7da4636038..3ee809e9e2 100644 --- a/task/sast-snyk-check-oci-ta/0.1/sast-snyk-check-oci-ta.yaml +++ b/task/sast-snyk-check-oci-ta/0.1/sast-snyk-check-oci-ta.yaml @@ -58,7 +58,7 @@ spec: - use - $(params.SOURCE_ARTIFACT)=/var/workdir/source - name: sast-snyk-check - image: quay.io/redhat-appstudio/konflux-test:v1.4.0@sha256:54d49b37c9a2e280d42961a57e4f7a16c171d6b065559f1329b548db85300bea + image: quay.io/redhat-appstudio/konflux-test:v1.4.1@sha256:64955981bbcd37350513dc52dee7a89defb57bf6ad559c53944cdadeb82866e3 workingDir: /var/workdir/source volumeMounts: - name: snyk-secret diff --git a/task/sast-snyk-check/0.1/sast-snyk-check.yaml b/task/sast-snyk-check/0.1/sast-snyk-check.yaml index 08b2b68044..5cd86ee0e7 100644 --- a/task/sast-snyk-check/0.1/sast-snyk-check.yaml +++ b/task/sast-snyk-check/0.1/sast-snyk-check.yaml @@ -28,7 +28,7 @@ spec: optional: true steps: - name: sast-snyk-check - image: quay.io/redhat-appstudio/konflux-test:v1.4.0@sha256:54d49b37c9a2e280d42961a57e4f7a16c171d6b065559f1329b548db85300bea + image: quay.io/redhat-appstudio/konflux-test:v1.4.1@sha256:64955981bbcd37350513dc52dee7a89defb57bf6ad559c53944cdadeb82866e3 # per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting # the cluster will set imagePullPolicy to IfNotPresent # also per direction from Ralph Bean, we want to use image digest based tags to use a cue to automation like dependabot or renovatebot to periodially submit pull requests that update the digest as new images are released. diff --git a/task/sbom-json-check/0.1/sbom-json-check.yaml b/task/sbom-json-check/0.1/sbom-json-check.yaml index 913d318586..117f54efd9 100644 --- a/task/sbom-json-check/0.1/sbom-json-check.yaml +++ b/task/sbom-json-check/0.1/sbom-json-check.yaml @@ -20,7 +20,7 @@ spec: name: IMAGES_PROCESSED steps: - name: sbom-json-check - image: quay.io/redhat-appstudio/konflux-test:v1.4.0@sha256:54d49b37c9a2e280d42961a57e4f7a16c171d6b065559f1329b548db85300bea + image: quay.io/redhat-appstudio/konflux-test:v1.4.1@sha256:64955981bbcd37350513dc52dee7a89defb57bf6ad559c53944cdadeb82866e3 # per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting # the cluster will set imagePullPolicy to IfNotPresent # also per direction from Ralph Bean, we want to use image digest based tags to use a cue to automation like dependabot or renovatebot to periodially submit pull requests that update the digest as new images are released. diff --git a/task/tkn-bundle/0.1/tkn-bundle.yaml b/task/tkn-bundle/0.1/tkn-bundle.yaml index b76972ab24..4a52ee15cc 100644 --- a/task/tkn-bundle/0.1/tkn-bundle.yaml +++ b/task/tkn-bundle/0.1/tkn-bundle.yaml @@ -39,7 +39,7 @@ spec: - name: TASK_FILE value: tekton_task_files steps: - - image: quay.io/redhat-appstudio/konflux-test:latest@sha256:54d49b37c9a2e280d42961a57e4f7a16c171d6b065559f1329b548db85300bea + - image: quay.io/redhat-appstudio/konflux-test:latest@sha256:64955981bbcd37350513dc52dee7a89defb57bf6ad559c53944cdadeb82866e3 name: modify-task-files env: - name: CONTEXT diff --git a/task/verify-signed-rpms/0.1/verify-signed-rpms.yaml b/task/verify-signed-rpms/0.1/verify-signed-rpms.yaml index 888d2d021e..d9e899b32c 100644 --- a/task/verify-signed-rpms/0.1/verify-signed-rpms.yaml +++ b/task/verify-signed-rpms/0.1/verify-signed-rpms.yaml @@ -48,7 +48,7 @@ spec: --workdir "${WORKDIR}" \ --status-path "${WORKDIR}"/status - name: output-results - image: quay.io/redhat-appstudio/konflux-test:v1.4.0@sha256:54d49b37c9a2e280d42961a57e4f7a16c171d6b065559f1329b548db85300bea + image: quay.io/redhat-appstudio/konflux-test:v1.4.1@sha256:64955981bbcd37350513dc52dee7a89defb57bf6ad559c53944cdadeb82866e3 volumeMounts: - name: workdir mountPath: "$(params.WORKDIR)"