From deaed3ee3a681ccc6165c1ed19c4e0713fcdd95a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 15 Aug 2024 07:02:44 +0000 Subject: [PATCH] fix(helm): update chart mysql to 11.1.15 --- cluster/apps/database/mysql/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/database/mysql/helm-release.yaml b/cluster/apps/database/mysql/helm-release.yaml index 62a548d..ae317d3 100644 --- a/cluster/apps/database/mysql/helm-release.yaml +++ b/cluster/apps/database/mysql/helm-release.yaml @@ -8,7 +8,7 @@ spec: chart: spec: chart: mysql - version: 11.1.14 + version: 11.1.15 sourceRef: kind: HelmRepository name: bitnami-charts -- 2.40.1