Skip to content

Commit ae3ad0e

Browse files
authored
chore(argocd-applicationset): Dedup default values for CI (#948)
Signed-off-by: Marco Kilchhofer <[email protected]>
1 parent d4b603f commit ae3ad0e

File tree

2 files changed

+3
-77
lines changed

2 files changed

+3
-77
lines changed

charts/argocd-applicationset/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: argocd-applicationset
33
description: A Helm chart for installing ArgoCD ApplicationSet
44
type: application
5-
version: 1.5.0
5+
version: 1.5.1
66
appVersion: "v0.2.0"
77
home: https://github.com/argoproj/argo-helm
88
icon: https://argocd-applicationset.readthedocs.io/en/stable/assets/logo.png
@@ -14,4 +14,4 @@ maintainers:
1414
- name: maruina
1515
annotations:
1616
artifacthub.io/changes: |
17-
- "[Added]: Add extraArgs to define additional CLI parameters"
17+
- "[Removed]: Duplicated default values during chart testing"
Lines changed: 1 addition & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1,75 +1 @@
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

0 commit comments

Comments
 (0)