diff --git a/Chart.yaml b/Chart.yaml index 6d2bdd2..2a0ec2c 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.4.0 +appVersion: 3.0.1 keywords: - web analytics - analytics @@ -20,11 +20,11 @@ maintainers: dependencies: - name: postgresql alias: postgresql - version: 12.8.2 - 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: 3.6.7 - 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..b85ddaa 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 diff --git a/values.yaml b/values.yaml index ea7b8d2..6ebed9d 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: @@ -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: ""