File tree Expand file tree Collapse file tree 2 files changed +3
-77
lines changed
charts/argocd-applicationset Expand file tree Collapse file tree 2 files changed +3
-77
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : argocd-applicationset
3
3
description : A Helm chart for installing ArgoCD ApplicationSet
4
4
type : application
5
- version : 1.5.0
5
+ version : 1.5.1
6
6
appVersion : " v0.2.0"
7
7
home : https://github.com/argoproj/argo-helm
8
8
icon : https://argocd-applicationset.readthedocs.io/en/stable/assets/logo.png
@@ -14,4 +14,4 @@ maintainers:
14
14
- name : maruina
15
15
annotations :
16
16
artifacthub.io/changes : |
17
- - "[Added ]: Add extraArgs to define additional CLI parameters "
17
+ - "[Removed ]: Duplicated default values during chart testing "
Original file line number Diff line number Diff line change 1
- # Default values for argo-applicationset.
2
- # This is a YAML-formatted file.
3
- # Declare variables to be passed into your templates.
4
-
5
- replicaCount : 1
6
-
7
- image :
8
- # The image repository
9
- repository : quay.io/argocdapplicationset/argocd-applicationset
10
- # Image pull policy
11
- pullPolicy : IfNotPresent
12
- # Overrides the image tag whose default is the chart appVersion.
13
- tag : " "
14
-
15
- args :
16
- metricsAddr : :8080
17
- probeBindAddr : :8081
18
- enableLeaderElection : false
19
- namespace : argocd
20
- argocdRepoServer : argocd-repo-server:8081
21
- policy : sync
22
- debug : false
23
- dryRun : false
24
-
25
- imagePullSecrets : []
26
- nameOverride : " "
27
- fullnameOverride : " "
28
-
29
- serviceAccount :
30
- # Specifies whether a service account should be created
31
- create : true
32
- # Annotations to add to the service account
33
- annotations : {}
34
- # The name of the service account to use.
35
- # If not set and create is true, a name is generated using the fullname template
36
- name : " "
37
-
38
- podAnnotations : {}
39
-
40
- rbac :
41
- pspEnabled : true
42
-
43
- podSecurityContext : {}
44
- # fsGroup: 2000
45
-
46
- securityContext : {}
47
- # capabilities:
48
- # drop:
49
- # - ALL
50
- # readOnlyRootFilesystem: true
51
- # runAsNonRoot: true
52
- # runAsUser: 1000
53
-
54
- resources : {}
55
- # We usually recommend not to specify default resources and to leave this as a conscious
56
- # choice for the user. This also increases chances charts run on environments with little
57
- # resources, such as Minikube. If you do want to specify resources, uncomment the following
58
- # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
59
- # limits:
60
- # cpu: 100m
61
- # memory: 128Mi
62
- # requests:
63
- # cpu: 100m
64
- # memory: 128Mi
65
-
66
- nodeSelector : {}
67
-
68
- tolerations : []
69
-
70
- affinity : {}
71
-
72
- mountSSHKnownHostsVolume : true
73
- mountTLSCertsVolume : true
74
- mountGPGKeysVolume : false
75
- mountGPGKeyringVolume : true
1
+ # Test with default values
You can’t perform that action at this time.
0 commit comments