[bitnami/ghost] Release 21.1.7 (#27060)

* [bitnami/ghost] Release 21.1.7 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-06-07 20:59:57 +02:00
committed by GitHub
parent def17333de
commit a4f42c1fe9
4 changed files with 13 additions and 9 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 21.1.6 (2024-06-06)
## 21.1.7 (2024-06-07)
* [bitnami/ghost] Release 21.1.6 ([#27041](https://github.com/bitnami/charts/pull/27041))
* [bitnami/ghost] Release 21.1.7 ([#27060](https://github.com/bitnami/charts/pull/27060))
## <small>21.1.6 (2024-06-06)</small>
* [bitnami/ghost] Release 21.1.6 (#27041) ([1c56328](https://github.com/bitnami/charts/commit/1c563284b6b4a69ead1043377f9c10e2ffbfc571)), closes [#27041](https://github.com/bitnami/charts/issues/27041)
## <small>21.1.5 (2024-06-06)</small>

View File

@@ -1,9 +1,9 @@
dependencies:
- name: mysql
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.1.1
version: 11.1.2
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.20.0
digest: sha256:305178df3918bd8f20511a486b90680493c18daf9e8b5cc0d7528cb2231f718f
generated: "2024-06-06T10:57:56.667941465Z"
digest: sha256:10a6edaec52182bb7eafcaa6148324f1d4535096f21e50d50768fa84af7057ff
generated: "2024-06-07T18:35:53.492692437Z"

View File

@@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: ghost
image: docker.io/bitnami/ghost:5.84.1-debian-12-r0
image: docker.io/bitnami/ghost:5.84.2-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r22
apiVersion: v2
appVersion: 5.84.1
appVersion: 5.84.2
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.6
version: 21.1.7

View File

@@ -79,7 +79,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/ghost
tag: 5.84.1-debian-12-r0
tag: 5.84.2-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'