feat(argocd-image-updater): Allow defining extraEnvFrom for the deployment (#2646)
Signed-off-by: bakito <github@bakito.ch>
This commit is contained in:
parent
8abf55a807
commit
a12dbf812c
4 changed files with 15 additions and 7 deletions
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
name: argocd-image-updater
|
||||
description: A Helm chart for Argo CD Image Updater, a tool to automatically update the container images of Kubernetes workloads which are managed by Argo CD
|
||||
type: application
|
||||
version: 0.9.6
|
||||
version: 0.9.7
|
||||
appVersion: v0.12.2
|
||||
home: https://github.com/argoproj-labs/argocd-image-updater
|
||||
icon: https://argocd-image-updater.readthedocs.io/en/stable/assets/logo.png
|
||||
|
|
@ -18,9 +18,5 @@ annotations:
|
|||
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
|
||||
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
||||
artifacthub.io/changes: |
|
||||
- kind: fixed
|
||||
description: Properly quoting the config map values
|
||||
- kind: fixed
|
||||
description: Only adding a data field to argocd-image-updater-ssh-config when there's data to be added
|
||||
- kind: changed
|
||||
description: Only include config.argocd if config.applicationsAPIKind is set to 'argocd'
|
||||
- kind: added
|
||||
description: Allow defining extraEnvFrom for the deployment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue