mirror of
https://github.com/bitnami/charts.git
synced 2026-02-10 03:17:20 +08:00
[bitnami/ghost] Update MySQL subchart (#33609)
* [bitnami/ghost] Update MySQL subchart Signed-off-by: David Gomez <david.gomez@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * [bitnami/ghost] Update upgrading notes Signed-off-by: David Gomez <david.gomez@broadcom.com> --------- Signed-off-by: David Gomez <david.gomez@broadcom.com> Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 22.2.16 (2025-05-06)
|
||||
## 23.0.0 (2025-05-12)
|
||||
|
||||
* [bitnami/ghost] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references ([#33364](https://github.com/bitnami/charts/pull/33364))
|
||||
* [bitnami/ghost] Update MySQL subchart ([#33609](https://github.com/bitnami/charts/pull/33609))
|
||||
|
||||
## <small>22.2.16 (2025-05-06)</small>
|
||||
|
||||
* [bitnami/ghost] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references (#33364) ([609e1db](https://github.com/bitnami/charts/commit/609e1db564adb895c89b8d08abd01cbfd5bd68c3)), closes [#33364](https://github.com/bitnami/charts/issues/33364)
|
||||
|
||||
## <small>22.2.15 (2025-04-25)</small>
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
dependencies:
|
||||
- name: mysql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 12.3.4
|
||||
version: 13.0.0
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.31.0
|
||||
digest: sha256:6576509a555a2eff2a0154377ac40deda22e3b3ea6a09f73adfa6aac4cdb7c45
|
||||
generated: "2025-05-06T10:12:24.773486642+02:00"
|
||||
version: 2.31.1
|
||||
digest: sha256:936ab61e9fca2cfa925fc03d7d1f2617545af4e8a64c09dedb32a979b3b09239
|
||||
generated: "2025-05-12T16:12:25.392566+02:00"
|
||||
|
||||
@@ -18,7 +18,7 @@ dependencies:
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
- ghost-database
|
||||
version: 12.x.x
|
||||
version: 13.x.x
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
@@ -41,4 +41,4 @@ maintainers:
|
||||
name: ghost
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/ghost
|
||||
version: 22.2.16
|
||||
version: 23.0.0
|
||||
|
||||
@@ -483,6 +483,10 @@ Find more information about how to deal with common errors related to Bitnami's
|
||||
|
||||
## Upgrading
|
||||
|
||||
### To 23.0.0
|
||||
|
||||
This major updates the MySQL subchart to its newest major, 13.0.0. For more information on this subchart's major, please refer to [MySQL upgrade notes](https://github.com/bitnami/charts/blob/main/bitnami/mysql/README.md#user-content-to-1300).
|
||||
|
||||
### To 22.1.0
|
||||
|
||||
This version introduces image verification for security purposes. To disable it, set `global.security.allowInsecureImages` to `true`. More details at [GitHub issue](https://github.com/bitnami/charts/issues/30850).
|
||||
@@ -499,7 +503,7 @@ Then execute `helm upgrade` as usual.
|
||||
|
||||
### To 21.0.0
|
||||
|
||||
This major updates the MySQL subchart to its newest major, 11.0.0. For more information on this subchart's major, please refer to [Mysql upgrade notes](https://github.com/bitnami/charts/blob/main/bitnami/mysql/README.md#user-content-to-1100).
|
||||
This major updates the MySQL subchart to its newest major, 11.0.0. For more information on this subchart's major, please refer to [MySQL upgrade notes](https://github.com/bitnami/charts/blob/main/bitnami/mysql/README.md#user-content-to-1100).
|
||||
|
||||
### To 20.0.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user