@@ -78,15 +78,15 @@ The command removes all the Kubernetes components associated with the chart and
7878
7979### Ghost Image parameters
8080
81- | Name | Description | Value |
82- | ------------------- | ----------------------------------------------------------------------------------------------------- | ---------------------- |
83- | ` image.registry ` | Ghost image registry | ` docker.io ` |
84- | ` image.repository ` | Ghost image repository | ` bitnami/ghost ` |
85- | ` image.tag ` | Ghost image tag (immutable tags are recommended) | ` 5.22.11 -debian-11-r0 ` |
86- | ` image.digest ` | Ghost image digest in the way sha256: aa .... Please note this parameter, if set, will override the tag | ` "" ` |
87- | ` image.pullPolicy ` | Ghost image pull policy | ` IfNotPresent ` |
88- | ` image.pullSecrets ` | Ghost image pull secrets | ` [] ` |
89- | ` image.debug ` | Enable image debug mode | ` false ` |
81+ | Name | Description | Value |
82+ | ------------------- | ----------------------------------------------------------------------------------------------------- | --------------------- |
83+ | ` image.registry ` | Ghost image registry | ` docker.io ` |
84+ | ` image.repository ` | Ghost image repository | ` bitnami/ghost ` |
85+ | ` image.tag ` | Ghost image tag (immutable tags are recommended) | ` 5.23.0 -debian-11-r0 ` |
86+ | ` image.digest ` | Ghost image digest in the way sha256: aa .... Please note this parameter, if set, will override the tag | ` "" ` |
87+ | ` image.pullPolicy ` | Ghost image pull policy | ` IfNotPresent ` |
88+ | ` image.pullSecrets ` | Ghost image pull secrets | ` [] ` |
89+ | ` image.debug ` | Enable image debug mode | ` false ` |
9090
9191
9292### Ghost Configuration parameters
@@ -220,7 +220,7 @@ The command removes all the Kubernetes components associated with the chart and
220220| ` volumePermissions.enabled ` | Enable init container that changes the owner/group of the PV mount point to ` runAsUser:fsGroup ` | ` false ` |
221221| ` volumePermissions.image.registry ` | Bitnami Shell image registry | ` docker.io ` |
222222| ` volumePermissions.image.repository ` | Bitnami Shell image repository | ` bitnami/bitnami-shell ` |
223- | ` volumePermissions.image.tag ` | Bitnami Shell image tag (immutable tags are recommended) | ` 11-debian-11-r52 ` |
223+ | ` volumePermissions.image.tag ` | Bitnami Shell image tag (immutable tags are recommended) | ` 11-debian-11-r53 ` |
224224| ` volumePermissions.image.digest ` | Bitnami Shell image digest in the way sha256: aa .... Please note this parameter, if set, will override the tag | ` "" ` |
225225| ` volumePermissions.image.pullPolicy ` | Bitnami Shell image pull policy | ` IfNotPresent ` |
226226| ` volumePermissions.image.pullSecrets ` | Bitnami Shell image pull secrets | ` [] ` |
0 commit comments