diff --git a/bitnami/ghost/Chart.yaml b/bitnami/ghost/Chart.yaml index 6dc32aeb5..17f014bc7 100644 --- a/bitnami/ghost/Chart.yaml +++ b/bitnami/ghost/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: CMS apiVersion: v2 -appVersion: 4.22.3 +appVersion: 4.22.4 dependencies: - name: common repository: https://charts.bitnami.com/bitnami @@ -33,4 +33,4 @@ name: ghost sources: - https://github.com/bitnami/bitnami-docker-ghost - http://www.ghost.org/ -version: 15.1.0 +version: 15.1.1 diff --git a/bitnami/ghost/values.yaml b/bitnami/ghost/values.yaml index d105130b5..08c01e028 100644 --- a/bitnami/ghost/values.yaml +++ b/bitnami/ghost/values.yaml @@ -54,7 +54,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/ghost - tag: 4.22.3-debian-10-r0 + tag: 4.22.4-debian-10-r0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -545,7 +545,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 10-debian-10-r252 + tag: 10-debian-10-r256 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.