Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
5beeb1c689
commit
edfe04ca9e
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [plausible-5.0.0](https://github.com/truecharts/charts/compare/plausible-4.0.25...plausible-5.0.0) (2023-07-31)
|
||||
|
||||
### Feat
|
||||
|
||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||
|
||||
### Fix
|
||||
|
||||
- fix mistakes on questions.yaml
|
||||
- fix indentation ([#8536](https://github.com/truecharts/charts/issues/8536))
|
||||
|
||||
|
||||
|
||||
|
||||
## [plausible-4.0.25](https://github.com/truecharts/charts/compare/plausible-4.0.24...plausible-4.0.25) (2023-02-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#7725](https://github.com/truecharts/charts/issues/7725))
|
||||
|
||||
|
||||
|
||||
|
||||
## [plausible-4.0.24](https://github.com/truecharts/charts/compare/plausible-4.0.23...plausible-4.0.24) (2023-02-19)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [plausible-4.0.23](https://github.com/truecharts/charts/compare/plausible-4.0.22...plausible-4.0.23) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
||||
|
||||
|
||||
## [plausible-4.0.22](https://github.com/truecharts/charts/compare/plausible-4.0.21...plausible-4.0.22) (2023-02-02)
|
||||
|
||||
### Fix
|
||||
|
||||
- remove non-link sources ([#6826](https://github.com/truecharts/charts/issues/6826))
|
||||
|
||||
|
||||
|
||||
|
||||
## [plausible-4.0.21](https://github.com/truecharts/charts/compare/plausible-4.0.20...plausible-4.0.21) (2023-01-31)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart clickhouse to 3.0.17
|
||||
|
||||
|
||||
|
||||
|
||||
## [plausible-4.0.20](https://github.com/truecharts/charts/compare/plausible-4.0.19...plausible-4.0.20) (2023-01-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#6689](https://github.com/truecharts/charts/issues/6689))
|
||||
|
||||
|
||||
|
||||
|
||||
## [plausible-4.0.19](https://github.com/truecharts/charts/compare/plausible-4.0.18...plausible-4.0.19) (2023-01-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [plausible-4.0.18](https://github.com/truecharts/charts/compare/plausible-4.0.17...plausible-4.0.18) (2023-01-17)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#6430](https://github.com/truecharts/charts/issues/6430))
|
||||
|
||||
|
||||
|
||||
|
||||
## [plausible-4.0.17](https://github.com/truecharts/charts/compare/plausible-4.0.16...plausible-4.0.17) (2023-01-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#6121](https://github.com/truecharts/charts/issues/6121))
|
|
@ -0,0 +1,37 @@
|
|||
apiVersion: v2
|
||||
appVersion: "2.0.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 14.0.2
|
||||
- condition: clickhouse.enabled
|
||||
name: clickhouse
|
||||
repository: https://deps.truecharts.org/
|
||||
version: 7.0.1
|
||||
deprecated: false
|
||||
description: Plausible is lightweight and open source web analytics. No cookies and fully compliant with GDPR, CCPA and PECR.
|
||||
home: https://truecharts.org/charts/incubator/plausible
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/plausible.png
|
||||
keywords:
|
||||
- analytics
|
||||
- plausible
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: plausible
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/plausible
|
||||
- https://plausible.io/
|
||||
- https://plausible.io/docs/self-hosting
|
||||
- https://github.com/plausible/analytics
|
||||
- https://github.com/plausible/hosting
|
||||
type: application
|
||||
version: 5.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- analytics
|
||||
- plausible
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
|
@ -0,0 +1,27 @@
|
|||
# README
|
||||
|
||||
## General Info
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
*All Rights Reserved - The TrueCharts Project*
|
|
@ -0,0 +1,8 @@
|
|||
Plausible is lightweight and open source web analytics. No cookies and fully compliant with GDPR, CCPA and PECR.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/plausible](https://truecharts.org/charts/incubator/plausible)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,128 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/plausible
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.0.0@sha256:1ef59e863cfdcddc308d4ec743091bc8eda4f62e16b269cf4d778c89b8c02a68
|
||||
|
||||
# Plausible self-hosting documentation
|
||||
# https://plausible.io/docs/self-hosting
|
||||
|
||||
plausible:
|
||||
# Server
|
||||
BASE_URL: http://localhost
|
||||
DISABLE_REGISTRATION: "true"
|
||||
LOG_FAILED_LOGIN_ATTEMPTS: false
|
||||
|
||||
# Database
|
||||
CLICKHOUSE_FLUSH_INTERVAL_MS: 5000
|
||||
CLICKHOUSE_MAX_BUFFER_SIZE: 10000
|
||||
|
||||
# Mailer/SMTP Setup
|
||||
MAILER_EMAIL: hello@plausible.local
|
||||
MAILER_NAME: ""
|
||||
SMTP_HOST_ADDR: localhost
|
||||
SMTP_HOST_PORT: 25
|
||||
SMTP_USER_NAME: ""
|
||||
SMTP_USER_PWD: ""
|
||||
SMTP_HOST_SSL_ENABLED: false
|
||||
SMTP_RETRIES: 2
|
||||
MAILER_ADAPTER: Bamboo.SMTPAdapter
|
||||
POSTMARK_API_KEY: ""
|
||||
MAILGUN_API_KEY: ""
|
||||
MAILGUN_DOMAIN: ""
|
||||
MAILGUN_BASE_URI: ""
|
||||
MANDRILL_API_KEY: ""
|
||||
SENDGRID_API_KEY: ""
|
||||
|
||||
# IP Geolocation
|
||||
# todo(investigate where automatic updates are stored and configure storage accordingly)
|
||||
MAXMIND_LICENSE_KEY: ""
|
||||
MAXMIND_EDITION: GeoLite2-City
|
||||
|
||||
# Google Search Integration
|
||||
GOOGLE_CLIENT_ID: ""
|
||||
GOOGLE_CLIENT_SECRET: ""
|
||||
|
||||
# Logging
|
||||
LOG_LEVEL: warn
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
initContainers:
|
||||
db-create:
|
||||
type: install
|
||||
enabled: true
|
||||
imageSelector: image
|
||||
securityContext:
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
readOnlyRootFilesystem: false
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: plausible-config
|
||||
- secretRef:
|
||||
name: plausible-secret
|
||||
command: sh
|
||||
args:
|
||||
- -c
|
||||
- /entrypoint.sh db createdb && /entrypoint.sh db migrate
|
||||
db-migrate:
|
||||
type: upgrade
|
||||
enabled: true
|
||||
imageSelector: image
|
||||
securityContext:
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
readOnlyRootFilesystem: false
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: plausible-config
|
||||
- secretRef:
|
||||
name: plausible-secret
|
||||
command: sh
|
||||
args:
|
||||
- -c
|
||||
- /entrypoint.sh db migrate
|
||||
containers:
|
||||
main:
|
||||
securityContext:
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
readOnlyRootFilesystem: false
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: plausible-config
|
||||
- secretRef:
|
||||
name: plausible-secret
|
||||
probes:
|
||||
liveness:
|
||||
type: http
|
||||
path: /api/health
|
||||
readiness:
|
||||
type: http
|
||||
path: /api/health
|
||||
startup:
|
||||
type: http
|
||||
path: /api/health
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
targetPort: 8000
|
||||
port: 10277
|
||||
|
||||
cnpg:
|
||||
main:
|
||||
enabled: true
|
||||
user: plausible
|
||||
database: plausible
|
||||
|
||||
clickhouse:
|
||||
enabled: true
|
||||
clickhouseUsername: plausible
|
||||
clickhouseDatabase: plausible
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,21 @@
|
|||
{{- define "plausible.configmap" -}}
|
||||
enabled: true
|
||||
data:
|
||||
BASE_URL: {{ .Values.plausible.BASE_URL | quote }}
|
||||
DISABLE_REGISTRATION: {{ .Values.plausible.DISABLE_REGISTRATION | quote }}
|
||||
LOG_FAILED_LOGIN_ATTEMPTS: {{ .Values.plausible.LOG_FAILED_LOGIN_ATTEMPTS | quote }}
|
||||
|
||||
CLICKHOUSE_FLUSH_INTERVAL_MS: {{ .Values.plausible.CLICKHOUSE_FLUSH_INTERVAL_MS | quote }}
|
||||
CLICKHOUSE_MAX_BUFFER_SIZE: {{ .Values.plausible.CLICKHOUSE_MAX_BUFFER_SIZE | quote }}
|
||||
|
||||
SMTP_HOST_ADDR: {{ .Values.plausible.SMTP_HOST_ADDR | quote }}
|
||||
SMTP_HOST_PORT: {{ .Values.plausible.SMTP_HOST_PORT | quote }}
|
||||
SMTP_HOST_SSL_ENABLED: {{ .Values.plausible.SMTP_HOST_SSL_ENABLED | quote }}
|
||||
SMTP_RETRIES: {{ .Values.plausible.SMTP_RETRIES | quote }}
|
||||
MAILER_ADAPTER: {{ .Values.plausible.MAILER_ADAPTER | quote }}
|
||||
MAILGUN_BASE_URI: {{ .Values.plausible.MAILGUN_BASE_URI | quote }}
|
||||
|
||||
MAXMIND_EDITION: {{ .Values.plausible.MAXMIND_EDITION | quote }}
|
||||
|
||||
LOG_LEVEL: {{ .Values.plausible.LOG_LEVEL | quote }}
|
||||
{{- end }}
|
|
@ -0,0 +1,28 @@
|
|||
{{- define "plausible.secret" -}}
|
||||
enabled: true
|
||||
data:
|
||||
{{- with (lookup "v1" "Secret" .Release.Namespace "plausible-secret") }}
|
||||
SECRET_KEY_BASE: {{ index .data "SECRET_KEY_BASE" | b64dec }}
|
||||
{{- else }}
|
||||
{{- /* The plain value of SECRET_KEY_BASE is also base64 encoded */}}
|
||||
SECRET_KEY_BASE: {{ randAlphaNum 86 | b64enc }}
|
||||
{{- end }}
|
||||
|
||||
DATABASE_URL: {{ .Values.cnpg.main.creds.std }}
|
||||
CLICKHOUSE_DATABASE_URL: {{ .Values.clickhouse.creds.complete }}
|
||||
|
||||
MAILER_EMAIL: {{ .Values.plausible.MAILER_EMAIL | quote }}
|
||||
MAILER_NAME: {{ .Values.plausible.MAILER_NAME | quote }}
|
||||
SMTP_USER_NAME: {{ .Values.plausible.SMTP_USER_NAME | quote }}
|
||||
SMTP_USER_PWD: {{ .Values.plausible.SMTP_USER_PWD | quote }}
|
||||
POSTMARK_API_KEY: {{ .Values.plausible.POSTMARK_API_KEY | quote }}
|
||||
MAILGUN_API_KEY: {{ .Values.plausible.MAILGUN_API_KEY | quote }}
|
||||
MAILGUN_DOMAIN: {{ .Values.plausible.MAILGUN_DOMAIN | quote }}
|
||||
MANDRILL_API_KEY: {{ .Values.plausible.MANDRILL_API_KEY | quote }}
|
||||
SENDGRID_API_KEY: {{ .Values.plausible.SENDGRID_API_KEY | quote }}
|
||||
|
||||
MAXMIND_LICENSE_KEY: {{ .Values.plausible.MAXMIND_LICENSE_KEY | quote }}
|
||||
|
||||
GOOGLE_CLIENT_ID: {{ .Values.plausible.GOOGLE_CLIENT_ID | quote }}
|
||||
GOOGLE_CLIENT_SECRET: {{ .Values.plausible.GOOGLE_CLIENT_SECRET | quote }}
|
||||
{{- end }}
|
|
@ -0,0 +1,17 @@
|
|||
{{/* Make sure all variables are set properly */}}
|
||||
{{- include "tc.v1.common.loader.init" . }}
|
||||
|
||||
{{/* Render Plausible configmap */}}
|
||||
{{- $config := include "plausible.configmap" . | fromYaml -}}
|
||||
{{- if $config -}}
|
||||
{{- $_ := set .Values.configmap "plausible-config" $config -}}
|
||||
{{- end -}}
|
||||
|
||||
{{/* Render Plausible secret */}}
|
||||
{{- $secret := include "plausible.secret" . | fromYaml -}}
|
||||
{{- if $secret -}}
|
||||
{{- $_ := set .Values.secret "plausible-secret" $secret -}}
|
||||
{{- end -}}
|
||||
|
||||
{{/* Render the templates */}}
|
||||
{{ include "tc.v1.common.loader.apply" . }}
|
|
@ -3,3 +3,4 @@ categories:
|
|||
- analytics
|
||||
- plausible
|
||||
|
||||
screenshots: []
|
||||
|
|
Loading…
Reference in New Issue