Skip to content

Commit

Permalink
Enable usage report with fluffy (#227)
Browse files Browse the repository at this point in the history
* Enable usage report with fluffy

* bump minor version
  • Loading branch information
nopcoder committed Jan 17, 2024
1 parent ab0f637 commit 1584c87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/lakefs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: lakefs
description: A Helm chart for running LakeFS on Kubernetes
type: application
version: 1.0.14
version: 1.1.0
appVersion: 1.8.0

home: https://lakefs.io
Expand Down
2 changes: 2 additions & 0 deletions charts/lakefs/templates/_env.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ env:
value: asdjfhjaskdhuioaweyuiorasdsjbaskcbkj
{{- end }}
{{- if (.Values.fluffy).enabled }}
- name: LAKEFS_USAGE_REPORT_ENABLED
value: "true"
{{- if (.Values.fluffy.sso).enabled }}
{{- if and .Values.ingress.enabled (.Values.fluffy.sso.saml).enabled }}
- name: LAKEFS_AUTH_COOKIE_AUTH_VERIFICATION_AUTH_SOURCE
Expand Down

0 comments on commit 1584c87

Please sign in to comment.