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
12 changes: 6 additions & 6 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
8 changes: 4 additions & 4 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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: ""
Expand Down