Просмотр исходного кода

[bitnami/ghost] :zap: :arrow_up: 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>
Bitnami Bot 3 недель назад
Родитель
Сommit
63f5197e38
3 измененных файлов с 12 добавлено и 8 удалено
  1. 6 2
      bitnami/ghost/CHANGELOG.md
  2. 4 4
      bitnami/ghost/Chart.yaml
  3. 2 2
      bitnami/ghost/values.yaml

+ 6 - 2
bitnami/ghost/CHANGELOG.md

@@ -1,8 +1,12 @@
 # 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>
 

+ 4 - 4
bitnami/ghost/Chart.yaml

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

+ 2 - 2
bitnami/ghost/values.yaml

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