Skip to content

Commit 2fc2bd7

Browse files
Bitnami Botcorico44
andauthored
[bitnami/ghost] Release 19.1.63 (#14689)
* [bitnami/ghost] Release 19.1.63 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * [bitnami/ghost] Fix cypress tests with new uncaught:exception Signed-off-by: Cori Avila <amisericordi@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Cori Avila <amisericordi@vmware.com> Co-authored-by: Cori Avila <amisericordi@vmware.com>
1 parent b8173e6 commit 2fc2bd7

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.vib/ghost/cypress/cypress/support/commands.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ Cypress.on('uncaught:exception', (err, runnable) => {
4343
// and don't want to fail the test so we return false
4444
if (
4545
err.message.includes('ember-concurrency') ||
46-
err.message.includes('Cannot read properties')
46+
err.message.includes('Cannot read properties') ||
47+
err.message.includes('Resource was not found')
4748
) {
4849
return false;
4950
}

bitnami/ghost/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ annotations:
22
category: CMS
33
licenses: Apache-2.0
44
apiVersion: v2
5-
appVersion: 5.32.0
5+
appVersion: 5.33.2
66
dependencies:
77
- condition: mysql.enabled
88
name: mysql
@@ -33,4 +33,4 @@ name: ghost
3333
sources:
3434
- https://github.com/bitnami/containers/tree/main/bitnami/ghost
3535
- https://www.ghost.org/
36-
version: 19.1.62
36+
version: 19.1.63

bitnami/ghost/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The command removes all the Kubernetes components associated with the chart and
8383
| ------------------- | ----------------------------------------------------------------------------------------------------- | --------------------- |
8484
| `image.registry` | Ghost image registry | `docker.io` |
8585
| `image.repository` | Ghost image repository | `bitnami/ghost` |
86-
| `image.tag` | Ghost image tag (immutable tags are recommended) | `5.32.0-debian-11-r0` |
86+
| `image.tag` | Ghost image tag (immutable tags are recommended) | `5.33.2-debian-11-r0` |
8787
| `image.digest` | Ghost image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
8888
| `image.pullPolicy` | Ghost image pull policy | `IfNotPresent` |
8989
| `image.pullSecrets` | Ghost image pull secrets | `[]` |
@@ -221,7 +221,7 @@ The command removes all the Kubernetes components associated with the chart and
221221
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` |
222222
| `volumePermissions.image.registry` | Bitnami Shell image registry | `docker.io` |
223223
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` |
224-
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r76` |
224+
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r78` |
225225
| `volumePermissions.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
226226
| `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` |
227227
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` |

bitnami/ghost/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ extraDeploy: []
5555
image:
5656
registry: docker.io
5757
repository: bitnami/ghost
58-
tag: 5.32.0-debian-11-r0
58+
tag: 5.33.2-debian-11-r0
5959
digest: ""
6060
## Specify a imagePullPolicy
6161
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -567,7 +567,7 @@ volumePermissions:
567567
image:
568568
registry: docker.io
569569
repository: bitnami/bitnami-shell
570-
tag: 11-debian-11-r76
570+
tag: 11-debian-11-r78
571571
digest: ""
572572
pullPolicy: IfNotPresent
573573
## Optionally specify an array of imagePullSecrets.

0 commit comments

Comments
 (0)