diff --git a/charts/penpot/Chart.yaml b/charts/penpot/Chart.yaml index eb3bc08..860982a 100644 --- a/charts/penpot/Chart.yaml +++ b/charts/penpot/Chart.yaml @@ -1,6 +1,6 @@ --- apiVersion: v2 -version: 0.8.0 # Chart version +version: 0.9.0 # Chart version appVersion: "2.4.2" # Penpot version type: application name: penpot @@ -39,6 +39,8 @@ annotations: url: https://penpot.app/dev-diaries.html artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: | + - kind: added + description: added telemetry referer configuration dependencies: - name: postgresql version: 15.x.x # appVersion >= 16.2.0 diff --git a/charts/penpot/README.md b/charts/penpot/README.md index 7e7685f..409f050 100644 --- a/charts/penpot/README.md +++ b/charts/penpot/README.md @@ -1,6 +1,6 @@ # penpot -![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square) ![AppVersion: 2.4.2](https://img.shields.io/badge/AppVersion-2.4.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat-square) ![AppVersion: 2.4.2](https://img.shields.io/badge/AppVersion-2.4.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Helm chart for Penpot, the Open Source design and prototyping platform. diff --git a/charts/penpot/templates/backend-deployment.yml b/charts/penpot/templates/backend-deployment.yml index e40b61b..3c599c2 100644 --- a/charts/penpot/templates/backend-deployment.yml +++ b/charts/penpot/templates/backend-deployment.yml @@ -176,6 +176,11 @@ spec: value: {{ .Values.config.smtp.ssl | quote }} {{- end }} {{- end }} + # Telemetry settings + - name: PENPOT_TELEMETRY_ENABLED + value: true + - name: PENPOT_TELEMETRY_REFERER + value: kubernetes # Google Auth provider settings {{- if .Values.config.providers.google.enabled }} {{- if not .Values.config.providers.secretKeys.googleClientIDKey }}