[bitnami/mastodon] Release 6.0.1 updating components versions (#25408)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2024-04-26 08:09:43 +02:00
committed by GitHub
parent a92fc24193
commit 529bd507fe
4 changed files with 11 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 19.1.2
version: 19.1.3
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.2.5
@@ -10,12 +10,12 @@ dependencies:
version: 21.0.1
- name: minio
repository: oci://registry-1.docker.io/bitnamicharts
version: 14.2.0
version: 14.3.0
- name: apache
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.0.2
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.1
digest: sha256:1d965b44dd0e982bcfd4af87912e0d7dec74d0206c17ae06d221e72a6f8b55ae
generated: "2024-04-22T11:14:05.126257+02:00"
digest: sha256:53dfc1c1789da93e00c76c23edef6ce83589b68283b0449cd83508324df1c5de
generated: "2024-04-26T05:43:03.663923487Z"

View File

@@ -1,4 +1,4 @@
# Copyright Broadcom, Inc. All Rights Reserved.
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
annotations:
@@ -6,9 +6,9 @@ annotations:
licenses: Apache-2.0
images: |
- name: mastodon
image: docker.io/bitnami/mastodon:4.2.8-debian-12-r5
image: docker.io/bitnami/mastodon:4.2.8-debian-12-r6
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r18
image: docker.io/bitnami/os-shell:12-debian-12-r19
apiVersion: v2
appVersion: 4.2.8
dependencies:
@@ -49,4 +49,4 @@ maintainers:
name: mastodon
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/mastodon
version: 6.0.0
version: 6.0.1

View File

@@ -866,4 +866,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.

View File

@@ -82,7 +82,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/mastodon
tag: 4.2.8-debian-12-r5
tag: 4.2.8-debian-12-r6
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1556,7 +1556,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r18
tag: 12-debian-12-r19
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.