Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
26 changes: 23 additions & 3 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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
Expand All @@ -139,6 +155,10 @@ clickhouse:
enabled: false
persistence:
enabled: false
volumePermissions:
enabled: false
image:
repository: bitnamilegacy/os-shell

## Kubernetes ressources

Expand Down