From e868135489ef7140c70b5f4bc94c58bca90c15b8 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 3 Feb 2024 01:19:07 +0100 Subject: [PATCH] [bitnami/mastodon] Release 4.2.5 updating components versions (#23105) Signed-off-by: Bitnami Containers --- bitnami/mastodon/Chart.lock | 10 +++++----- bitnami/mastodon/Chart.yaml | 8 ++++---- bitnami/mastodon/values.yaml | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/bitnami/mastodon/Chart.lock b/bitnami/mastodon/Chart.lock index ea7a1e6d52..061373e42d 100644 --- a/bitnami/mastodon/Chart.lock +++ b/bitnami/mastodon/Chart.lock @@ -1,10 +1,10 @@ dependencies: - name: redis repository: oci://registry-1.docker.io/bitnamicharts - version: 18.11.0 + version: 18.12.0 - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 13.4.3 + version: 13.4.4 - name: elasticsearch repository: oci://registry-1.docker.io/bitnamicharts version: 19.17.2 @@ -13,9 +13,9 @@ dependencies: version: 12.13.2 - name: apache repository: oci://registry-1.docker.io/bitnamicharts - version: 10.5.2 + version: 10.5.4 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.14.1 -digest: sha256:f3e35b4b6eb0bdc87ecf494cf7e54005d249b7f153c66b770dc0573d35499597 -generated: "2024-01-31T04:02:49.452320801Z" +digest: sha256:9662b3a33858abe5428eebafdf4fc043de3d1a0c4c7875a9148dd69f700012b9 +generated: "2024-02-02T23:52:16.910202095Z" diff --git a/bitnami/mastodon/Chart.yaml b/bitnami/mastodon/Chart.yaml index d2e2450340..c004b3abf3 100644 --- a/bitnami/mastodon/Chart.yaml +++ b/bitnami/mastodon/Chart.yaml @@ -6,11 +6,11 @@ annotations: licenses: Apache-2.0 images: | - name: mastodon - image: docker.io/bitnami/mastodon:4.2.4-debian-11-r2 + image: docker.io/bitnami/mastodon:4.2.5-debian-11-r1 - name: os-shell - image: docker.io/bitnami/os-shell:11-debian-11-r95 + image: docker.io/bitnami/os-shell:11-debian-11-r96 apiVersion: v2 -appVersion: 4.2.4 +appVersion: 4.2.5 dependencies: - condition: redis.enabled name: redis @@ -49,4 +49,4 @@ maintainers: name: mastodon sources: - https://github.com/bitnami/charts/tree/main/bitnami/mastodon -version: 4.2.4 +version: 4.2.5 diff --git a/bitnami/mastodon/values.yaml b/bitnami/mastodon/values.yaml index 03744816f9..d9c418b9b0 100644 --- a/bitnami/mastodon/values.yaml +++ b/bitnami/mastodon/values.yaml @@ -76,7 +76,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/mastodon - tag: 4.2.4-debian-11-r2 + tag: 4.2.5-debian-11-r1 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -1274,7 +1274,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 11-debian-11-r95 + tag: 11-debian-11-r96 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.