[bitnami/ghost] Bump MariaDB chart (#8701)

* [bitnami/ghost] Bump MariaDB chart

Signed-off-by: Miguel Ruiz <miruiz@vmware.com>

* Bump major and update README

Signed-off-by: Miguel Ruiz <miruiz@vmware.com>

* Update bitnami/ghost/README.md

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Signed-off-by: Miguel Ruiz <miruiz@vmware.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
This commit is contained in:
Miguel Ruiz
2022-01-18 16:08:13 +01:00
committed by GitHub
parent 72ac55cd89
commit 48035ef0af
3 changed files with 9 additions and 7 deletions

View File

@@ -4,6 +4,6 @@ dependencies:
version: 1.10.3
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 9.8.1
digest: sha256:d312038dc9cf328915627c9bcfbe7a42744c80073712a481e634601b5d9b8b8a
generated: "2021-12-16T18:30:49.42622368Z"
version: 10.3.1
digest: sha256:45f7334741ad0b9d1e38252bc39400c8ccf592c1c87c0f0b37a47607caf4f919
generated: "2022-01-18T09:24:18.572074+01:00"

View File

@@ -13,7 +13,7 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
tags:
- ghost-database
version: 9.x.x
version: 10.x.x
description: A simple, powerful publishing platform that allows you to share your stories with the world
engine: gotpl
home: https://github.com/bitnami/charts/tree/master/bitnami/ghost
@@ -33,4 +33,4 @@ name: ghost
sources:
- https://github.com/bitnami/bitnami-docker-ghost
- https://www.ghost.org/
version: 15.2.2
version: 16.0.0

View File

@@ -371,6 +371,10 @@ Find more information about how to deal with common errors related to Bitnami
## Upgrading
### To 16.0.0
This major release updates the MariaDB subchart to its newest major, 10.0.0. Check [MariaDB Upgrading Notes](https://github.com/bitnami/charts/tree/master/bitnami/mariadb#to-1000) for more information.
### To 15.0.0
This major release renames several values in this chart and adds missing features, in order to be inline with the rest of assets in the Bitnami charts repository.
@@ -380,8 +384,6 @@ Affected values:
- `service.port` was deprecated, we recommend using `service.ports.http` instead.
- `service.httpsPort` was deprecated, we recommend using `service.ports.https` instead.
Additionally, updates the MariaDB subchart to it newest major, 10.0.0, which contains similar changes.
### To 14.0.0
Due to recent changes in the container image (see [Notable changes](https://github.com/bitnami/bitnami-docker-ghost#notable-changes)), the major version of the chart has been bumped preemptively.