diff --git a/internal/integration/k8s/constants.go b/internal/integration/k8s/constants.go index 2b93559d913..b9f50fab863 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.3" + RookCephHelmChartVersion = "v1.15.4" // 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.1"