From 93fe91e56c4b2774e2c0af2a26663ebf6c7df287 Mon Sep 17 00:00:00 2001 From: websoft9 Date: Thu, 31 Oct 2024 03:01:47 +0000 Subject: [PATCH] Update cloudbeaver --- apps/cloudbeaver/.env | 14 +++++++------- apps/cloudbeaver/variables.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/cloudbeaver/.env b/apps/cloudbeaver/.env index 72b1e61ae..1b86d2ae2 100644 --- a/apps/cloudbeaver/.env +++ b/apps/cloudbeaver/.env @@ -1,13 +1,13 @@ -W9_VERSION=latest -W9_DIST=community +W9_VERSION='24.2' +W9_DIST='community' W9_REPO=dbeaver/cloudbeaver -W9_POWER_PASSWORD=spJNF09yzwWJaG! +W9_POWER_PASSWORD='ZXf7!HpX!dD4hMW9' #### -- Not allowed to edit below environments when recreate app based on existing data -- #### -W9_ID=cloudbeaver +W9_ID='cloudbeaver' W9_HTTP_PORT=8978 -W9_HTTP_PORT_SET=9090 -W9_URL=appname.example.com +W9_HTTP_PORT_SET='9090' +W9_URL='appname.example.com' # dont't user [admin] which is cloudbeaver system variable W9_LOGIN_USER=cbadmin @@ -19,4 +19,4 @@ W9_NETWORK=websoft9 CB_SERVER_NAME="CloudBeaver Server" CB_SERVER_URL=$W9_URL CB_ADMIN_NAME=$W9_LOGIN_USER -CB_ADMIN_PASSWORD=$W9_POWER_PASSWORD \ No newline at end of file +CB_ADMIN_PASSWORD=$W9_POWER_PASSWORD diff --git a/apps/cloudbeaver/variables.json b/apps/cloudbeaver/variables.json index 5777b850d..df8f73aca 100644 --- a/apps/cloudbeaver/variables.json +++ b/apps/cloudbeaver/variables.json @@ -8,7 +8,7 @@ { "dist": "community", "version": [ - "23.2.1", + "24.2", "latest" ] }