From c3990c3e89f1d932b1e226122e9af45fca911fad Mon Sep 17 00:00:00 2001 From: Franck Kerbiriou Date: Tue, 15 Apr 2025 02:12:29 +0200 Subject: [PATCH 1/3] Update Plausible to 3.0.1 Signed-off-by: Franck Kerbiriou --- Chart.yaml | 8 ++++---- values.yaml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 6d2bdd2..853555b 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -3,8 +3,8 @@ 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.3.3 -appVersion: 2.1.1 +version: 0.3.4 +appVersion: 3.0.1 keywords: - web analytics - analytics @@ -20,11 +20,11 @@ maintainers: dependencies: - name: postgresql alias: postgresql - version: 12.8.2 + version: 16.6.3 repository: https://charts.bitnami.com/bitnami condition: postgresql.enabled - name: clickhouse alias: clickhouse - version: 3.6.7 + version: 7.2.0 repository: https://charts.bitnami.com/bitnami condition: clickhouse.enabled diff --git a/values.yaml b/values.yaml index ea7b8d2..82ae849 100644 --- a/values.yaml +++ b/values.yaml @@ -35,15 +35,15 @@ plausibleInitContainers: enabled: false # use curl method to check if clickhouse is ready. (When port 9000 is not accessible) image: repository: curlimages/curl - tag: "8.2.1" + tag: "8.13.0" postgresql: image: repository: postgres - tag: "13.3-alpine" + tag: "17.4-alpine" clickhouse: image: repository: bitnami/clickhouse - tag: "23.3.9" + tag: "24.12.4" ### Specifies if the helm chart should create a secret file or use an existingSecret secret: From 6fbafa4aa7ec02a117d4cd656e882c1e37485f79 Mon Sep 17 00:00:00 2001 From: Alexandre Nuttinck Date: Tue, 22 Apr 2025 09:01:41 +0200 Subject: [PATCH 2/3] [MOD] chart dependency and versions Signed-off-by: Alexandre Nuttinck --- Chart.yaml | 10 +++++----- README.md | 4 ++-- values.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 853555b..2a0ec2c 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.3.4 +version: 0.4.0 appVersion: 3.0.1 keywords: - web analytics @@ -20,11 +20,11 @@ maintainers: dependencies: - name: postgresql alias: postgresql - version: 16.6.3 - repository: https://charts.bitnami.com/bitnami + version: 16.x.x + repository: oci://registry-1.docker.io/bitnamicharts condition: postgresql.enabled - name: clickhouse alias: clickhouse - version: 7.2.0 - repository: https://charts.bitnami.com/bitnami + version: 7.x.x + repository: oci://registry-1.docker.io/bitnamicharts condition: clickhouse.enabled diff --git a/README.md b/README.md index d12a9c4..655fa74 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Helm Chart for Plausible Analytics -[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![version](https://img.shields.io/github/tag/IMIO/helm-plausible-analytics.svg?label=release) ![test](https://github.com/IMIO/helm-plausible-analytics/actions/workflows/test.yaml/badge.svg) ![release](https://github.com/IMIO/helm-plausible-analytics/actions/workflows/release.yaml/badge.svg) +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![version](https://img.shields.io/github/tag/IMIO/helm-plausible-analytics.svg?label=release) ![test](https://github.com/IMIO/helm-plausible-analytics/actions/workflows/test.yaml/badge.svg) ![release](https://github.com/IMIO/helm-plausible-analytics/actions/workflows/release.yaml/badge.svg) [![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/imio)](https://artifacthub.io/packages/search?repo=imio) ## Introduction @@ -42,7 +42,7 @@ or by cloning this repository: ```bash git clone https://github.com/imio/helm-plausible-analytics.git cd helm-plausible-analytics -helm repo add bitnami https://charts.bitnami.com/bitnami +helm repo add bitnami oci://registry-1.docker.io/bitnamicharts helm repo update helm dep up helm install plausible-analytics . -f values.yaml --namespace plausible-analytics --create-namespace diff --git a/values.yaml b/values.yaml index 82ae849..6ebed9d 100644 --- a/values.yaml +++ b/values.yaml @@ -148,7 +148,7 @@ image: repository: ghcr.io/plausible/community-edition pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v2.1.4" + tag: "v3.0.1" imagePullSecrets: [] nameOverride: "" From 12c8602985b8fa06d31ce409ed3a7fb9a867109c Mon Sep 17 00:00:00 2001 From: Alexandre Nuttinck Date: Tue, 22 Apr 2025 10:01:59 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 655fa74..b85ddaa 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ or by cloning this repository: ```bash git clone https://github.com/imio/helm-plausible-analytics.git cd helm-plausible-analytics -helm repo add bitnami oci://registry-1.docker.io/bitnamicharts +helm repo add bitnami https://charts.bitnami.com/bitnami helm repo update helm dep up helm install plausible-analytics . -f values.yaml --namespace plausible-analytics --create-namespace