mirror of
https://github.com/penpot/penpot-helm.git
synced 2025-04-13 23:31:25 -05:00
feat: added telemetry referer configuration
This commit is contained in:
parent
a5f4a0effa
commit
32af3ec9d6
3 changed files with 9 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# penpot
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Helm chart for Penpot, the Open Source design and prototyping platform.
|
||||
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue