diff --git a/bitnami/appsmith/Chart.lock b/bitnami/appsmith/Chart.lock index 925f0310dc..3a294fc296 100644 --- a/bitnami/appsmith/Chart.lock +++ b/bitnami/appsmith/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: redis repository: oci://registry-1.docker.io/bitnamicharts - version: 18.14.2 + version: 18.16.0 - name: mongodb repository: oci://registry-1.docker.io/bitnamicharts - version: 14.9.4 + version: 14.11.1 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.16.1 -digest: sha256:e30ed7b6376df5e0d564f1dc83ed685b54814f80f151b3f8071e66889d0b25fd -generated: "2024-02-21T12:04:11.378201456Z" +digest: sha256:799010d394042ca2882d9caa1550b13fe45894c4e26728cf120616c8168b7a81 +generated: "2024-02-22T10:40:37.172775526Z" diff --git a/bitnami/appsmith/Chart.yaml b/bitnami/appsmith/Chart.yaml index da690d8779..8d4304f9ba 100644 --- a/bitnami/appsmith/Chart.yaml +++ b/bitnami/appsmith/Chart.yaml @@ -6,9 +6,9 @@ annotations: licenses: Apache-2.0 images: | - name: appsmith - image: docker.io/bitnami/appsmith:1.13.0-debian-12-r1 + image: docker.io/bitnami/appsmith:1.13.0-debian-12-r2 - name: os-shell - image: docker.io/bitnami/os-shell:12-debian-12-r15 + image: docker.io/bitnami/os-shell:12-debian-12-r16 apiVersion: v2 appVersion: 1.13.0 dependencies: @@ -37,4 +37,4 @@ maintainers: name: appsmith sources: - https://github.com/bitnami/charts/tree/main/bitnami/appsmith -version: 2.7.1 +version: 2.7.2 diff --git a/bitnami/appsmith/values.yaml b/bitnami/appsmith/values.yaml index 07d6927d0a..0914aea586 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.13.0-debian-12-r1 + tag: 1.13.0-debian-12-r2 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -1350,7 +1350,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 12-debian-12-r15 + tag: 12-debian-12-r16 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.