Skip to content

Commit

Permalink
chore(deps): update maven
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent ba97465 commit bbe20fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions task/build-maven-zip-oci-ta/0.1/build-maven-zip-oci-ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ spec:
name: workdir
steps:
- name: use-trusted-artifact
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:b31dc501d5068e30621e51681a2921d4e43f5a030ab78c8991f83a5e774534a3
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:ff35e09ff5c89e54538b50abae241a765b2b7868f05d62c4835bebf0978f3659
args:
- use
- $(params.CACHI2_ARTIFACT)=/var/workdir/cachi2
- name: prepare
image: quay.io/konflux-ci/appstudio-utils@sha256:426143910a9fe57a340143f8c19f1ad8e7103749be84096c3faacc20b260b15a
image: quay.io/konflux-ci/appstudio-utils@sha256:f2fa1d8999e5f38135aeefba13121c3d62103f39f3a324bc58e4f84382bef71d
workingDir: /var/workdir
script: |
#!/bin/bash
Expand Down Expand Up @@ -132,7 +132,7 @@ spec:
add:
- SETFCAP
- name: build
image: quay.io/konflux-ci/oras:latest@sha256:66ccc8c3698304036a42739f6e1836f3399a46645be2d3c5d6d456b9c79fff40
image: quay.io/konflux-ci/oras:latest@sha256:01eefaa038b71c375a524a79618d9008a0f4692e03ac869f15901059df727463
workingDir: /var/workdir
volumeMounts:
- mountPath: /mnt/trusted-ca
Expand Down
4 changes: 2 additions & 2 deletions task/build-maven-zip/0.1/build-maven-zip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
name: shared

steps:
- image: quay.io/konflux-ci/appstudio-utils@sha256:426143910a9fe57a340143f8c19f1ad8e7103749be84096c3faacc20b260b15a
- image: quay.io/konflux-ci/appstudio-utils@sha256:f2fa1d8999e5f38135aeefba13121c3d62103f39f3a324bc58e4f84382bef71d
name: prepare
computeResources:
limits:
Expand Down Expand Up @@ -102,7 +102,7 @@ spec:
add:
- SETFCAP
workingDir: $(workspaces.source.path)
- image: quay.io/konflux-ci/oras:latest@sha256:66ccc8c3698304036a42739f6e1836f3399a46645be2d3c5d6d456b9c79fff40
- image: quay.io/konflux-ci/oras:latest@sha256:01eefaa038b71c375a524a79618d9008a0f4692e03ac869f15901059df727463
name: build
computeResources:
limits:
Expand Down

0 comments on commit bbe20fe

Please sign in to comment.