diff --git a/bitnami/appsmith/Chart.lock b/bitnami/appsmith/Chart.lock index 4197191e6..fb7cf4960 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.3.13 + version: 17.3.14 - name: mongodb repository: https://charts.bitnami.com/bitnami - version: 13.5.0 + version: 13.6.0 - name: common repository: https://charts.bitnami.com/bitnami version: 2.2.1 -digest: sha256:3a40ba27849d13eab06db267bd4b2161311bc6846acfb6a897aa6eb758b0a287 -generated: "2022-12-01T21:33:18.099252688Z" +digest: sha256:7ea48cfb46f779fb4e422ff36f1955892382c02876b2d7f105e5b1d1e0024853 +generated: "2022-12-12T04:34:00.522785453Z" diff --git a/bitnami/appsmith/Chart.yaml b/bitnami/appsmith/Chart.yaml index 30506b071..682724412 100644 --- a/bitnami/appsmith/Chart.yaml +++ b/bitnami/appsmith/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: CMS apiVersion: v2 -appVersion: 1.8.11 +appVersion: 1.8.12 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.3 +version: 0.1.4 diff --git a/bitnami/appsmith/README.md b/bitnami/appsmith/README.md index 159817f43..f7734acbf 100644 --- a/bitnami/appsmith/README.md +++ b/bitnami/appsmith/README.md @@ -82,7 +82,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.8.11-debian-11-r0` | +| `image.tag` | Appsmith image tag (immutable tags are recommended) | `1.8.12-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 | `[]` | @@ -380,7 +380,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-r57` | +| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r60` | | `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 8f4583f34..76dfa94ea 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.8.11-debian-11-r0 + tag: 1.8.12-debian-11-r0 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-r57 + tag: 11-debian-11-r60 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.