[stable/ghost] Use stretch as minideb tag (#16729)

* [stable/ghost] Use buster as minideb tag

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Use stretch instead of buster to be consistent across containers

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
This commit is contained in:
Carlos Rodríguez Hernández
2019-09-02 02:03:41 -07:00
committed by Kubernetes Prow Robot
parent 45d9a0e486
commit 3a3e9ff285
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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` |
+1 -1
View File
@@ -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.