From 94464bff47a8e052821a8a803780f1a4f1172e11 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Sun, 29 Oct 2023 09:46:46 +0100 Subject: [PATCH] Updated mysql chart for MySQL 8.0.35 --- charts/mysql/Chart.yaml | 4 ++-- charts/mysql/RELEASENOTES.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/mysql/Chart.yaml b/charts/mysql/Chart.yaml index 38b5a5f7..dec3cc65 100644 --- a/charts/mysql/Chart.yaml +++ b/charts/mysql/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: "0.2.0" +version: "0.1.11" -appVersion: "8.1.0" +appVersion: "8.0.35" diff --git a/charts/mysql/RELEASENOTES.md b/charts/mysql/RELEASENOTES.md index 70ba78a6..7211775b 100644 --- a/charts/mysql/RELEASENOTES.md +++ b/charts/mysql/RELEASENOTES.md @@ -13,5 +13,6 @@ | 0.1.8 | 8.0.32 | Updated default security context | | 0.1.9 | 8.0.33 | Upgraded MySQL to 8.0.33 | | 0.1.10 | 8.0.34 | Upgraded MySQL to 8.0.34 | +| 0.1.11 | 8.0.35 | Upgraded MySQL to 8.0.35 | | 0.2.0 | 8.1.0 | Upgraded MySQL to 8.1.0 | | | | | -- GitLab