[bitnami/mastodon] Release 2.1.7 (#19489)

* [bitnami/mastodon] Release 2.1.7 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-23 20:23:12 +02:00
committed by GitHub
parent df139fd02a
commit e0a4e86a4f
4 changed files with 14 additions and 14 deletions

View File

@@ -1,21 +1,21 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 18.0.4
version: 18.1.0
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.12.4
version: 12.12.5
- name: elasticsearch
repository: oci://registry-1.docker.io/bitnamicharts
version: 19.11.3
- name: minio
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.8.6
version: 12.8.8
- name: apache
repository: oci://registry-1.docker.io/bitnamicharts
version: 9.6.5
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.11.1
digest: sha256:d0b229db9448e66153e8d188beeaedc0191d65a5dd570e959e43f0f4deac7f92
generated: "2023-09-20T21:09:17.752945579Z"
version: 2.12.0
digest: sha256:b67c1815760c13020d05fdc892159cc634c82ea7a7b24dc0718e6efa77e56ecd
generated: "2023-09-23T17:55:33.668173765Z"

View File

@@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: mastodon
image: docker.io/bitnami/mastodon:4.1.9-debian-11-r0
image: docker.io/bitnami/mastodon:4.2.0-debian-11-r0
- name: os-shell
image: docker.io/bitnami/os-shell:11-debian-11-r72
image: docker.io/bitnami/os-shell:11-debian-11-r75
apiVersion: v2
appVersion: 4.1.9
appVersion: 4.2.0
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.6
version: 2.1.7

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.9-debian-11-r0` |
| `image.tag` | Mastodon image tag (immutable tags are recommended) | `4.2.0-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-r72` |
| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r75` |
| `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.9-debian-11-r0
tag: 4.2.0-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-r72
tag: 11-debian-11-r75
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.