
* docs: update default values example for extraArgs Signed-off-by: Tuan Anh Tran <me@tuananh.org> * Fix noeol in Chart.yaml Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
18 lines
604 B
YAML
18 lines
604 B
YAML
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.2.1
|
|
appVersion: v0.10.1
|
|
home: https://github.com/argoproj-labs/argocd-image-updater
|
|
icon: https://argocd-image-updater.readthedocs.io/en/stable/assets/logo.png
|
|
keywords:
|
|
- argoproj
|
|
- argocd
|
|
- gitops
|
|
maintainers:
|
|
- name: argoproj
|
|
url: https://argoproj.github.io/
|
|
annotations:
|
|
artifacthub.io/changes: |
|
|
- "[Fixed]: Update default values example for extraArgs
|