From 7c3990ce430f0d42c50d2bf706a1827f2a80b278 Mon Sep 17 00:00:00 2001 From: Automated Release Date: Thu, 27 Jun 2024 17:06:44 +0000 Subject: [PATCH] Update Charts to v0.15.4 Signed-off-by: Automated Release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c2f27f0..2d09747 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ endif export DEPLOYTOOL = helm GH_URL=https://submariner-io.github.io/submariner-charts/charts CHARTS_DIR=charts -CHARTS_VERSION=0.15.3 +CHARTS_VERSION=0.15.4 HELM_DOCS_VERSION=0.15.0 REPO_URL=$(shell git config remote.origin.url)