mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 15:10:15 +08:00
[bitnami/mastodon] Release 1.0.3 (#14991)
* [bitnami/mastodon] Release 1.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:
@@ -1,10 +1,10 @@
|
||||
dependencies:
|
||||
- name: redis
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 17.7.3
|
||||
version: 17.7.4
|
||||
- name: postgresql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 12.1.15
|
||||
version: 12.2.0
|
||||
- name: elasticsearch
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 19.5.10
|
||||
@@ -13,9 +13,9 @@ dependencies:
|
||||
version: 12.1.5
|
||||
- name: apache
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 9.2.15
|
||||
version: 9.2.16
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 2.2.3
|
||||
digest: sha256:1828666c2596dff6e72ba599f95ee8d8a8caaf48e7f5a3b204e31c5a54159808
|
||||
generated: "2023-02-12T10:58:04.142617698Z"
|
||||
digest: sha256:fcb176f9cf60526e7dcc2cf2baa638ea303501e225905dde84093603f21fd0d7
|
||||
generated: "2023-02-17T16:22:00.167162981Z"
|
||||
|
||||
@@ -2,7 +2,7 @@ annotations:
|
||||
category: CMS
|
||||
licenses: Apache-2.0
|
||||
apiVersion: v2
|
||||
appVersion: 4.0.2
|
||||
appVersion: 4.1.0
|
||||
dependencies:
|
||||
- condition: redis.enabled
|
||||
name: redis
|
||||
@@ -42,4 +42,4 @@ name: mastodon
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/mastodon
|
||||
- https://github.com/mastodon/mastodon/
|
||||
version: 1.0.2
|
||||
version: 1.0.3
|
||||
|
||||
@@ -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.0.2-debian-11-r29` |
|
||||
| `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.1.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` |
|
||||
|
||||
### Mastodon common parameters
|
||||
|
||||
@@ -105,7 +105,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `enableSearches` | Enable the search engine (uses Elasticsearch under the hood) | `true` |
|
||||
| `enableS3` | Enable the S3 storage engine | `true` |
|
||||
| `webDomain` | Web domain for Mastodon | `""` |
|
||||
| `s3AliasHost` | S3 alias host for Mastodon (will use <http://webDomain/bucket> if not set) | `""` |
|
||||
| `s3AliasHost` | S3 alias host for Mastodon (will use http://webDomain/bucket if not set) | `""` |
|
||||
|
||||
### Mastodon Web Parameters
|
||||
|
||||
@@ -385,7 +385,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` | Bitnami Shell image registry | `docker.io` |
|
||||
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` |
|
||||
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r82` |
|
||||
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r86` |
|
||||
| `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` |
|
||||
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` |
|
||||
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |
|
||||
@@ -651,4 +651,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.
|
||||
@@ -73,7 +73,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/mastodon
|
||||
tag: 4.0.2-debian-11-r29
|
||||
tag: 4.1.0-debian-11-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -1122,7 +1122,7 @@ volumePermissions:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/bitnami-shell
|
||||
tag: 11-debian-11-r82
|
||||
tag: 11-debian-11-r86
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
|
||||
Reference in New Issue
Block a user