Skip to content

Commit 3e1530d

Browse files
committed
bumps ubuntu image version
bumps kustomize and helm versions Signed-off-by: Patroklos Papapetrou <ppapapetrou76@gmail.com>
1 parent 27cf7c5 commit 3e1530d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASE_IMAGE=docker.io/library/ubuntu:25.04@sha256:10bb10bb062de665d4dc3e0ea36715270ead632cfcb74d08ca2273712a0dfb42
1+
ARG BASE_IMAGE=docker.io/library/ubuntu:25.10@sha256:10bb10bb062de665d4dc3e0ea36715270ead632cfcb74d08ca2273712a0dfb42
22
####################################################################################################
33
# Builder image
44
# Initial stage which pulls prepares build dependencies and CLI tooling we need for our final image

hack/tool-versions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Use ./hack/installers/checksums/add-helm-checksums.sh and
1212
# add-kustomize-checksums.sh to help download checksums.
1313
###############################################################################
14-
helm3_version=3.18.4
15-
kustomize5_version=5.7.0
14+
helm3_version=3.19.0
15+
kustomize5_version=5.7.1
1616
protoc_version=29.3
1717
oras_version=1.2.0

0 commit comments

Comments
 (0)