[bitnami/ghost] Release 21.1.35 (#29577)

* [bitnami/ghost] Release 21.1.35 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-09-23 17:15:28 +02:00
committed by GitHub
parent c07a61e366
commit a6760cac71
4 changed files with 13 additions and 9 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 21.1.34 (2024-09-17)
## 21.1.35 (2024-09-23)
* [bitnami/ghost] Remove duplicated empty password check `common.validations.values.mysql.passwords` ([#29442](https://github.com/bitnami/charts/pull/29442))
* [bitnami/ghost] Release 21.1.35 ([#29577](https://github.com/bitnami/charts/pull/29577))
## <small>21.1.34 (2024-09-19)</small>
* [bitnami/ghost] Remove duplicated empty password check `common.validations.values.mysql.passwords` ( ([d060976](https://github.com/bitnami/charts/commit/d0609765be25beaf65b9b49797ac976d2cd3de9e)), closes [#29442](https://github.com/bitnami/charts/issues/29442)
## <small>21.1.33 (2024-09-16)</small>

View File

@@ -1,9 +1,9 @@
dependencies:
- name: mysql
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.1.16
version: 11.1.17
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.23.0
digest: sha256:52fe80a5fc07f514f5639267354e279e15b862bfa1ef4533a5974b3ca5050c3c
generated: "2024-09-16T17:42:18.956057175Z"
digest: sha256:0b84eec14fcf0eaf89b8c134f47b04145123e612f98afa6f8dcc820c3cc19474
generated: "2024-09-23T14:54:50.761442538Z"

View File

@@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: ghost
image: docker.io/bitnami/ghost:5.94.1-debian-12-r0
image: docker.io/bitnami/ghost:5.94.2-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r30
apiVersion: v2
appVersion: 5.94.1
appVersion: 5.94.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.34
version: 21.1.35

View File

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