From 775dbc9ba3d03f08fc647bcd19dbaccd25c6e688 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 01:06:05 +0000 Subject: [PATCH 1/3] Update Helm release rabbitmq to v14 --- charts/taiga/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/taiga/Chart.yaml b/charts/taiga/Chart.yaml index 3a65322..0baa8d7 100644 --- a/charts/taiga/Chart.yaml +++ b/charts/taiga/Chart.yaml @@ -14,11 +14,11 @@ maintainers: icon: https://avatars.githubusercontent.com/u/6905422?s=200&v=4 dependencies: - name: rabbitmq - version: 13.0.3 + version: 14.0.1 repository: https://charts.bitnami.com/bitnami alias: async-rabbitmq - name: rabbitmq - version: 13.0.3 + version: 14.0.1 repository: https://charts.bitnami.com/bitnami alias: events-rabbitmq appVersion: 6.7.7 -- 2.49.1 From dfbc7f7d3b1b0e506784f55a20c0c4444cc03de1 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Wed, 17 Apr 2024 19:07:18 -0600 Subject: [PATCH 2/3] update chart --- charts/taiga/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/taiga/Chart.yaml b/charts/taiga/Chart.yaml index 0baa8d7..e51ae6a 100644 --- a/charts/taiga/Chart.yaml +++ b/charts/taiga/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: taiga -version: 0.1.14 +version: 0.2.0 description: Chart for Taiga keywords: - kanban -- 2.49.1 From 72bf77e09571720a5a95e74dd6d80e5dff13dd54 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Wed, 17 Apr 2024 19:12:32 -0600 Subject: [PATCH 3/3] align comments for readability --- charts/taiga/values.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/taiga/values.yaml b/charts/taiga/values.yaml index 1d78c90..85626d6 100644 --- a/charts/taiga/values.yaml +++ b/charts/taiga/values.yaml @@ -82,15 +82,15 @@ postgresql: oidc: enabled: false existingSecretName: "" - scopesKey: "" # "openid profile email" - signatureAlgorithmKey: "" # "RS256" - clientIdKey: "" # - clientSecretKey: "" # - baseUrlKey: "" # "https://id.fedoraproject.org/openidc" - jwksEndpointKey: "" # "https://id.fedoraproject.org/openidc/Jwks" - authorizationEndpointKey: "" # "https://id.fedoraproject.org/openidc/Authorization" - tokenEndpointKey: "" # "https://id.fedoraproject.org/openidc/Token" - userEndpointKey: "" # "https://id.fedoraproject.org/openidc/UserInfo" + scopesKey: "" # "openid profile email" + signatureAlgorithmKey: "" # "RS256" + clientIdKey: "" # + clientSecretKey: "" # + baseUrlKey: "" # "https://id.fedoraproject.org/openidc" + jwksEndpointKey: "" # "https://id.fedoraproject.org/openidc/Jwks" + authorizationEndpointKey: "" # "https://id.fedoraproject.org/openidc/Authorization" + tokenEndpointKey: "" # "https://id.fedoraproject.org/openidc/Token" + userEndpointKey: "" # "https://id.fedoraproject.org/openidc/UserInfo" ## SMTP mail delivery configuration ## ref: https://taigaio.github.io/taiga-doc/dist/setup-production.html -- 2.49.1