diff --git a/bitnami/appsmith/Chart.lock b/bitnami/appsmith/Chart.lock index 7972bf2564..6d3ea0d34c 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.6.1 + version: 18.6.2 - name: mongodb repository: oci://registry-1.docker.io/bitnamicharts - version: 14.4.5 + version: 14.5.0 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.14.1 -digest: sha256:02fd4859f2e30499c334726b65c47a0f3c8469cdd2949a5096d7e3b4e7735013 -generated: "2023-12-22T12:15:49.759295909Z" +digest: sha256:51ebfeac051717ff775d9c3a69db5b5aa5d608d545923dd7039620e3d149f7aa +generated: "2024-01-08T16:56:43.216184737Z" diff --git a/bitnami/appsmith/Chart.yaml b/bitnami/appsmith/Chart.yaml index fce67bc31c..f40164acb4 100644 --- a/bitnami/appsmith/Chart.yaml +++ b/bitnami/appsmith/Chart.yaml @@ -6,11 +6,11 @@ annotations: licenses: Apache-2.0 images: | - name: appsmith - image: docker.io/bitnami/appsmith:1.9.57-debian-11-r0 + image: docker.io/bitnami/appsmith:1.9.58-debian-11-r0 - name: os-shell - image: docker.io/bitnami/os-shell:11-debian-11-r92 + image: docker.io/bitnami/os-shell:11-debian-11-r93 apiVersion: v2 -appVersion: 1.9.57 +appVersion: 1.9.58 dependencies: - condition: redis.enabled name: redis @@ -37,4 +37,4 @@ maintainers: name: appsmith sources: - https://github.com/bitnami/charts/tree/main/bitnami/appsmith -version: 2.1.12 +version: 2.1.13 diff --git a/bitnami/appsmith/values.yaml b/bitnami/appsmith/values.yaml index 5b7b60b10d..3c4693b734 100644 --- a/bitnami/appsmith/values.yaml +++ b/bitnami/appsmith/values.yaml @@ -76,7 +76,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/appsmith - tag: 1.9.57-debian-11-r0 + tag: 1.9.58-debian-11-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -1147,7 +1147,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 11-debian-11-r92 + tag: 11-debian-11-r93 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.