mirror of
https://github.com/bitnami/charts.git
synced 2026-02-10 20:17:22 +08:00
[bitnami/mastodon] ⚡ ⬆️ Update dependency references (#34771)
* [bitnami/mastodon] Release 13.0.5 updating components versions Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> --------- Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 13.0.4 (2025-06-26)
|
||||
## 13.0.5 (2025-07-02)
|
||||
|
||||
* [bitnami/mastodon] fix: correct indentation for extraEnvVars in tootctlMediaManagement cronjob definition ([#33981](https://github.com/bitnami/charts/pull/33981))
|
||||
* [bitnami/mastodon] :zap: :arrow_up: Update dependency references ([#34771](https://github.com/bitnami/charts/pull/34771))
|
||||
|
||||
## <small>13.0.4 (2025-06-26)</small>
|
||||
|
||||
* [bitnami/mastodon] fix: correct indentation for extraEnvVars in tootctlMediaManagement cronjob defin ([b053acd](https://github.com/bitnami/charts/commit/b053acda4b4f84a8940a9f58973dc60f1850c517)), closes [#33981](https://github.com/bitnami/charts/issues/33981)
|
||||
|
||||
## <small>13.0.3 (2025-06-23)</small>
|
||||
|
||||
|
||||
@@ -5,13 +5,13 @@ annotations:
|
||||
category: CMS
|
||||
images: |
|
||||
- name: mastodon
|
||||
image: docker.io/bitnami/mastodon:4.3.8-debian-12-r3
|
||||
image: docker.io/bitnami/mastodon:4.3.9-debian-12-r0
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r46
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r47
|
||||
licenses: Apache-2.0
|
||||
tanzuCategory: application
|
||||
apiVersion: v2
|
||||
appVersion: 4.3.8
|
||||
appVersion: 4.3.9
|
||||
dependencies:
|
||||
- condition: redis.enabled
|
||||
name: redis
|
||||
@@ -51,4 +51,4 @@ maintainers:
|
||||
name: mastodon
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/mastodon
|
||||
version: 13.0.4
|
||||
version: 13.0.5
|
||||
|
||||
@@ -90,7 +90,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/mastodon
|
||||
tag: 4.3.8-debian-12-r3
|
||||
tag: 4.3.9-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
@@ -1762,7 +1762,7 @@ defaultInitContainers:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/os-shell
|
||||
tag: 12-debian-12-r46
|
||||
tag: 12-debian-12-r47
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
|
||||
Reference in New Issue
Block a user