fix: Changed the project field of the applicationset from a tpl function to a string. Signed-off-by: tomoki-yamaguchi <toyamagu2021@gmail.com>
This commit is contained in:
parent
00e585342a
commit
086310f237
3 changed files with 33 additions and 4 deletions
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
name: argocd-apps
|
||||
description: A Helm chart for managing additional Argo CD Applications and Projects
|
||||
type: application
|
||||
version: 0.0.9
|
||||
version: 1.0.0
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||
keywords:
|
||||
|
|
@ -14,5 +14,5 @@ maintainers:
|
|||
url: https://argoproj.github.io/
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- kind: added
|
||||
description: Multiple sources for Application and ApplicationSet
|
||||
- kind: fixed
|
||||
description: Changed the project field of the applicationset from a tpl function to a string.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue