From 30728cdf7c9f5a36cb3641577926baad5aa553b1 Mon Sep 17 00:00:00 2001 From: Automated Release Date: Thu, 4 Jul 2024 11:35:23 +0000 Subject: [PATCH] Update Submariner dependencies to v0.18.0 Signed-off-by: Automated Release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7bbd216..6d54a77 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.18.0-rc1 +CHARTS_VERSION=0.18.0 HELM_DOCS_VERSION=0.15.0 REPO_URL=$(shell git config remote.origin.url)