Skip to content

Commit

Permalink
Update buildah image to address CVE fix and update version for task-c…
Browse files Browse the repository at this point in the history
…ontainers
  • Loading branch information
savitaashture authored and openshift-merge-bot[bot] committed Aug 27, 2024
1 parent 140189f commit bb37966
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ apiVersion: v2
name: task-containers
description: Contains the Tekton Tasks to manage container images
type: application
version: 0.3.3
version: 0.4.0
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# task steps container images
images:
bash: registry.access.redhat.com/ubi8-minimal:8.9
skopeo: registry.access.redhat.com/ubi8/skopeo:8.9
buildah: registry.access.redhat.com/ubi8/buildah:8.9
skopeo: registry.access.redhat.com/ubi8/skopeo:8.10-5
buildah: registry.access.redhat.com/ubi8/buildah:8.10-5
s2i: registry.access.redhat.com/source-to-image/source-to-image-rhel8:v1.3.9-6

# source-to-image builder images, each language represents a distinct ecosystem the builder supports,
Expand Down

0 comments on commit bb37966

Please sign in to comment.