fix(argo-cd): Added missing envFrom for notifications-controller (#1512)

Signed-off-by: bakala <Sebastian.Bakala@tomtom.com>
This commit is contained in:
Sebastian Bąkała 2022-10-07 12:52:18 +02:00 committed by GitHub
parent c041c74464
commit fb7b59e481
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 3 deletions

View file

@ -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."