[bitnami/mastodon] Release 3.0.3 (#19894)

* [bitnami/mastodon] Release 3.0.3 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-10-10 00:20:25 +02:00
committed by GitHub
parent 3d5fdeeb1b
commit 79e07b3a5d
4 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
dependencies: dependencies:
- name: redis - name: redis
repository: oci://registry-1.docker.io/bitnamicharts repository: oci://registry-1.docker.io/bitnamicharts
version: 18.1.2 version: 18.1.3
- name: postgresql - name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts repository: oci://registry-1.docker.io/bitnamicharts
version: 13.1.1 version: 13.1.1
@@ -17,5 +17,5 @@ dependencies:
- name: common - name: common
repository: oci://registry-1.docker.io/bitnamicharts repository: oci://registry-1.docker.io/bitnamicharts
version: 2.13.2 version: 2.13.2
digest: sha256:3d7840f4dec83306a1b54b6fab680914931dfd81f1bc0d6202b90ddb7b5c4020 digest: sha256:d7566847d0f9c1f91f06742218d88d6a361d3f3919ed0c86b2e03b25421400b8
generated: "2023-10-09T19:20:12.521187557Z" generated: "2023-10-09T21:05:24.666905697Z"

View File

@@ -8,7 +8,7 @@ annotations:
- name: mastodon - name: mastodon
image: docker.io/bitnami/mastodon:4.2.0-debian-11-r12 image: docker.io/bitnami/mastodon:4.2.0-debian-11-r12
- name: os-shell - name: os-shell
image: docker.io/bitnami/os-shell:11-debian-11-r86 image: docker.io/bitnami/os-shell:11-debian-11-r89
apiVersion: v2 apiVersion: v2
appVersion: 4.2.0 appVersion: 4.2.0
dependencies: dependencies:
@@ -49,4 +49,4 @@ maintainers:
name: mastodon name: mastodon
sources: sources:
- https://github.com/bitnami/charts/tree/main/bitnami/mastodon - https://github.com/bitnami/charts/tree/main/bitnami/mastodon
version: 3.0.2 version: 3.0.3

View File

@@ -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.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.registry` | OS Shell + Utility image registry | `docker.io` |
| `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/os-shell` | | `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-r86` | | `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r89` |
| `volumePermissions.image.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` | | `volumePermissions.image.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` | | `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` | | `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |

View File

@@ -1256,7 +1256,7 @@ volumePermissions:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/os-shell repository: bitnami/os-shell
tag: 11-debian-11-r86 tag: 11-debian-11-r89
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets. ## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace. ## Secrets must be manually created in the namespace.