From 181ec5b471acbf7cd062622cbd407aae458247ee Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Fri, 25 Mar 2022 19:57:16 +0000 Subject: [PATCH] [bitnami/ghost] Release 16.3.1 updating components versions Signed-off-by: Bitnami Containers --- bitnami/ghost/Chart.lock | 6 +++--- bitnami/ghost/Chart.yaml | 4 ++-- bitnami/ghost/README.md | 2 +- bitnami/ghost/values.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bitnami/ghost/Chart.lock b/bitnami/ghost/Chart.lock index 82f55927c5..4f0fb80b95 100644 --- a/bitnami/ghost/Chart.lock +++ b/bitnami/ghost/Chart.lock @@ -4,6 +4,6 @@ dependencies: version: 10.4.2 - name: common repository: https://charts.bitnami.com/bitnami - version: 1.12.0 -digest: sha256:e03fd3e3b56ca2889d64ad1ad4b4883b6da63c7c02a6a1b6152c02837268f4b7 -generated: "2022-03-18T10:18:54.964842173Z" + version: 1.13.0 +digest: sha256:f301ee217f898ae949c7dc60194611d4162bcca214e5d66406fc0040c813b154 +generated: "2022-03-25T19:08:35.72654735Z" diff --git a/bitnami/ghost/Chart.yaml b/bitnami/ghost/Chart.yaml index 0c09f3b40c..f3d71b41a2 100644 --- a/bitnami/ghost/Chart.yaml +++ b/bitnami/ghost/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: CMS apiVersion: v2 -appVersion: 4.41.2 +appVersion: 4.41.3 dependencies: - condition: mariadb.enabled name: mariadb @@ -33,4 +33,4 @@ name: ghost sources: - https://github.com/bitnami/bitnami-docker-ghost - https://www.ghost.org/ -version: 16.3.0 +version: 16.3.1 diff --git a/bitnami/ghost/README.md b/bitnami/ghost/README.md index 96de0cb74f..1e9f0a2ef8 100644 --- a/bitnami/ghost/README.md +++ b/bitnami/ghost/README.md @@ -536,4 +536,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 0ff2b80238..dca39e4371 100644 --- a/bitnami/ghost/values.yaml +++ b/bitnami/ghost/values.yaml @@ -54,7 +54,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/ghost - tag: 4.41.2-debian-10-r0 + tag: 4.41.3-debian-10-r0 ## 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 @@ -550,7 +550,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 10-debian-10-r374 + tag: 10-debian-10-r376 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.