Skip to content

Commit

Permalink
chore(deps): update rpm-tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent b93fba3 commit eea286c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion task/generate-odcs-compose/0.1/generate-odcs-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
description: Directory to write the result .repo files.
steps:
- name: generate-odcs-compose
image: quay.io/redhat-appstudio/tools@sha256:87c71bdc6f1925de3566fe9ff7237ce122063f5972f533722868b84fb5616b61
image: quay.io/redhat-appstudio/tools@sha256:6676c661b5d56faa1b377218c32d2825571a9e275c32f77e521376580f4a2f4a
env:
- name: CLIENT_ID
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion task/generate-odcs-compose/0.2/generate-odcs-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
description: Directory to write the result .repo files.
steps:
- name: generate-odcs-compose
image: quay.io/redhat-appstudio/tools@sha256:87c71bdc6f1925de3566fe9ff7237ce122063f5972f533722868b84fb5616b61
image: quay.io/redhat-appstudio/tools@sha256:6676c661b5d56faa1b377218c32d2825571a9e275c32f77e521376580f4a2f4a
env:
- name: CLIENT_ID
valueFrom:
Expand Down
4 changes: 2 additions & 2 deletions task/rpms-signature-scan/0.1/rpms-signature-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
optional: true
steps:
- name: rpms-signature-scan
image: quay.io/redhat-appstudio/tools@sha256:87c71bdc6f1925de3566fe9ff7237ce122063f5972f533722868b84fb5616b61
image: quay.io/redhat-appstudio/tools@sha256:6676c661b5d56faa1b377218c32d2825571a9e275c32f77e521376580f4a2f4a
volumeMounts:
- name: workdir
mountPath: "$(params.workdir)"
Expand Down Expand Up @@ -76,7 +76,7 @@ spec:
--fail-unsigned "${FAIL_UNSIGNED}" \
--workdir "${WORKDIR}" \
- name: output-results
image: quay.io/redhat-appstudio/konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
image: quay.io/redhat-appstudio/konflux-test:v1.4.9@sha256:eee855e60b437d9a55a30e63f2eb7f95d9fd6d3b111c32cac8730c9b7a071394
volumeMounts:
- name: workdir
mountPath: "$(params.workdir)"
Expand Down
4 changes: 2 additions & 2 deletions task/rpms-signature-scan/0.2/rpms-signature-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
optional: true
steps:
- name: rpms-signature-scan
image: quay.io/redhat-appstudio/tools@sha256:87c71bdc6f1925de3566fe9ff7237ce122063f5972f533722868b84fb5616b61
image: quay.io/redhat-appstudio/tools@sha256:6676c661b5d56faa1b377218c32d2825571a9e275c32f77e521376580f4a2f4a
volumeMounts:
- name: workdir
mountPath: "$(params.workdir)"
Expand All @@ -69,7 +69,7 @@ spec:
--image-digest "${IMAGE_DIGEST}" \
--workdir "${WORKDIR}" \
- name: output-results
image: quay.io/redhat-appstudio/konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
image: quay.io/redhat-appstudio/konflux-test:v1.4.9@sha256:eee855e60b437d9a55a30e63f2eb7f95d9fd6d3b111c32cac8730c9b7a071394
volumeMounts:
- name: workdir
mountPath: "$(params.workdir)"
Expand Down
2 changes: 1 addition & 1 deletion task/verify-signed-rpms/0.1/verify-signed-rpms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
--workdir "${WORKDIR}" \
--status-path "${WORKDIR}"/status
- name: output-results
image: quay.io/redhat-appstudio/konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
image: quay.io/redhat-appstudio/konflux-test:v1.4.9@sha256:eee855e60b437d9a55a30e63f2eb7f95d9fd6d3b111c32cac8730c9b7a071394
volumeMounts:
- name: workdir
mountPath: "$(params.WORKDIR)"
Expand Down

0 comments on commit eea286c

Please sign in to comment.