From 72b1044c4b5da289b316cdeae64bcf64cae348b6 Mon Sep 17 00:00:00 2001 From: Maurizio Pasquinelli Date: Thu, 21 Aug 2025 19:41:43 +0200 Subject: [PATCH 1/4] Switch to bitnami legacy docker repo --- values.yaml | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/values.yaml b/values.yaml index 115dc21..c23fcf8 100644 --- a/values.yaml +++ b/values.yaml @@ -35,14 +35,14 @@ plausibleInitContainers: enabled: false # use curl method to check if clickhouse is ready. (When port 9000 is not accessible) image: repository: curlimages/curl - tag: "8.13.0" + tag: "8.15.0" postgresql: image: repository: postgres - tag: "17.4-alpine" + tag: "17.6-alpine" clickhouse: image: - repository: bitnami/clickhouse + repository: bitnamilegacy/clickhouse tag: "24.12.4" ### Specifies if the helm chart should create a secret file or use an existingSecret @@ -103,6 +103,8 @@ postgresql: ## If true, install the Postgresql chart ## ref: https://github.com/bitnami/charts/tree/main/bitnami/postgresql enabled: true + image: + repository: bitnamilegacy/postgresql auth: username: postgres password: postgres @@ -112,9 +114,15 @@ postgresql: enabled: false metrics: enabled: false + image: + repository: bitnamilegacy/postgres-exporter primary: persistence: enabled: false + volumePermissions: + enabled: false + image: + repository: bitnamilegacy/os-shell # ------------------------------------------------------------------------------ # Clickhouse: @@ -124,6 +132,8 @@ clickhouse: ## If true, install the Clickhouse chart ## ref: https://github.com/bitnami/charts/tree/main/bitnami/clickhouse enabled: true + image: + repository: bitnamilegacy/clickhouse auth: username: clickhouse password: password @@ -139,6 +149,10 @@ clickhouse: enabled: false persistence: enabled: false + volumePermissions: + enabled: false + image: + repository: bitnamilegacy/os-shell ## Kubernetes ressources From 3ae41eeea77870e8fa751d2ad2eb22f3f88d96f8 Mon Sep 17 00:00:00 2001 From: Alexandre Nuttinck Date: Fri, 22 Aug 2025 16:33:09 +0200 Subject: [PATCH 2/4] bump chart to 0.4.2 --- Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chart.yaml b/Chart.yaml index 823fb79..98a93a6 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v2 name: plausible-analytics description: A Helm Chart for Plausible Analytics - Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics. type: application -version: 0.4.1 +version: 0.4.2 appVersion: 3.0.1 keywords: - web analytics From a52f009528cc76457e0c103a12e18f4675686065 Mon Sep 17 00:00:00 2001 From: Alexandre Nuttinck Date: Fri, 22 Aug 2025 16:42:01 +0200 Subject: [PATCH 3/4] Set global.security.allowInsecureImages to true --- values.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/values.yaml b/values.yaml index c23fcf8..29fda3f 100644 --- a/values.yaml +++ b/values.yaml @@ -103,6 +103,9 @@ postgresql: ## If true, install the Postgresql chart ## ref: https://github.com/bitnami/charts/tree/main/bitnami/postgresql enabled: true + global: + security: + allowInsecureImages: true image: repository: bitnamilegacy/postgresql auth: @@ -132,6 +135,9 @@ clickhouse: ## If true, install the Clickhouse chart ## ref: https://github.com/bitnami/charts/tree/main/bitnami/clickhouse enabled: true + global: + security: + allowInsecureImages: true image: repository: bitnamilegacy/clickhouse auth: From d35c7b26a7441e10c718eab2f6f8879a28d83c38 Mon Sep 17 00:00:00 2001 From: Alexandre Nuttinck Date: Fri, 22 Aug 2025 16:44:51 +0200 Subject: [PATCH 4/4] fix linter --- values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/values.yaml b/values.yaml index 29fda3f..6abbb01 100644 --- a/values.yaml +++ b/values.yaml @@ -103,8 +103,8 @@ postgresql: ## If true, install the Postgresql chart ## ref: https://github.com/bitnami/charts/tree/main/bitnami/postgresql enabled: true - global: - security: + global: + security: allowInsecureImages: true image: repository: bitnamilegacy/postgresql @@ -135,8 +135,8 @@ clickhouse: ## If true, install the Clickhouse chart ## ref: https://github.com/bitnami/charts/tree/main/bitnami/clickhouse enabled: true - global: - security: + global: + security: allowInsecureImages: true image: repository: bitnamilegacy/clickhouse