From 3a3e9ff285b641df7b6cba66bb9374511971469c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Mon, 2 Sep 2019 11:03:41 +0200 Subject: [PATCH] [stable/ghost] Use stretch as minideb tag (#16729) * [stable/ghost] Use buster as minideb tag Signed-off-by: Carlos Rodriguez Hernandez * Use stretch instead of buster to be consistent across containers Signed-off-by: Carlos Rodriguez Hernandez --- stable/ghost/Chart.yaml | 2 +- stable/ghost/README.md | 2 +- stable/ghost/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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.