diff --git a/charts/mariadb/Chart.yaml b/charts/mariadb/Chart.yaml
index 53c37d8ec1b2d6b246869cb4d21a82b209f47f0f..03e84e7ebb6bd12c9c70438cf11f911d1bec738d 100644
--- a/charts/mariadb/Chart.yaml
+++ b/charts/mariadb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: "0.6.6"
+version: "0.7.3"
 
-appVersion: "10.9.6"
+appVersion: "10.10.4"
diff --git a/charts/mariadb/RELEASENOTES.md b/charts/mariadb/RELEASENOTES.md
index 0435982725c36ec12538fc7aa7e158208f862be5..3b8782739c824fe8dfbb9dece923c2f967809bed 100644
--- a/charts/mariadb/RELEASENOTES.md
+++ b/charts/mariadb/RELEASENOTES.md
@@ -51,6 +51,7 @@
 | 0.7.0 | 10.10.2 | Upgraded MariaDB to 10.10.2 |
 | 0.7.1 | 10.10.2 | Added support for init container resources (thx @Footur) |
 | 0.7.2 | 10.10.3 | Upgraded MariaDB to 10.10.3 |
+| 0.7.3 | 10.10.4 | Upgraded MariaDB to 10.10.4 |
 | 0.8.0 | 10.11.2 | Upgraded MariaDB to 10.11.2 |
 | 0.8.1 | 10.11.2 | Implemented alternative distribution with `Deployment` template (thx @tim-hanssen) |
 | 0.8.2 | 10.11.2 | Fix default update strategy to `Recreate` for distribution with `Deployment` |