Skip to content

Commit

Permalink
plausible: update CH chart to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
zekker6 committed Jul 12, 2024
1 parent 1c234bd commit 11c9cef
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions charts/apps/plausible-analytics/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
annotations:
artifacthub.io/changes: "- kind: changed\n description: update ghcr.io/plausible/community-edition docker tag to v2.1.1"
artifacthub.io/changes: "- kind: changed\n description: update helm release clickhouse to 3.10.0"
apiVersion: v2
appVersion: v2.1.1
dependencies:
- condition: clickhouse.enabled
name: clickhouse
repository: https://sentry-kubernetes.github.io/charts
version: 3.9.0
version: 3.10.0
- condition: postgresql.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
Expand All @@ -27,4 +27,4 @@ sources:
- https://hub.docker.com/r/plausible/analytics
- https://github.com/plausible/analytics
type: application
version: 0.3.0
version: 0.4.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.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.1.1](https://img.shields.io/badge/AppVersion-v2.1.1-informational?style=flat-square)
![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.1.1](https://img.shields.io/badge/AppVersion-v2.1.1-informational?style=flat-square)

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

Expand All @@ -24,7 +24,7 @@ See release notes to learn more about upgrade steps: https://github.com/plausibl
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql | 12.12.10 |
| https://sentry-kubernetes.github.io/charts | clickhouse | 3.9.0 |
| https://sentry-kubernetes.github.io/charts | clickhouse | 3.10.0 |

## TL;DR

Expand Down
2 changes: 1 addition & 1 deletion charts/library/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ N/A
| addons.codeserver.git.deployKeySecret | string | `""` | Existing secret containing SSH private key The chart expects it to be present under the `id_rsa` key. |
| addons.codeserver.image.pullPolicy | string | `"IfNotPresent"` | Specify the code-server image pull policy |
| addons.codeserver.image.repository | string | `"ghcr.io/coder/code-server"` | Specify the code-server image |
| addons.codeserver.image.tag | string | `"4.90.3"` | Specify the code-server image tag |
| addons.codeserver.image.tag | string | `"4.91.0"` | Specify the code-server image tag |
| addons.codeserver.ingress.enabled | bool | `false` | Enable an ingress for the code-server add-on. |
| addons.codeserver.ingress.ingressClassName | string | `nil` | Set the ingressClass that is used for this ingress. Requires Kubernetes >=1.19 |
| addons.codeserver.service.enabled | bool | `true` | Enable a service for the code-server add-on. |
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.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.1.1](https://img.shields.io/badge/AppVersion-v2.1.1-informational?style=flat-square)
![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.1.1](https://img.shields.io/badge/AppVersion-v2.1.1-informational?style=flat-square)

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

Expand All @@ -24,7 +24,7 @@ See release notes to learn more about upgrade steps: https://github.com/plausibl
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql | 12.12.10 |
| https://sentry-kubernetes.github.io/charts | clickhouse | 3.9.0 |
| https://sentry-kubernetes.github.io/charts | clickhouse | 3.10.0 |

## TL;DR

Expand Down

0 comments on commit 11c9cef

Please sign in to comment.