[bitnami/mastodon] Release 3.0.1 (#19794)

* [bitnami/mastodon] Release 3.0.1 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-09 20:00:37 +02:00
committed by GitHub
parent 28135bc65e
commit 6dbac26e73
4 changed files with 34 additions and 34 deletions

View File

@@ -1,21 +1,21 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 18.1.0
version: 18.1.2
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 13.0.0
version: 13.1.0
- name: elasticsearch
repository: oci://registry-1.docker.io/bitnamicharts
version: 19.12.0
version: 19.13.0
- name: minio
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.8.9
version: 12.8.12
- name: apache
repository: oci://registry-1.docker.io/bitnamicharts
version: 9.6.5
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.12.1
digest: sha256:fc2a5b1730f6caf2f4bff04d3a3fae3f18582c71b739de1e6169ad7737f85ebf
generated: "2023-09-29T10:40:56.803572+02:00"
version: 2.13.2
digest: sha256:78aa2997f0439f794a772eebfd8d4991d2d99e7cbfd8e9e0cf8e038a0811f4bc
generated: "2023-10-06T03:45:41.113503964Z"

View File

@@ -6,9 +6,9 @@ annotations:
licenses: Apache-2.0
images: |
- name: mastodon
image: docker.io/bitnami/mastodon:4.2.0-debian-11-r0
image: docker.io/bitnami/mastodon:4.2.0-debian-11-r11
- name: os-shell
image: docker.io/bitnami/os-shell:11-debian-11-r77
image: docker.io/bitnami/os-shell:11-debian-11-r86
apiVersion: v2
appVersion: 4.2.0
dependencies:
@@ -49,4 +49,4 @@ maintainers:
name: mastodon
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/mastodon
version: 3.0.0
version: 3.0.1

View File

@@ -66,26 +66,26 @@ The command removes all the Kubernetes components associated with the chart and
### Common parameters
| Name | Description | Value |
| ------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------- |
| `kubeVersion` | Override Kubernetes version | `""` |
| `nameOverride` | String to partially override common.names.name | `""` |
| `fullnameOverride` | String to fully override common.names.fullname | `""` |
| `namespaceOverride` | String to fully override common.names.namespace | `""` |
| `commonLabels` | Labels to add to all deployed objects | `{}` |
| `commonAnnotations` | Annotations to add to all deployed objects | `{}` |
| `clusterDomain` | Kubernetes cluster domain name | `cluster.local` |
| `extraDeploy` | Array of extra objects to deploy with the release | `[]` |
| `diagnosticMode.enabled` | Enable diagnostic mode (all probes will be disabled and the command will be overridden) | `false` |
| `diagnosticMode.command` | Command to override all containers in the deployment | `["sleep"]` |
| `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.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 | `[]` |
| `image.debug` | Enable Mastodon image debug mode | `false` |
| Name | Description | Value |
| ------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- |
| `kubeVersion` | Override Kubernetes version | `""` |
| `nameOverride` | String to partially override common.names.name | `""` |
| `fullnameOverride` | String to fully override common.names.fullname | `""` |
| `namespaceOverride` | String to fully override common.names.namespace | `""` |
| `commonLabels` | Labels to add to all deployed objects | `{}` |
| `commonAnnotations` | Annotations to add to all deployed objects | `{}` |
| `clusterDomain` | Kubernetes cluster domain name | `cluster.local` |
| `extraDeploy` | Array of extra objects to deploy with the release | `[]` |
| `diagnosticMode.enabled` | Enable diagnostic mode (all probes will be disabled and the command will be overridden) | `false` |
| `diagnosticMode.command` | Command to override all containers in the deployment | `["sleep"]` |
| `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.2.0-debian-11-r11` |
| `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 | `[]` |
| `image.debug` | Enable Mastodon image debug mode | `false` |
### Mastodon common parameters
@@ -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-r77` |
| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r86` |
| `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 | `{}` |
@@ -704,4 +704,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.

View File

@@ -76,7 +76,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/mastodon
tag: 4.2.0-debian-11-r0
tag: 4.2.0-debian-11-r11
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-r77
tag: 11-debian-11-r86
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.