diff --git a/charts/taiga/Chart.yaml b/charts/taiga/Chart.yaml index 3a65322..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 @@ -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 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