From 139d05e1fae1184e48730c0f5d9040342b387d68 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Mon, 30 Sep 2024 18:23:06 +0000 Subject: [PATCH] [bitnami/mastodon] Release 7.0.6 updating components versions Signed-off-by: Bitnami Containers --- bitnami/mastodon/Chart.lock | 14 +++++++------- bitnami/mastodon/Chart.yaml | 6 +++--- bitnami/mastodon/values.yaml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/bitnami/mastodon/Chart.lock b/bitnami/mastodon/Chart.lock index 04adb7367781c7..a7a10015966862 100644 --- a/bitnami/mastodon/Chart.lock +++ b/bitnami/mastodon/Chart.lock @@ -1,21 +1,21 @@ dependencies: - name: redis repository: oci://registry-1.docker.io/bitnamicharts - version: 20.1.3 + version: 20.1.5 - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 15.5.32 + version: 15.5.37 - name: elasticsearch repository: oci://registry-1.docker.io/bitnamicharts - version: 21.3.17 + version: 21.3.18 - name: minio repository: oci://registry-1.docker.io/bitnamicharts - version: 14.7.10 + version: 14.7.13 - name: apache repository: oci://registry-1.docker.io/bitnamicharts - version: 11.2.19 + version: 11.2.20 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.23.0 -digest: sha256:149788045819cbb1accd21ebd07538a4b2c407a38d12fe2cfb07a10cf8ca8423 -generated: "2024-09-19T09:40:40.258686237Z" +digest: sha256:f5738078a1829d12280fbce5f7e68c9abb19558a895f61d808d92157951fa349 +generated: "2024-09-30T18:23:02.722050996Z" diff --git a/bitnami/mastodon/Chart.yaml b/bitnami/mastodon/Chart.yaml index b51ef3929da4ac..c7d14e3ebaf67c 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.12-debian-12-r4 + image: docker.io/bitnami/mastodon:4.2.13-debian-12-r0 - name: os-shell image: docker.io/bitnami/os-shell:12-debian-12-r30 apiVersion: v2 -appVersion: 4.2.12 +appVersion: 4.2.13 dependencies: - condition: redis.enabled name: redis @@ -49,4 +49,4 @@ maintainers: name: mastodon sources: - https://github.com/bitnami/charts/tree/main/bitnami/mastodon -version: 7.0.5 +version: 7.0.6 diff --git a/bitnami/mastodon/values.yaml b/bitnami/mastodon/values.yaml index 344a0d955702a9..f8145ba18f5478 100644 --- a/bitnami/mastodon/values.yaml +++ b/bitnami/mastodon/values.yaml @@ -84,7 +84,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/mastodon - tag: 4.2.12-debian-12-r4 + tag: 4.2.13-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'