[bitnami/ghost] Release 21.1.1 (#26586)

* [bitnami/ghost] Release 21.1.1 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2024-05-31 20:44:20 +02:00
committed by GitHub
parent 9d343ad097
commit 7a5a4513e0
4 changed files with 15 additions and 11 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 21.1.0 (2024-05-28)
## 21.1.1 (2024-05-31)
* [bitnami/ghost] Enable PodDisruptionBudgets ([#26432](https://github.com/bitnami/charts/pull/26432))
* [bitnami/ghost] Release 21.1.1 ([#26586](https://github.com/bitnami/charts/pull/26586))
## 21.1.0 (2024-05-29)
* [bitnami/ghost] Enable PodDisruptionBudgets (#26432) ([e7ca9a7](https://github.com/bitnami/charts/commit/e7ca9a735b93abdc146610152a85c1ca0c7a9d83)), closes [#26432](https://github.com/bitnami/charts/issues/26432)
## <small>21.0.1 (2024-05-27)</small>

View File

@@ -1,9 +1,9 @@
dependencies:
- name: mysql
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.0.0
version: 11.1.0
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
digest: sha256:60dfd178c3b0b0ff4a6ba993106ae01d4b42880a19651c2accff60d39293d341
generated: "2024-05-27T09:09:47.355711942+02:00"
digest: sha256:f5628ce27519372087bd5b5363f7e5648ac8ab613f997f662d7e67b9da1abe50
generated: "2024-05-31T18:21:47.823905452Z"

View File

@@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: ghost
image: docker.io/bitnami/ghost:5.82.12-debian-12-r0
image: docker.io/bitnami/ghost:5.83.0-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r21
image: docker.io/bitnami/os-shell:12-debian-12-r22
apiVersion: v2
appVersion: 5.82.12
appVersion: 5.83.0
dependencies:
- condition: mysql.enabled
name: mysql
@@ -40,4 +40,4 @@ maintainers:
name: ghost
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/ghost
version: 21.1.0
version: 21.1.1

View File

@@ -79,7 +79,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/ghost
tag: 5.82.12-debian-12-r0
tag: 5.83.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -638,7 +638,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r21
tag: 12-debian-12-r22
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.