Skip to content

Commit

Permalink
chore(deps): update quay.io/redhat-appstudio/cachi2 docker tag to v0.…
Browse files Browse the repository at this point in the history
…11.0
  • Loading branch information
renovate[bot] authored and chmeliik committed Sep 19, 2024
1 parent 1d9075c commit ef11db2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion task/buildah-oci-ta/0.1/buildah-oci-ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ spec:
securityContext:
runAsUser: 0
- name: merge-cachi2-sbom
image: quay.io/redhat-appstudio/cachi2:0.10.0@sha256:58b521c821cc38e94d4a03fc024983b36e5e20b70c2578070303745caf69a6a9
image: quay.io/redhat-appstudio/cachi2:0.11.0@sha256:1051a8e55f4b6dddb5591ac103644e1d45b2367cffe50ba900418939aace0fb2
workingDir: /var/workdir
script: |
if [ -f "sbom-cachi2.json" ]; then
Expand Down
2 changes: 1 addition & 1 deletion task/buildah-remote-oci-ta/0.1/buildah-remote-oci-ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ spec:
runAsUser: 0
workingDir: /var/workdir
- computeResources: {}
image: quay.io/redhat-appstudio/cachi2:0.10.0@sha256:58b521c821cc38e94d4a03fc024983b36e5e20b70c2578070303745caf69a6a9
image: quay.io/redhat-appstudio/cachi2:0.11.0@sha256:1051a8e55f4b6dddb5591ac103644e1d45b2367cffe50ba900418939aace0fb2
name: merge-cachi2-sbom
script: |
if [ -f "sbom-cachi2.json" ]; then
Expand Down
2 changes: 1 addition & 1 deletion task/buildah-remote/0.1/buildah-remote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ spec:
runAsUser: 0
workingDir: $(workspaces.source.path)
- computeResources: {}
image: quay.io/redhat-appstudio/cachi2:0.10.0@sha256:58b521c821cc38e94d4a03fc024983b36e5e20b70c2578070303745caf69a6a9
image: quay.io/redhat-appstudio/cachi2:0.11.0@sha256:1051a8e55f4b6dddb5591ac103644e1d45b2367cffe50ba900418939aace0fb2
name: merge-cachi2-sbom
script: |
if [ -f "sbom-cachi2.json" ]; then
Expand Down
2 changes: 1 addition & 1 deletion task/buildah/0.1/buildah.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ spec:
runAsUser: 0

- name: merge-cachi2-sbom
image: quay.io/redhat-appstudio/cachi2:0.10.0@sha256:58b521c821cc38e94d4a03fc024983b36e5e20b70c2578070303745caf69a6a9
image: quay.io/redhat-appstudio/cachi2:0.11.0@sha256:1051a8e55f4b6dddb5591ac103644e1d45b2367cffe50ba900418939aace0fb2
script: |
if [ -f "sbom-cachi2.json" ]; then
echo "Merging contents of sbom-cachi2.json into sbom-cyclonedx.json"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ spec:
yq 'del(.goproxy_url)' <<<"${CONFIG_FILE_CONTENT}" >/mnt/config/config.yaml
fi
- name: prefetch-dependencies
image: quay.io/redhat-appstudio/cachi2:0.10.0@sha256:58b521c821cc38e94d4a03fc024983b36e5e20b70c2578070303745caf69a6a9
image: quay.io/redhat-appstudio/cachi2:0.11.0@sha256:1051a8e55f4b6dddb5591ac103644e1d45b2367cffe50ba900418939aace0fb2
volumeMounts:
- mountPath: /mnt/trusted-ca
name: trusted-ca
Expand Down
2 changes: 1 addition & 1 deletion task/prefetch-dependencies/0.1/prefetch-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ spec:
yq 'del(.goproxy_url)' <<< "${CONFIG_FILE_CONTENT}" > /mnt/config/config.yaml
fi
- image: quay.io/redhat-appstudio/cachi2:0.10.0@sha256:58b521c821cc38e94d4a03fc024983b36e5e20b70c2578070303745caf69a6a9
- image: quay.io/redhat-appstudio/cachi2:0.11.0@sha256:1051a8e55f4b6dddb5591ac103644e1d45b2367cffe50ba900418939aace0fb2
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
# the cluster will set imagePullPolicy to IfNotPresent
name: prefetch-dependencies
Expand Down
2 changes: 1 addition & 1 deletion task/rpm-ostree/0.1/rpm-ostree.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ spec:
- mountPath: /var/lib/containers
name: varlibcontainers
- name: merge-cachi2-sbom
image: quay.io/redhat-appstudio/cachi2:0.10.0@sha256:58b521c821cc38e94d4a03fc024983b36e5e20b70c2578070303745caf69a6a9
image: quay.io/redhat-appstudio/cachi2:0.11.0@sha256:1051a8e55f4b6dddb5591ac103644e1d45b2367cffe50ba900418939aace0fb2
script: |
cachi2_sbom=./cachi2/output/bom.json
if [ -f "$cachi2_sbom" ]; then
Expand Down

0 comments on commit ef11db2

Please sign in to comment.