[bitnami/mastodon] Release 2.1.5 (#19405)

* [bitnami/mastodon] Release 2.1.5 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-09-19 23:41:10 +02:00
committed by GitHub
parent 0fa75b8a28
commit a54749c162
4 changed files with 15 additions and 15 deletions

View File

@@ -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"

View File

@@ -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

View File

@@ -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 | `{}` |

View File

@@ -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.