From a54749c16258c1aa82ce7e8ea18607fbfebe31bc Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 19 Sep 2023 23:41:10 +0200 Subject: [PATCH] [bitnami/mastodon] Release 2.1.5 (#19405) * [bitnami/mastodon] Release 2.1.5 updating components versions Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/mastodon/Chart.lock | 14 +++++++------- bitnami/mastodon/Chart.yaml | 8 ++++---- bitnami/mastodon/README.md | 4 ++-- bitnami/mastodon/values.yaml | 4 ++-- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/bitnami/mastodon/Chart.lock b/bitnami/mastodon/Chart.lock index 2c0c4df9ff..3ce28b9ee2 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: 18.0.2 + version: 18.0.4 - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 12.10.1 + version: 12.11.2 - name: elasticsearch repository: oci://registry-1.docker.io/bitnamicharts - version: 19.11.0 + version: 19.11.3 - name: minio repository: oci://registry-1.docker.io/bitnamicharts - version: 12.8.2 + version: 12.8.6 - name: apache repository: oci://registry-1.docker.io/bitnamicharts version: 9.6.5 - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.10.0 -digest: sha256:ae0d45eea893dedf118b4a0917f8b328839277f20fbdef558bfaad95825747c6 -generated: "2023-09-06T11:57:12.438529929Z" + version: 2.11.1 +digest: sha256:bcb943110aa31c4b9cf4a9ab7854559d23015393dc8cffbcf58e3800cbdc0415 +generated: "2023-09-19T21:15:31.511711093Z" diff --git a/bitnami/mastodon/Chart.yaml b/bitnami/mastodon/Chart.yaml index 92dae8812d..8bbd49399a 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.1.7-debian-11-r0 + image: docker.io/bitnami/mastodon:4.1.8-debian-11-r0 - name: os-shell - image: docker.io/bitnami/os-shell:11-debian-11-r57 + image: docker.io/bitnami/os-shell:11-debian-11-r72 apiVersion: v2 -appVersion: 4.1.7 +appVersion: 4.1.8 dependencies: - condition: redis.enabled name: redis @@ -49,4 +49,4 @@ maintainers: name: mastodon sources: - https://github.com/bitnami/charts/tree/main/bitnami/mastodon -version: 2.1.4 +version: 2.1.5 diff --git a/bitnami/mastodon/README.md b/bitnami/mastodon/README.md index ee3f576b65..91ee86f5b4 100644 --- a/bitnami/mastodon/README.md +++ b/bitnami/mastodon/README.md @@ -81,7 +81,7 @@ The command removes all the Kubernetes components associated with the chart and | `diagnosticMode.args` | Args to override all containers in the deployment | `["infinity"]` | | `image.registry` | Mastodon image registry | `docker.io` | | `image.repository` | Mastodon image repository | `bitnami/mastodon` | -| `image.tag` | Mastodon image tag (immutable tags are recommended) | `4.1.7-debian-11-r0` | +| `image.tag` | Mastodon image tag (immutable tags are recommended) | `4.1.8-debian-11-r0` | | `image.digest` | Mastodon image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` | | `image.pullPolicy` | Mastodon image pull policy | `IfNotPresent` | | `image.pullSecrets` | Mastodon image pull secrets | `[]` | @@ -428,7 +428,7 @@ The command removes all the Kubernetes components associated with the chart and | `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` | | `volumePermissions.image.registry` | OS Shell + Utility image registry | `docker.io` | | `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/os-shell` | -| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r57` | +| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r72` | | `volumePermissions.image.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` | | `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` | | `volumePermissions.resources.limits` | The resources limits for the init container | `{}` | diff --git a/bitnami/mastodon/values.yaml b/bitnami/mastodon/values.yaml index f97dc6cf2b..62a477c020 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.1.7-debian-11-r0 + tag: 4.1.8-debian-11-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -1256,7 +1256,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 11-debian-11-r57 + tag: 11-debian-11-r72 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.