From 963a2d896d25dd252c9bdfe576591fcbaa575089 Mon Sep 17 00:00:00 2001 From: websoft9 Date: Thu, 2 Jan 2025 05:39:21 +0000 Subject: [PATCH] Update clickhouse --- apps/clickhouse/.env | 4 ++-- apps/clickhouse/variables.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/clickhouse/.env b/apps/clickhouse/.env index a7edd3dd..406f0f99 100644 --- a/apps/clickhouse/.env +++ b/apps/clickhouse/.env @@ -1,7 +1,7 @@ W9_REPO=clickhouse/clickhouse-server W9_DIST='community' -W9_VERSION='24.11.1.2557' -W9_POWER_PASSWORD='c9w73zTHaJISaS!W' +W9_VERSION='24.12.1.1614' +W9_POWER_PASSWORD='DQbS1Z!XQ!C1kMy8' #### -- Not allowed to edit below environments when recreate app based on existing data -- #### W9_ID='clickhouse' diff --git a/apps/clickhouse/variables.json b/apps/clickhouse/variables.json index c964fe2a..49f41b3b 100644 --- a/apps/clickhouse/variables.json +++ b/apps/clickhouse/variables.json @@ -8,7 +8,7 @@ { "dist": "community", "version": [ - "24.11.1.2557", + "24.12.1.1614", "latest" ] }