chore(argocd-image-updater): fix referenced URL to command line reference page (#2761)
This commit is contained in:
parent
e088468e72
commit
ea967df1e3
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||||
name: argocd-image-updater
|
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
|
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
|
type: application
|
||||||
version: 0.10.1
|
version: 0.10.2
|
||||||
appVersion: v0.13.1
|
appVersion: v0.13.1
|
||||||
home: https://github.com/argoproj-labs/argocd-image-updater
|
home: https://github.com/argoproj-labs/argocd-image-updater
|
||||||
icon: https://argocd-image-updater.readthedocs.io/en/stable/assets/logo.png
|
icon: https://argocd-image-updater.readthedocs.io/en/stable/assets/logo.png
|
||||||
|
@ -18,5 +18,5 @@ annotations:
|
||||||
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
|
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
|
||||||
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- kind: fixed
|
||||||
description: Bump argocd-image-updater to v0.13.1
|
description: Fixed a URL in values.yaml comments
|
||||||
|
|
|
@ -107,7 +107,7 @@ config:
|
||||||
# -- API kind that is used to manage Argo CD applications (`kubernetes` or `argocd`)
|
# -- API kind that is used to manage Argo CD applications (`kubernetes` or `argocd`)
|
||||||
applicationsAPIKind: ""
|
applicationsAPIKind: ""
|
||||||
|
|
||||||
# Described in detail here https://argocd-image-updater.readthedocs.io/en/stable/install/running/#flags
|
# Described in detail here https://argocd-image-updater.readthedocs.io/en/stable/install/reference/#flags
|
||||||
# Note: this is only relevant if config.applicationsAPIKind == 'argocd'
|
# Note: this is only relevant if config.applicationsAPIKind == 'argocd'
|
||||||
argocd:
|
argocd:
|
||||||
# -- Use the gRPC-web protocol to connect to the Argo CD API
|
# -- Use the gRPC-web protocol to connect to the Argo CD API
|
||||||
|
|
Loading…
Reference in a new issue