feat(argocd-image-updater): allow defining additional labels to service account (#2517)
This commit is contained in:
parent
4f382e5db1
commit
75b48cef3c
4 changed files with 8 additions and 2 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.3
|
||||
version: 0.9.4
|
||||
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: Support extra K8s manifests
|
||||
description: Allow defining additional labels to Service Account
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue