feat(argocd-image-updater): Add ability to set .Values.namespaceOverride (#2562)

Signed-off-by: Braden Wright <braden.wright@waltlabs.io>
This commit is contained in:
Braden Wright 2024-03-01 01:41:23 -07:00 committed by GitHub
parent 09679ae4d3
commit fba54d4597
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 24 additions and 13 deletions

View file

@ -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.4
version: 0.9.5
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
@ -19,4 +19,4 @@ annotations:
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: |
- kind: added
description: Allow defining additional labels to Service Account
description: Allow overriding of .Release.Namespace with .Values.namespaceOverride