fix(argo-cd): Added missing envFrom for notifications-controller (#1512)
Signed-off-by: bakala <Sebastian.Bakala@tomtom.com>
This commit is contained in:
parent
c041c74464
commit
fb7b59e481
4 changed files with 18 additions and 3 deletions
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: v2.4.14
|
||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 5.5.11
|
||||
version: 5.5.12
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||
sources:
|
||||
|
|
@ -22,4 +22,5 @@ dependencies:
|
|||
condition: redis-ha.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- "[Changed]: Updated example PrometheusRule expression for missing apps"
|
||||
- "[Added]: Added `envFrom` field to the notifications-controller."
|
||||
- "[Changed]: Templating the `env` field in the same way as in the argocd-server."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue