fix(argo-cd): Fix server.config.url and slack service account (#1208)
* fix(argo-cd): Set 'server.config.url' to empty string Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> * fix(argo-cd): Do not create slack service account Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
4b80adcfd8
commit
d542b1e426
7 changed files with 9 additions and 8 deletions
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: v2.3.3
|
||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 4.4.0
|
||||
version: 4.4.1
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||
keywords:
|
||||
|
|
@ -21,4 +21,5 @@ dependencies:
|
|||
condition: redis-ha.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- "[Added]: Ability to use external/existing Redis (eg. a managed cloud service)"
|
||||
- "[Fixed]: Set 'server.config.url' to empty string so logout function can calculate the right redirect URL"
|
||||
- "[Fixed]: Do not create slack service account when notifications controller is disabled"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue