From 610379ee93f9e10b6da14208685eb309ed34f614 Mon Sep 17 00:00:00 2001 From: Anton Chaporgin Date: Mon, 22 Jul 2024 12:17:12 +0300 Subject: [PATCH] calm linter down --- charts/neon-proxy/Chart.yaml | 2 +- charts/neon-proxy/README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/neon-proxy/Chart.yaml b/charts/neon-proxy/Chart.yaml index 9d2ca3e..d4cdc1e 100644 --- a/charts/neon-proxy/Chart.yaml +++ b/charts/neon-proxy/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: neon-proxy description: Neon Proxy type: application -version: 1.7.25 +version: 1.7.26 appVersion: "0.1.0" kubeVersion: "^1.18.x-x" home: https://neon.tech diff --git a/charts/neon-proxy/README.md b/charts/neon-proxy/README.md index bc2c085..df2609a 100644 --- a/charts/neon-proxy/README.md +++ b/charts/neon-proxy/README.md @@ -92,6 +92,7 @@ Kubernetes: `^1.18.x-x` | settings.parquetUploadRemoteStorage | string | `""` | (string) Storage location to upload the parquet files to. | | settings.parquetUploadRowGroupSize | string | `"8192"` | (string) How many rows to include in a row group | | settings.parquetUploadSize | string | `"100000000"` | (string) How large the total parquet file should be in bytes | +| settings.redisAuthType | string | `"irsa"` | (string) What auth type to use for regional Redis client. "irsa" and "plain" are supported. "plain" means use URI from settings.redisNotifications. "irsa" means AWS IRSA. | | settings.redisClusterName | string | `"regional-control-plane-redis"` | (string) Redis cluster name, used in aws elasticache | | settings.redisHost | string | `""` | (string) Redis host for streaming connections (might be different from the notifications host) | | settings.redisNotifications | string | `""` | (url) Configures redis client |