File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ dependencies:
44 version: 9.2.0
55- name: common
66 repository: https://charts.bitnami.com/bitnami
7- version: 1.16.0
8- digest: sha256:eef310f58ea8cc546f1ddd7fcdc347d4122db1f0b5e39c2f1d9cc0217835eb87
9- generated: "2022-07-05T10:20:00.910541286Z "
7+ version: 1.16.1
8+ digest: sha256:3011f00da7f31d9e4b27bf4619d7105d386cc48d14ea11e87a892e3f45e9d741
9+ generated: "2022-07-16T18:01:58.723844138Z "
Original file line number Diff line number Diff line change 11annotations :
22 category : CMS
33apiVersion : v2
4- appVersion : 5.2.4
4+ appVersion : 5.4.0
55dependencies :
66 - condition : mysql.enabled
77 name : mysql
@@ -33,4 +33,4 @@ name: ghost
3333sources :
3434 - https://github.com/bitnami/bitnami-docker-ghost
3535 - https://www.ghost.org/
36- version : 19.0.8
36+ version : 19.0.9
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ The command removes all the Kubernetes components associated with the chart and
8282| ------------------- | ------------------------------------------------ | -------------------- |
8383| ` image.registry ` | Ghost image registry | ` docker.io ` |
8484| ` image.repository ` | Ghost image repository | ` bitnami/ghost ` |
85- | ` image.tag ` | Ghost image tag (immutable tags are recommended) | ` 5.2.4 -debian-11-r0 ` |
85+ | ` image.tag ` | Ghost image tag (immutable tags are recommended) | ` 5.4.0 -debian-11-r0 ` |
8686| ` image.pullPolicy ` | Ghost image pull policy | ` IfNotPresent ` |
8787| ` image.pullSecrets ` | Ghost image pull secrets | ` [] ` |
8888| ` image.debug ` | Enable image debug mode | ` false ` |
@@ -219,7 +219,7 @@ The command removes all the Kubernetes components associated with the chart and
219219| ` volumePermissions.enabled ` | Enable init container that changes the owner/group of the PV mount point to ` runAsUser:fsGroup ` | ` false ` |
220220| ` volumePermissions.image.registry ` | Bitnami Shell image registry | ` docker.io ` |
221221| ` volumePermissions.image.repository ` | Bitnami Shell image repository | ` bitnami/bitnami-shell ` |
222- | ` volumePermissions.image.tag ` | Bitnami Shell image tag (immutable tags are recommended) | ` 11-debian-11-r12 ` |
222+ | ` volumePermissions.image.tag ` | Bitnami Shell image tag (immutable tags are recommended) | ` 11-debian-11-r15 ` |
223223| ` volumePermissions.image.pullPolicy ` | Bitnami Shell image pull policy | ` IfNotPresent ` |
224224| ` volumePermissions.image.pullSecrets ` | Bitnami Shell image pull secrets | ` [] ` |
225225| ` volumePermissions.resources.limits ` | The resources limits for the init container | ` {} ` |
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ extraDeploy: []
5454image :
5555 registry : docker.io
5656 repository : bitnami/ghost
57- tag : 5.2.4 -debian-11-r0
57+ tag : 5.4.0 -debian-11-r0
5858 # # Specify a imagePullPolicy
5959 # # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
6060 # # ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
@@ -564,7 +564,7 @@ volumePermissions:
564564 image :
565565 registry : docker.io
566566 repository : bitnami/bitnami-shell
567- tag : 11-debian-11-r12
567+ tag : 11-debian-11-r15
568568 pullPolicy : IfNotPresent
569569 # # Optionally specify an array of imagePullSecrets.
570570 # # Secrets must be manually created in the namespace.
You can’t perform that action at this time.
0 commit comments