Upgrade application-set to version 0.2.0
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
parent
11ec82596b
commit
1701da1baa
3 changed files with 4942 additions and 307 deletions
|
@ -2,8 +2,8 @@ apiVersion: v2
|
||||||
name: argocd-applicationset
|
name: argocd-applicationset
|
||||||
description: A Helm chart for installing ArgoCD ApplicationSet
|
description: A Helm chart for installing ArgoCD ApplicationSet
|
||||||
type: application
|
type: application
|
||||||
version: 1.1.0
|
version: 2.0.0
|
||||||
appVersion: "v0.1.0"
|
appVersion: "v0.2.0"
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
icon: https://argocd-applicationset.readthedocs.io/en/stable/assets/logo.png
|
icon: https://argocd-applicationset.readthedocs.io/en/stable/assets/logo.png
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -14,5 +14,4 @@ maintainers:
|
||||||
- name: maruina
|
- name: maruina
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- "[Added]: /tmp is an emptyDir now (enables users to use readOnlyRootFilesystem)"
|
- "[Changed] - Upgrade application-set to 0.2.0"
|
||||||
- "[Added]: Ability to add extraVolumes and extraVolumeMounts"
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -6,7 +6,7 @@ replicaCount: 1
|
||||||
|
|
||||||
image:
|
image:
|
||||||
# The image repository
|
# The image repository
|
||||||
repository: quay.io/argocdapplicationset/argocd-applicationset
|
repository: quay.io/argoproj/argocd-applicationset
|
||||||
# Image pull policy
|
# Image pull policy
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
|
|
Loading…
Reference in a new issue