diff --git a/bitnami/ghost/Chart.yaml b/bitnami/ghost/Chart.yaml index 5daec3ee1..6a5d1432c 100644 --- a/bitnami/ghost/Chart.yaml +++ b/bitnami/ghost/Chart.yaml @@ -33,4 +33,4 @@ name: ghost sources: - https://github.com/bitnami/bitnami-docker-ghost - https://www.ghost.org/ -version: 19.0.2 +version: 19.0.3 diff --git a/bitnami/ghost/README.md b/bitnami/ghost/README.md index c3f7b82ec..3f42cdcd3 100644 --- a/bitnami/ghost/README.md +++ b/bitnami/ghost/README.md @@ -7,7 +7,7 @@ Ghost is an open source publishing platform designed to create blogs, magazines, [Overview of Ghost](https://ghost.org/) Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. - + ## TL;DR ```console @@ -549,4 +549,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. +limitations under the License. \ No newline at end of file diff --git a/bitnami/ghost/values.yaml b/bitnami/ghost/values.yaml index d984d0ffc..139d8af0e 100644 --- a/bitnami/ghost/values.yaml +++ b/bitnami/ghost/values.yaml @@ -54,7 +54,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/ghost - tag: 5.2.2-debian-11-r0 + tag: 5.2.2-debian-11-r2 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -564,7 +564,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r0 + tag: 11-debian-11-r1 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.