[bitnami/ghost] ⬆️ Update dependency references (#36171)

* [bitnami/ghost] Release 25.0.4 updating components versions

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

---------

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-08-22 22:31:35 +02:00
committed by GitHub
parent 0038652311
commit 63f5197e38
3 changed files with 12 additions and 8 deletions

View File

@@ -1,8 +1,12 @@
# Changelog # Changelog
## 25.0.3 (2025-08-18) ## 25.0.4 (2025-08-22)
* [bitnami/ghost] :zap: :arrow_up: Update dependency references ([#36111](https://github.com/bitnami/charts/pull/36111)) * [bitnami/ghost] :zap: :arrow_up: Update dependency references ([#36171](https://github.com/bitnami/charts/pull/36171))
## <small>25.0.3 (2025-08-18)</small>
* [bitnami/ghost] :zap: :arrow_up: Update dependency references (#36111) ([c9b57d4](https://github.com/bitnami/charts/commit/c9b57d4d02c420c83200c15e997b9cf6a00748c7)), closes [#36111](https://github.com/bitnami/charts/issues/36111)
## <small>25.0.2 (2025-08-15)</small> ## <small>25.0.2 (2025-08-15)</small>

View File

@@ -5,13 +5,13 @@ annotations:
category: CMS category: CMS
images: | images: |
- name: ghost - name: ghost
image: docker.io/bitnami/ghost:6.0.4-debian-12-r1 image: docker.io/bitnami/ghost:6.0.5-debian-12-r0
- name: os-shell - name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r50 image: docker.io/bitnami/os-shell:12-debian-12-r51
licenses: Apache-2.0 licenses: Apache-2.0
tanzuCategory: application tanzuCategory: application
apiVersion: v2 apiVersion: v2
appVersion: 6.0.4 appVersion: 6.0.5
dependencies: dependencies:
- condition: mysql.enabled - condition: mysql.enabled
name: mysql name: mysql
@@ -43,4 +43,4 @@ maintainers:
name: ghost name: ghost
sources: sources:
- https://github.com/bitnami/charts/tree/main/bitnami/ghost - https://github.com/bitnami/charts/tree/main/bitnami/ghost
version: 25.0.3 version: 25.0.4

View File

@@ -87,7 +87,7 @@ diagnosticMode:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/ghost repository: bitnami/ghost
tag: 6.0.4-debian-12-r1 tag: 6.0.5-debian-12-r0
digest: "" digest: ""
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -641,7 +641,7 @@ volumePermissions:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/os-shell repository: bitnami/os-shell
tag: 12-debian-12-r50 tag: 12-debian-12-r51
digest: "" digest: ""
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets. ## Optionally specify an array of imagePullSecrets.