mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 06:58:50 +08:00
[bitnami/appsmith] Release 2.7.4 (#24006)
* [bitnami/appsmith] Release 2.7.4 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Fix cypress tests Signed-off-by: Miguel Ruiz <miruiz@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Miguel Ruiz <miruiz@vmware.com> Co-authored-by: Miguel Ruiz <miruiz@vmware.com>
This commit is contained in:
@@ -13,7 +13,7 @@ it('allows to create a new app from template', () => {
|
||||
cy.fixture('app').then((app) => {
|
||||
// Create new app
|
||||
cy.contains('Create new').click();
|
||||
cy.get('div[data-testid*="create-app"]').click();
|
||||
cy.get('div[data-testid="t--workspace-action-create-app"]').click();
|
||||
// Rename application
|
||||
cy.get('.t--application-name').click();
|
||||
cy.contains('Rename').click();
|
||||
|
||||
@@ -4,9 +4,9 @@ dependencies:
|
||||
version: 18.17.0
|
||||
- name: mongodb
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 14.12.2
|
||||
version: 14.12.3
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.16.1
|
||||
digest: sha256:b2c0eb1f60d686e7d1995bb5edad991c781028dd94aa95c83b751cc5a38d9bc6
|
||||
generated: "2024-02-28T15:13:09.118345219Z"
|
||||
digest: sha256:fe5c6a3bd3342601570faeee33d3c415689fc0c869d938eade0d0e194f2ac982
|
||||
generated: "2024-03-01T14:50:04.741490206Z"
|
||||
|
||||
@@ -6,11 +6,11 @@ annotations:
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: appsmith
|
||||
image: docker.io/bitnami/appsmith:1.14.0-debian-12-r0
|
||||
image: docker.io/bitnami/appsmith:1.15.0-debian-12-r0
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r16
|
||||
apiVersion: v2
|
||||
appVersion: 1.14.0
|
||||
appVersion: 1.15.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.7.3
|
||||
version: 2.7.4
|
||||
|
||||
@@ -73,7 +73,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/appsmith
|
||||
tag: 1.14.0-debian-12-r0
|
||||
tag: 1.15.0-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user