[bitnami/appsmith] Release 2.5.2 (#23552)

* [bitnami/appsmith] Release 2.5.2 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* [bitnami/appsmith] Fix cypress tests

Signed-off-by: David Gomez <dgomezleon@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Signed-off-by: David Gomez <dgomezleon@vmware.com>
Co-authored-by: David Gomez <dgomezleon@vmware.com>
This commit is contained in:
Bitnami Bot
2024-02-16 13:27:27 +01:00
committed by GitHub
parent 51c49c6ebe
commit f4cc2cc351
4 changed files with 12 additions and 12 deletions

View File

@@ -12,8 +12,8 @@ it('allows to create a new app from template', () => {
cy.login();
cy.fixture('app').then((app) => {
// Create new app
cy.contains('Create New').click();
cy.contains('New app').click();
cy.contains('Create new').click();
cy.get('div[data-testid*="create-app"]').click();
// Rename application
cy.get('.t--application-name').click();
cy.contains('Rename').click();

View File

@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 18.12.1
version: 18.13.0
- name: mongodb
repository: oci://registry-1.docker.io/bitnamicharts
version: 14.8.2
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.14.1
digest: sha256:149ad94a563677a18fb9d8deb38f12aaf453c4395439f8721688d4f798c1e7ae
generated: "2024-02-08T00:05:19.941554409Z"
version: 2.15.3
digest: sha256:d9b9878213287c14427bae72b04d51426a7bfedd72a5094436cb2edd70ccacd6
generated: "2024-02-15T15:26:46.535401855Z"

View File

@@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: appsmith
image: docker.io/bitnami/appsmith:1.10.0-debian-11-r0
image: docker.io/bitnami/appsmith:1.12.0-debian-11-r0
- name: os-shell
image: docker.io/bitnami/os-shell:11-debian-11-r96
image: docker.io/bitnami/os-shell:11-debian-11-r109
apiVersion: v2
appVersion: 1.10.0
appVersion: 1.12.0
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.5.1
version: 2.5.2

View File

@@ -76,7 +76,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/appsmith
tag: 1.10.0-debian-11-r0
tag: 1.12.0-debian-11-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1348,7 +1348,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 11-debian-11-r96
tag: 11-debian-11-r109
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.