[bitnami/mastodon] Release 1.1.4 (#15587)

* [bitnami/mastodon] Release 1.1.4 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-03-19 01:10:58 +01:00
committed by GitHub
parent 14c6afaf12
commit 285ea010ba
4 changed files with 15 additions and 15 deletions

View File

@@ -1,21 +1,21 @@
dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.8.0
version: 17.8.5
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.2.1
version: 12.2.3
- name: elasticsearch
repository: https://charts.bitnami.com/bitnami
version: 19.5.12
version: 19.5.14
- name: minio
repository: https://charts.bitnami.com/bitnami
version: 12.1.8
version: 12.1.12
- name: apache
repository: https://charts.bitnami.com/bitnami
version: 9.2.16
version: 9.2.19
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.2.3
digest: sha256:03639f2c856b9311c972721b15c8efe7196c067ca20e620f9fba1896e1bfbd24
generated: "2023-02-26T22:44:40.913552337Z"
version: 2.2.4
digest: sha256:154c5f8814bfd1dcf1d3f4b877b00221afa9445c49820a1e863270a81fc7249d
generated: "2023-03-18T23:08:03.42774442Z"

View File

@@ -2,7 +2,7 @@ annotations:
category: CMS
licenses: Apache-2.0
apiVersion: v2
appVersion: 4.1.0
appVersion: 4.1.1
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.1.3
version: 1.1.4

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.0-debian-11-r3` |
| `image.tag` | Mastodon image tag (immutable tags are recommended) | `4.1.1-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 | `[]` |
@@ -405,7 +405,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-r90` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r98` |
| `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 | `{}` |
@@ -671,4 +671,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

@@ -73,7 +73,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/mastodon
tag: 4.1.0-debian-11-r3
tag: 4.1.1-debian-11-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1208,7 +1208,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r90
tag: 11-debian-11-r98
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.