From f27f5d616c4e5e1c8dcb4f555416d539154b38b4 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 22 May 2023 14:13:05 +0200 Subject: [PATCH] [bitnami/appsmith] Release 0.3.5 (#16856) * [bitnami/appsmith] Release 0.3.5 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 | 6 +++--- bitnami/appsmith/Chart.yaml | 4 ++-- bitnami/appsmith/README.md | 2 +- bitnami/appsmith/values.yaml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bitnami/appsmith/Chart.lock b/bitnami/appsmith/Chart.lock index e62c25aa00..8893b4213e 100644 --- a/bitnami/appsmith/Chart.lock +++ b/bitnami/appsmith/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 17.11.3 - name: mongodb repository: oci://registry-1.docker.io/bitnamicharts - version: 13.13.0 + version: 13.14.1 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.4.0 -digest: sha256:abf6a87183eb2ad11ac757462858e41d8594833bfa553ab17ead02bde3414dff -generated: "2023-05-21T19:00:10.609368157Z" +digest: sha256:a288983e63d35468d58571be88aadb495d70c89369e1312eb69d181dc38c1bf0 +generated: "2023-05-22T10:59:05.50906313Z" diff --git a/bitnami/appsmith/Chart.yaml b/bitnami/appsmith/Chart.yaml index 30f23739a9..863f77574d 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.19 +appVersion: 1.9.20 dependencies: - condition: redis.enabled name: redis @@ -29,4 +29,4 @@ maintainers: name: appsmith sources: - https://github.com/bitnami/charts/tree/main/bitnami/appsmith -version: 0.3.4 +version: 0.3.5 diff --git a/bitnami/appsmith/README.md b/bitnami/appsmith/README.md index 1f54afd4dc..1d30068f42 100644 --- a/bitnami/appsmith/README.md +++ b/bitnami/appsmith/README.md @@ -80,7 +80,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.19-debian-11-r3` | +| `image.tag` | Appsmith image tag (immutable tags are recommended) | `1.9.20-debian-11-r0` | | `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 | `[]` | diff --git a/bitnami/appsmith/values.yaml b/bitnami/appsmith/values.yaml index 9a5a6c87d0..ea9ac7913a 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.19-debian-11-r3 + tag: 1.9.20-debian-11-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'