diff --git a/stable/ghost/Chart.yaml b/stable/ghost/Chart.yaml index 30ec7db2bf..c742a34c47 100644 --- a/stable/ghost/Chart.yaml +++ b/stable/ghost/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: ghost -version: 7.1.7 +version: 7.1.8 appVersion: 2.30.2 description: A simple, powerful publishing platform that allows you to share your stories with the world keywords: diff --git a/stable/ghost/README.md b/stable/ghost/README.md index e365354149..342d475d30 100644 --- a/stable/ghost/README.md +++ b/stable/ghost/README.md @@ -61,7 +61,7 @@ The following table lists the configurable parameters of the Ghost chart and the | `fullnameOverride` | String to fully override ghost.fullname template with a string | `nil` | | `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` | | `volumePermissions.image.repository`| Init container volume-permissions image name | `bitnami/minideb` | -| `volumePermissions.image.tag` | Init container volume-permissions image tag | `latest` | +| `volumePermissions.image.tag` | Init container volume-permissions image tag | `stretch` | | `volumePermissions.image.pullPolicy`| Init container volume-permissions image pull policy | `Always` | | `ghostHost` | Ghost host to create application URLs | `nil` | | `ghostPort` | Ghost port to use in application URLs (defaults to `service.port` if `nil`) | `nil` | diff --git a/stable/ghost/values.yaml b/stable/ghost/values.yaml index edbd77dc8b..631a9766f1 100644 --- a/stable/ghost/values.yaml +++ b/stable/ghost/values.yaml @@ -42,7 +42,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/minideb - tag: latest + tag: stretch pullPolicy: Always ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.