From 38b0cf18e0b639262e01e4134d6652ba4c3e07de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 01:06:00 +0000 Subject: [PATCH 1/3] Update Helm release redis to v19.1.1 --- charts/outline/Chart.yaml | 2 +- charts/tubearchivist/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/outline/Chart.yaml b/charts/outline/Chart.yaml index b397c8b..c73bfbd 100644 --- a/charts/outline/Chart.yaml +++ b/charts/outline/Chart.yaml @@ -14,5 +14,5 @@ icon: https://avatars.githubusercontent.com/u/1765001?s=48&v=4 dependencies: - name: redis repository: https://charts.bitnami.com/bitnami - version: 19.1.0 + version: 19.1.1 appVersion: v0.75.2 diff --git a/charts/tubearchivist/Chart.yaml b/charts/tubearchivist/Chart.yaml index 0383540..a4843d5 100644 --- a/charts/tubearchivist/Chart.yaml +++ b/charts/tubearchivist/Chart.yaml @@ -14,7 +14,7 @@ maintainers: icon: https://avatars.githubusercontent.com/u/102734415?s=48&v=4 dependencies: - name: redis - version: 19.1.0 + version: 19.1.1 repository: https://charts.bitnami.com/bitnami - name: elasticsearch version: 20.0.4 -- 2.49.1 From ae0cd76f1f4d8bcfd073341f96bb187026983549 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Wed, 17 Apr 2024 19:06:15 -0600 Subject: [PATCH 2/3] update charts --- charts/outline/Chart.yaml | 2 +- charts/tubearchivist/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/outline/Chart.yaml b/charts/outline/Chart.yaml index c73bfbd..1c7f9c1 100644 --- a/charts/outline/Chart.yaml +++ b/charts/outline/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: outline -version: 0.5.0 +version: 0.5.1 description: Chart for Outline wiki keywords: - wiki diff --git a/charts/tubearchivist/Chart.yaml b/charts/tubearchivist/Chart.yaml index a4843d5..8f3c2f5 100644 --- a/charts/tubearchivist/Chart.yaml +++ b/charts/tubearchivist/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: tubearchivist -version: 0.2.0 +version: 0.2.1 description: Chart for Tube Archivist keywords: - download -- 2.49.1 From 0198b8187ed1ae5ee43c918305b90ba7ba897669 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Wed, 17 Apr 2024 19:08:05 -0600 Subject: [PATCH 3/3] fix indentation --- charts/outline/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/outline/values.yaml b/charts/outline/values.yaml index c91f852..816b25b 100644 --- a/charts/outline/values.yaml +++ b/charts/outline/values.yaml @@ -59,7 +59,7 @@ outline: existingSecretKey: databasePort: existingSecretName: - existingSecretKey: + existingSecretKey: connectionPoolMin: "" connectionPoolMax: "20" sslMode: disable -- 2.49.1