diff --git a/Chart.yaml b/Chart.yaml index 6bac794..8c7061b 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -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 diff --git a/values.yaml b/values.yaml index afb280c..17dc14e 100644 --- a/values.yaml +++ b/values.yaml @@ -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,