Synchronize upstreamed folder to a14414ee4

This commit is contained in:
bitnami-bot
2020-02-10 14:35:03 +00:00
parent 678febc237
commit 2b1d672a68
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: ghost
version: 9.1.5
version: 9.1.6
appVersion: 3.5.0
description: A simple, powerful publishing platform that allows you to share your stories with the world
keywords:

View File

@@ -63,7 +63,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 | `stretch` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `buster` |
| `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` |

View File

@@ -42,7 +42,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/minideb
tag: stretch
tag: buster
pullPolicy: Always
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.