From 3b5c20198f5dfd33bc13a0b67ca77e26e9dc8b29 Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Sun, 13 Nov 2022 17:42:34 +0100
Subject: [PATCH] Updated charts for postgres 15.1 and mariadb 10.7.7

---
 charts/mariadb/Chart.yaml       | 4 ++--
 charts/mariadb/RELEASENOTES.md  | 1 +
 charts/postgres/Chart.yaml      | 4 ++--
 charts/postgres/README.md       | 2 +-
 charts/postgres/RELEASENOTES.md | 1 +
 5 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/charts/mariadb/Chart.yaml b/charts/mariadb/Chart.yaml
index c1d65f4a..e3c88ed4 100644
--- a/charts/mariadb/Chart.yaml
+++ b/charts/mariadb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.3.9
+version: 0.4.9
 
-appVersion: "10.6.11"
+appVersion: "10.7.7"
diff --git a/charts/mariadb/RELEASENOTES.md b/charts/mariadb/RELEASENOTES.md
index 6c8d0d62..fb8eb105 100644
--- a/charts/mariadb/RELEASENOTES.md
+++ b/charts/mariadb/RELEASENOTES.md
@@ -27,6 +27,7 @@
 | 0.4.6 | 10.7.5 | Upgraded MariaDB to 10.7.5 |
 | 0.4.7 | 10.7.6 | Upgraded MariaDB to 10.7.6 |
 | 0.4.8 | 10.7.6 | Implemented support for custom inline init scripts and image.registry option |
+| 0.4.9 | 10.7.7 | Upgraded MariaDB to 10.7.7 |
 | 0.5.0 | 10.8.3 | Upgraded MariaDB to 10.8.3 |
 | 0.5.1 | 10.8.4 | Upgraded MariaDB to 10.8.4 |
 | 0.5.2 | 10.8.5 | Upgraded MariaDB to 10.8.5 |
diff --git a/charts/postgres/Chart.yaml b/charts/postgres/Chart.yaml
index 0d0c3145..ecac8f8b 100644
--- a/charts/postgres/Chart.yaml
+++ b/charts/postgres/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.3.14
+version: 0.4.1
 
-appVersion: "14.6"
+appVersion: "15.1"
diff --git a/charts/postgres/README.md b/charts/postgres/README.md
index 8de57161..3fc18d52 100644
--- a/charts/postgres/README.md
+++ b/charts/postgres/README.md
@@ -1,6 +1,6 @@
 # PostgreSQL
 
-![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 15.0](https://img.shields.io/badge/AppVersion-15.0-informational?style=flat-square)
+![Version: 0.4.1](https://img.shields.io/badge/Version-0.4.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 15.1](https://img.shields.io/badge/AppVersion-15.1-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md
index 8223fcec..95102f8c 100644
--- a/charts/postgres/RELEASENOTES.md
+++ b/charts/postgres/RELEASENOTES.md
@@ -22,4 +22,5 @@
 | 0.3.13 | 14.5 | Implemented support for image.registry option |
 | 0.3.14 | 14.6 | Upgraded to Postgres 14.6 |
 | 0.4.0 | 15.0 | Upgraded to Postgres 15.0 |
+| 0.4.1 | 15.1 | Upgraded to Postgres 15.1 |
 | | | |
-- 
GitLab