Skip to content

Commit 8b53aa8

Browse files
committed
✅ TOOLS_ARGO_CLI_VERSION=3.2.0 == v3.2.0
✅ TOOLS_ISTIO_VERSION=1.28.0 == 1.28.0 ✅ TOOLS_HELM_VERSION=3.19.1 == v3.19.1 Signed-off-by: Dmytro Rashko <[email protected]>
1 parent 0c9457d commit 8b53aa8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,12 @@ DOCKER_BUILDER ?= docker buildx
151151
DOCKER_BUILD_ARGS ?= --pull --load --platform linux/$(LOCALARCH) --builder $(BUILDX_BUILDER_NAME)
152152

153153
# tools image build args
154-
TOOLS_ISTIO_VERSION ?= 1.27.3
154+
TOOLS_ISTIO_VERSION ?= 1.28.0
155155
TOOLS_ARGO_ROLLOUTS_VERSION ?= 1.8.3
156156
TOOLS_KUBECTL_VERSION ?= 1.34.1
157-
TOOLS_HELM_VERSION ?= 3.19.0
157+
TOOLS_HELM_VERSION ?= 3.19.1
158158
TOOLS_CILIUM_VERSION ?= 0.18.8
159-
TOOLS_ARGO_CLI_VERSION ?= 3.1.9
159+
TOOLS_ARGO_CLI_VERSION ?= 3.2.0
160160

161161
# build args
162162
TOOLS_IMAGE_BUILD_ARGS = --build-arg VERSION=$(VERSION)

0 commit comments

Comments
 (0)