Skip to content

Commit

Permalink
[bitnami/ghost] Release 19.3.34 (bitnami#18190)
Browse files Browse the repository at this point in the history
* [bitnami/ghost] Release 19.3.34 updating components versions

Signed-off-by: Bitnami Containers <[email protected]>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Bitnami Containers <[email protected]>
  • Loading branch information
bitnami-bot authored Aug 3, 2023
1 parent d548f33 commit 31309ba
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 25 deletions.
51 changes: 28 additions & 23 deletions bitnami/ghost/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,40 @@
annotations:
category: CMS
licenses: Apache-2.0
images: |
- name: ghost
image: docker.io/bitnami/ghost:5.57.3-debian-11-r0
- name: os-shell
image: docker.io/bitnami/os-shell:11-debian-11-r25
apiVersion: v2
appVersion: 5.57.2
appVersion: 5.57.3
dependencies:
- condition: mysql.enabled
name: mysql
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- ghost-database
version: 9.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
- condition: mysql.enabled
name: mysql
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- ghost-database
version: 9.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
description: Ghost is an open source publishing platform designed to create blogs, magazines, and news sites. It includes a simple markdown editor with preview, theming, and SEO built-in to simplify editing.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/ghost/img/ghost-stack-220x234.png
keywords:
- ghost
- blog
- http
- web
- application
- nodejs
- javascript
- ghost
- blog
- http
- web
- application
- nodejs
- javascript
maintainers:
- name: VMware, Inc.
url: https://github.com/bitnami/charts
- name: VMware, Inc.
url: https://github.com/bitnami/charts
name: ghost
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/ghost
version: 19.3.33
- https://github.com/bitnami/charts/tree/main/bitnami/ghost
version: 19.3.34
2 changes: 1 addition & 1 deletion bitnami/ghost/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The command removes all the Kubernetes components associated with the chart and
| ------------------- | ----------------------------------------------------------------------------------------------------- | --------------------- |
| `image.registry` | Ghost image registry | `docker.io` |
| `image.repository` | Ghost image repository | `bitnami/ghost` |
| `image.tag` | Ghost image tag (immutable tags are recommended) | `5.57.2-debian-11-r0` |
| `image.tag` | Ghost image tag (immutable tags are recommended) | `5.57.3-debian-11-r0` |
| `image.digest` | Ghost image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | Ghost image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Ghost image pull secrets | `[]` |
Expand Down
2 changes: 1 addition & 1 deletion bitnami/ghost/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/ghost
tag: 5.57.2-debian-11-r0
tag: 5.57.3-debian-11-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down

0 comments on commit 31309ba

Please sign in to comment.