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 diff --git a/values.yaml b/values.yaml index 115dc21..6abbb01 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,11 @@ 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: username: postgres password: postgres @@ -112,9 +117,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 +135,11 @@ 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: username: clickhouse password: password @@ -139,6 +155,10 @@ clickhouse: enabled: false persistence: enabled: false + volumePermissions: + enabled: false + image: + repository: bitnamilegacy/os-shell ## Kubernetes ressources