From 4bf1c9b3c829834cfe44d7192dcc5222310c0710 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 23:41:43 +0000 Subject: [PATCH] chore: update helm release rook-ceph to v1.15.6 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- internal/integration/k8s/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/integration/k8s/constants.go b/internal/integration/k8s/constants.go index eed6663031..682b7f7100 100644 --- a/internal/integration/k8s/constants.go +++ b/internal/integration/k8s/constants.go @@ -10,7 +10,7 @@ package k8s const ( // RookCephHelmChartVersion is the version of the Rook Ceph Helm chart to use. // renovate: datasource=helm versioning=helm depName=rook-ceph registryUrl=https://charts.rook.io/release - RookCephHelmChartVersion = "v1.15.5" + RookCephHelmChartVersion = "v1.15.6" // LongHornHelmChartVersion is the version of the Longhorn Helm chart to use. // renovate: datasource=helm versioning=helm depName=longhorn registryUrl=https://charts.longhorn.io LongHornHelmChartVersion = "v1.7.2"