mirror of
https://github.com/bitnami/charts.git
synced 2026-03-08 00:37:41 +08:00
[bitnami/mastodon] Release 0.1.1 (#13994)
* [bitnami/mastodon] Release 0.1.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:
@@ -4,7 +4,7 @@ dependencies:
|
||||
version: 17.3.16
|
||||
- name: postgresql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 12.1.4
|
||||
version: 12.1.5
|
||||
- name: elasticsearch
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 19.5.5
|
||||
@@ -17,5 +17,5 @@ dependencies:
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 2.2.2
|
||||
digest: sha256:def9ee4aa3be780c93b0715db971f2143ca020fab4565a8c7b93a373673b6663
|
||||
generated: "2022-12-15T15:51:11.328487+01:00"
|
||||
digest: sha256:f37ee7a0f4cd3c48df19a0d0440826de248304b707df794a3c42b14648e341ec
|
||||
generated: "2022-12-16T13:44:30.619049881Z"
|
||||
|
||||
@@ -42,4 +42,4 @@ name: mastodon
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/mastodon
|
||||
- https://github.com/mastodon/mastodon/
|
||||
version: 0.1.0
|
||||
version: 0.1.1
|
||||
|
||||
@@ -7,7 +7,7 @@ Mastodon is self-hosted social network server based on ActivityPub. Written in R
|
||||
[Overview of Mastodon](https://joinmastodon.org/)
|
||||
|
||||
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
|
||||
|
||||
|
||||
## TL;DR
|
||||
|
||||
```console
|
||||
@@ -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.0.2-debian-11-r6` |
|
||||
| `image.tag` | Mastodon image tag (immutable tags are recommended) | `4.0.2-debian-11-r7` |
|
||||
| `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 | `[]` |
|
||||
@@ -394,7 +394,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-r57` |
|
||||
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r62` |
|
||||
| `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 | `{}` |
|
||||
@@ -665,4 +665,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-r6
|
||||
tag: 4.0.2-debian-11-r7
|
||||
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-r57
|
||||
tag: 11-debian-11-r62
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
|
||||
Reference in New Issue
Block a user