Skip to content

Commit

Permalink
feat: added telemetry referer configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
yamila-moreno committed Jan 29, 2025
1 parent a5f4a0e commit 32af3ec
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion charts/penpot/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/penpot/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
5 changes: 5 additions & 0 deletions charts/penpot/templates/backend-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 32af3ec

Please sign in to comment.