diff --git a/bitnami/appsmith/Chart.lock b/bitnami/appsmith/Chart.lock index c7058451b3..c42bd939db 100644 --- a/bitnami/appsmith/Chart.lock +++ b/bitnami/appsmith/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 17.10.3 - name: mongodb repository: oci://registry-1.docker.io/bitnamicharts - version: 13.10.3 + version: 13.12.0 - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.2.5 -digest: sha256:9d4f0065af2b260a4e733943a96fc3af56b2230c4b00709be5e89320e1fb2240 -generated: "2023-05-10T14:43:45.195959798Z" + version: 2.3.0 +digest: sha256:c0d36687be02f23a8c58e710b440ab10331eff9dfeb4d6c4d191025df0977a16 +generated: "2023-05-12T15:23:04.122397683Z" diff --git a/bitnami/appsmith/Chart.yaml b/bitnami/appsmith/Chart.yaml index ff351664d8..48a85e963f 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.18 +appVersion: 1.9.19 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.1 +version: 0.3.2 diff --git a/bitnami/appsmith/README.md b/bitnami/appsmith/README.md index d7d9acd96a..e8ea58e910 100644 --- a/bitnami/appsmith/README.md +++ b/bitnami/appsmith/README.md @@ -8,8 +8,6 @@ Appsmith is an open source platform for building and maintaining internal tools, 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. -Looking to use Appsmith in production? Try [VMware Application Catalog](https://bitnami.com/enterprise), the enterprise edition of Bitnami Application Catalog. - ## TL;DR ```console @@ -82,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.18-debian-11-r0` | +| `image.tag` | Appsmith image tag (immutable tags are recommended) | `1.9.19-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 | `[]` | @@ -367,7 +365,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-r114` | +| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r115` | | `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 47fd500767..3c2178d465 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.18-debian-11-r0 + tag: 1.9.19-debian-11-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -1111,7 +1111,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r114 + tag: 11-debian-11-r115 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.