From 23e267f5571442cf72388d0c3385d0113b5c42c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Duarte?= Date: Thu, 8 Aug 2024 23:03:25 +0100 Subject: [PATCH 1/2] Add new TOTP required secret for plausible --- services/ni/plausible/02-secrets.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/ni/plausible/02-secrets.yaml b/services/ni/plausible/02-secrets.yaml index f275ce8..2b46f70 100644 --- a/services/ni/plausible/02-secrets.yaml +++ b/services/ni/plausible/02-secrets.yaml @@ -10,4 +10,5 @@ stringData: SMTP_USER_NAME: MAILER_EMAIL: SMTP_USER_PWD: - DATABASE_URL: \ No newline at end of file + DATABASE_URL: + TOTP_VAULT_KEY: \ No newline at end of file From 363ef7f6348931b43de8270d3192afbaa68da553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Duarte?= Date: Thu, 8 Aug 2024 23:18:33 +0100 Subject: [PATCH 2/2] Update clickhouse and plausible versions --- services/ni/plausible/04-deployment-clickhouse.yaml | 2 +- services/ni/plausible/05-deployment-plausible.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/ni/plausible/04-deployment-clickhouse.yaml b/services/ni/plausible/04-deployment-clickhouse.yaml index 766ab72..da86762 100644 --- a/services/ni/plausible/04-deployment-clickhouse.yaml +++ b/services/ni/plausible/04-deployment-clickhouse.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: clickhouse - image: clickhouse/clickhouse-server:23.3.7.5-alpine + image: clickhouse/clickhouse-server:24.3.3.102-alpine resources: limits: memory: "2048Mi" diff --git a/services/ni/plausible/05-deployment-plausible.yaml b/services/ni/plausible/05-deployment-plausible.yaml index 142846f..1dbca89 100644 --- a/services/ni/plausible/05-deployment-plausible.yaml +++ b/services/ni/plausible/05-deployment-plausible.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: plausible - image: plausible/analytics:v2.0 + image: ghcr.io/plausible/community-edition:v2.1.0 command: - sh - -c