Skip to content

Commit

Permalink
Merge pull request #362 from zekker6/plausible/update-ch
Browse files Browse the repository at this point in the history
plausible-analytics: update clickhouse dep
  • Loading branch information
zekker6 committed Feb 25, 2024
2 parents e5eaf16 + b44d6e1 commit f9d6923
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions charts/apps/plausible-analytics/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
annotations:
artifacthub.io/changes: |
- kind: added
description: initial release of chart fork
- kind: changed
description: update clickhouse chart to 3.7.0
apiVersion: v2
appVersion: v2.0.0
dependencies:
- condition: clickhouse.enabled
name: clickhouse
repository: https://sentry-kubernetes.github.io/charts
version: 3.5.0
version: 3.7.0
- condition: postgresql.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.12.10
description: A Helm Chart for Plausible Analytics - a simple and privacy-friendly alternative to Google Analytics
home: https://plausible.io/
icon: https://docs.plausible.io/img/logo.svg
icon: https://plausible.io/docs/img/favicon.png
keywords:
- plausible analytics
- analytics
Expand All @@ -29,4 +29,4 @@ sources:
- https://hub.docker.com/r/plausible/analytics
- https://github.com/plausible/analytics
type: application
version: 0.0.1
version: 0.1.0
4 changes: 2 additions & 2 deletions charts/apps/plausible-analytics/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# plausible-analytics

![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.0.0](https://img.shields.io/badge/AppVersion-v2.0.0-informational?style=flat-square)
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.0.0](https://img.shields.io/badge/AppVersion-v2.0.0-informational?style=flat-square)

A Helm Chart for Plausible Analytics - a simple and privacy-friendly alternative to Google Analytics

Expand All @@ -23,7 +23,7 @@ This chart uses v2.0.0 version of Plausible Analytics. See release notes to lear
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql | 12.12.10 |
| https://sentry-kubernetes.github.io/charts | clickhouse | 3.5.0 |
| https://sentry-kubernetes.github.io/charts | clickhouse | 3.7.0 |

## TL;DR

Expand Down
4 changes: 2 additions & 2 deletions docs/charts/plausible-analytics.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# plausible-analytics

![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.0.0](https://img.shields.io/badge/AppVersion-v2.0.0-informational?style=flat-square)
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.0.0](https://img.shields.io/badge/AppVersion-v2.0.0-informational?style=flat-square)

A Helm Chart for Plausible Analytics - a simple and privacy-friendly alternative to Google Analytics

Expand All @@ -23,7 +23,7 @@ This chart uses v2.0.0 version of Plausible Analytics. See release notes to lear
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql | 12.12.10 |
| https://sentry-kubernetes.github.io/charts | clickhouse | 3.5.0 |
| https://sentry-kubernetes.github.io/charts | clickhouse | 3.7.0 |

## TL;DR

Expand Down

0 comments on commit f9d6923

Please sign in to comment.