From 9016e5cd1d83032f4bcf84339b158269158fe09c Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 24 Jan 2023 22:06:29 +0100 Subject: [PATCH] [bitnami/appsmith] Release 0.1.10 (#14526) * [bitnami/appsmith] Release 0.1.10 updating components versions Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/appsmith/Chart.lock | 8 ++++---- bitnami/appsmith/Chart.yaml | 4 ++-- bitnami/appsmith/README.md | 6 +++--- bitnami/appsmith/values.yaml | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/bitnami/appsmith/Chart.lock b/bitnami/appsmith/Chart.lock index b48b6eea05..a283512d9c 100644 --- a/bitnami/appsmith/Chart.lock +++ b/bitnami/appsmith/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: redis repository: https://charts.bitnami.com/bitnami - version: 17.4.1 + version: 17.6.0 - name: mongodb repository: https://charts.bitnami.com/bitnami - version: 13.6.2 + version: 13.6.4 - name: common repository: https://charts.bitnami.com/bitnami version: 2.2.2 -digest: sha256:534057120d3c517860f6365c9799a7c1ef35045d605971d585028dcf59728d09 -generated: "2023-01-06T06:34:40.425353972Z" +digest: sha256:7f7237db327b2a6fa65479636a53186fd81e492037f3a2d026352103d7b2018b +generated: "2023-01-24T17:38:17.697038502Z" diff --git a/bitnami/appsmith/Chart.yaml b/bitnami/appsmith/Chart.yaml index 6001f31982..95802f299b 100644 --- a/bitnami/appsmith/Chart.yaml +++ b/bitnami/appsmith/Chart.yaml @@ -2,7 +2,7 @@ annotations: category: CMS licenses: Apache-2.0 apiVersion: v2 -appVersion: 1.9.2 +appVersion: 1.9.4 dependencies: - condition: redis.enabled name: redis @@ -30,4 +30,4 @@ name: appsmith sources: - https://github.com/bitnami/containers/tree/main/bitnami/appsmith - https://github.com/appsmithorg/appsmith/ -version: 0.1.9 +version: 0.1.10 diff --git a/bitnami/appsmith/README.md b/bitnami/appsmith/README.md index f677849716..0b4187afe7 100644 --- a/bitnami/appsmith/README.md +++ b/bitnami/appsmith/README.md @@ -7,7 +7,7 @@ Appsmith is an open source platform for building and maintaining internal tools, [Overview of Appsmith](https://www.appsmith.com/) 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 @@ -83,7 +83,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` | Appsmith image registry | `docker.io` | | `image.repository` | Appsmith image repository | `bitnami/appsmith` | -| `image.tag` | Appsmith image tag (immutable tags are recommended) | `1.9.2-debian-11-r0` | +| `image.tag` | Appsmith image tag (immutable tags are recommended) | `1.9.4-debian-11-r1` | | `image.digest` | Appsmith 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` | Appsmith image pull policy | `IfNotPresent` | | `image.pullSecrets` | Appsmith image pull secrets | `[]` | @@ -381,7 +381,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-r69` | +| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r75` | | `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 | `{}` | diff --git a/bitnami/appsmith/values.yaml b/bitnami/appsmith/values.yaml index 7f8e5a5584..3ee9f13e0a 100644 --- a/bitnami/appsmith/values.yaml +++ b/bitnami/appsmith/values.yaml @@ -73,7 +73,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/appsmith - tag: 1.9.2-debian-11-r0 + tag: 1.9.4-debian-11-r1 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -1114,7 +1114,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r69 + tag: 11-debian-11-r75 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.