From 26628dc2b11f962b154eb22327b92d0e01057dae Mon Sep 17 00:00:00 2001 From: ihiverlet Date: Mon, 22 Jan 2024 17:12:34 +0000 Subject: [PATCH] Generate Helm docs --- charts/lakefs/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/lakefs/README.md b/charts/lakefs/README.md index 6bc75efc..4528acf1 100644 --- a/charts/lakefs/README.md +++ b/charts/lakefs/README.md @@ -1,6 +1,6 @@ # lakefs -![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1](https://img.shields.io/badge/AppVersion-1-informational?style=flat-square) +![Version: 0.4.1](https://img.shields.io/badge/Version-0.4.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1](https://img.shields.io/badge/AppVersion-1-informational?style=flat-square) Data version control for data lakes. It enables zero copy isolated environments, and more. @@ -17,7 +17,7 @@ Data version control for data lakes. It enables zero copy isolated environments |------------|------|---------| | https://charts.bitnami.com/bitnami | postgresql | 11.6.15 | | https://charts.lakefs.io | lakefs | 0.9.4 | -| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.3.0 | +| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.18 | ## Values @@ -30,10 +30,12 @@ Data version control for data lakes. It enables zero copy isolated environments | global.postgresql.auth.username | string | `"admin"` | | | imagePullSecrets | list | `[]` | | | ingress.annotations | list | `[]` | | +| ingress.certManagerClusterIssuer | string | `""` | | | ingress.enabled | bool | `true` | | | ingress.hostname | string | `"chart-example.local"` | | | ingress.ingressClassName | string | `""` | | | ingress.tls | bool | `true` | | +| ingress.useCertManager | bool | `false` | | | lakefs.extraEnvVars[0].name | string | `"LAKEFS_DATABASE_POSTGRES_CONNECTION_MAX_LIFETIME"` | | | lakefs.extraEnvVars[0].value | string | `"24h"` | | | lakefs.extraEnvVars[1].name | string | `"LAKEFS_DATABASE_TYPE"` | |