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 11dependencies:
22- name: mysql
33 repository: https://charts.bitnami.com/bitnami
4- version: 9.2.3
4+ version: 9.2.4
55- name: common
66 repository: https://charts.bitnami.com/bitnami
77 version: 1.16.1
8- digest: sha256:9c0109f05030098013f4f5ada7e3d5d466c58fd44c1aed128dbd6e8de2b85470
9- generated: "2022-07-28T13:01:18.097191436Z "
8+ digest: sha256:e3e25b1a5e4ce6120515337cd297cb5302d4038f3c2954a8a70e5bcbff7e6dc9
9+ generated: "2022-08-03T11:47:47.407138488Z "
Original file line number Diff line number Diff line change 11annotations :
22 category : CMS
33apiVersion : v2
4- appVersion : 5.5 .0
4+ appVersion : 5.7 .0
55dependencies :
66 - condition : mysql.enabled
77 name : mysql
@@ -33,4 +33,4 @@ name: ghost
3333sources :
3434 - https://github.com/bitnami/containers/tree/main/bitnami/ghost
3535 - https://www.ghost.org/
36- version : 19.0.13
36+ version : 19.0.14
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.5 .0-debian-11-r2 ` |
85+ | ` image.tag ` | Ghost image tag (immutable tags are recommended) | ` 5.7 .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-r20 ` |
222+ | ` volumePermissions.image.tag ` | Bitnami Shell image tag (immutable tags are recommended) | ` 11-debian-11-r21 ` |
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.5 .0-debian-11-r2
57+ tag : 5.7 .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-r20
567+ tag : 11-debian-11-r21
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