Commit 9591bf1
Update chart to 5.16.0 (#5)
* feat(argo-cd): Upgrade Argo CD to 2.5.0 (argoproj#1568)
Signed-off-by: Petr Drastil <[email protected]>
* chore(github): Bump GitHub actions versions (argoproj#1575)
Signed-off-by: Petr Drastil <[email protected]>
* fix(argo-cd): Chart NOTES nil references (argoproj#1582)
Signed-off-by: Filipe Santos <[email protected]>
* docs(argo-cd): Improve documentation (argoproj#1584)
Signed-off-by: Petr Drastil <[email protected]>
Signed-off-by: Petr Drastil <[email protected]>
* fix(argo-workflows): serviceaccount rbac when sso is enabled (argoproj#1586)
Signed-off-by: Nick Fisher <[email protected]>
Signed-off-by: Nick Fisher <[email protected]>
* Fix incorrect applicationSet property in README (argoproj#1590)
Based on [here](https://github.com/argoproj/argo-helm/blob/55b8b34d20ebaf38fa05e1113daf30220d11e725/charts/argo-cd/templates/argocd-applicationset/deployment.yaml#L9), I think `replicas` should be `replicaCount` (though `replicas` would be more consistent).
Signed-off-by: Ashlin Eldridge <[email protected]>
Signed-off-by: Ashlin Eldridge <[email protected]>
* fix(argo-cd): Remove AWS volume from server (argoproj#1591)
Signed-off-by: Petr Drastil <[email protected]>
Signed-off-by: Petr Drastil <[email protected]>
* chore(argo-cd): Cleanup Redis manifest (argoproj#1577)
Signed-off-by: Petr Drastil <[email protected]>
* fix(argo-cd): Fix migration path for server configs (argoproj#1585)
Signed-off-by: Petr Drastil <[email protected]>
* fix(argo-cd): Type conversion for ConfigMaps values (argoproj#1594)
Signed-off-by: Petr Drastil <[email protected]>
* feat(argo-cd): Add probes for ApplicationSet controller (argoproj#1532)
Signed-off-by: Petr Drastil <[email protected]>
* chore(argo-cd): Remove liveness probe from application controller (argoproj#1581)
Signed-off-by: Petr Drastil <[email protected]>
* chore(github): Add dependabot.yml (argoproj#1595)
Signed-off-by: Petr Drastil <[email protected]>
* feat(argo-cd): Set container security contexts (argoproj#1579)
Signed-off-by: Petr Drastil <[email protected]>
* feat(argo-cd): Support custom TLS certificates for Dex (argoproj#1477)
Signed-off-by: Petr Drastil <[email protected]>
* feat(argo-cd): Support manually managed TLS certificate for Server (argoproj#1534)
Signed-off-by: Petr Drastil <[email protected]>
* fix(argo-cd): Don't install CRDs for disabled components (argoproj#1596)
Signed-off-by: Marco Kilchhofer <[email protected]>
* fix(argo-cd): update network policy port name (argoproj#1603)
Signed-off-by: Eric Cimino <[email protected]>
* chore(argo-workflows): Update ArgoWorkflows to v3.4.3 (argoproj#1610)
Signed-off-by: yu-croco <[email protected]>
* fix(argo-cd): Replace coalesce with merge for old config values (argoproj#1612)
Signed-off-by: Petr Drastil <[email protected]>
* feat(argo-cd): Add revisionHistoryLimit (argoproj#1599)
Signed-off-by: Petr Drastil <[email protected]>
* Upgrade Argo Image to the latest (argoproj#1614)
Signed-off-by: Dong Wang <[email protected]>
Signed-off-by: Dong Wang <[email protected]>
* chore(argo-cd): Update redis-ha (argoproj#1617)
Signed-off-by: yu-croco <[email protected]>
* fix(argo-cd): Add /tmp voulmeMount to extensions container (argoproj#1620)
* Fixes argoproj#1619 - Add /tmp voulmeMount to extensions container
Signed-off-by: Tim Van de Walle <[email protected]>
* Bump version, add change notes
Signed-off-by: Tim Van de Walle <[email protected]>
Signed-off-by: Tim Van de Walle <[email protected]>
* fix(argo-cd): Add missing ClusterRole permissions to argo-cd-server to manage Application in all namespaces (argoproj#1621)
Signed-off-by: Elad Dolev <[email protected]>
* fix(argo-cd): Use Dex non-distroless image (argoproj#1626)
Signed-off-by: Petr Drastil <[email protected]>
* chore(argo-cd): Upgrade Argo CD to 2.5.2 (argoproj#1628)
Signed-off-by: Petr Drastil <[email protected]>
Signed-off-by: Petr Drastil <[email protected]>
* Allow to add custom artifact repository (argoproj#1453)
Signed-off-by: Max Kochubey <[email protected]>
Signed-off-by: Max Kochubey <[email protected]>
* fix(argo-cd): Use raw json for cluster credentials for Vault compatibility (argoproj#1634)
Signed-off-by: Petr Drastil <[email protected]>
Signed-off-by: Petr Drastil <[email protected]>
Co-authored-by: Aikawa <[email protected]>
* fix(argo-cd): Cluster credentials config should be a string (argoproj#1636)
Signed-off-by: Petr Drastil <[email protected]>
Signed-off-by: Petr Drastil <[email protected]>
* fix(argo-workflows): Added missing attribute for sso (argoproj#1641)
Signed-off-by: yu-croco <[email protected]>
* docs(argo-cd): Improve changelog information (argoproj#1652)
Signed-off-by: Petr Drastil <[email protected]>
Signed-off-by: Petr Drastil <[email protected]>
* chore(argo-cd): Consolidated GnuPG configuration (argoproj#1609)
Signed-off-by: Petr Drastil <[email protected]>
* fix(argo-cd): Invalid argocd-gpg-keys-cm template (argoproj#1656)
The template removed a little too much whitespace resulting in an invalid ConfigMap.
Error:
```
Error: YAML parse error on argocd/charts/argo-cd/templates/argocd-configs/argocd-gpg-keys-cm.yaml: error converting YAML to JSON: yaml: line 10: mapping values are not allowed in this context
```
Signed-off-by: Allex <[email protected]>
Signed-off-by: Allex <[email protected]>
* feat(argo-workflows): Allow controller to whitelist secrets (argoproj#1646)
* allow users to whitelist secrets
Signed-off-by: emmayylu <[email protected]>
* remove unnecessary if-statement
Signed-off-by: emmayylu <[email protected]>
* use square bracket for array
Signed-off-by: emmayylu <[email protected]>
* fix typo and update readme
Signed-off-by: emmayylu <[email protected]>
Signed-off-by: emmayylu <[email protected]>
Signed-off-by: emmayylu <[email protected]>
Co-authored-by: emmayylu <[email protected]>
* feat(argo-workflows): Add labels for ServiceAccounts (argoproj#1665)
* Add labels for ServiceAccounts
Signed-off-by: Eugene Lugovtsov <[email protected]>
* fix workflow serviceaccount labels
Signed-off-by: Eugene Lugovtsov <[email protected]>
* fix docs
Signed-off-by: Eugene Lugovtsov <[email protected]>
Signed-off-by: Eugene Lugovtsov <[email protected]>
* fix(argo-cd): deprecate server.extraArgs."--insecure" (argoproj#1669)
Signed-off-by: GitHub <[email protected]>
Signed-off-by: GitHub <[email protected]>
* chore(argo-workflows): Support workflow retention (argoproj#1668)
Signed-off-by: yu-croco <[email protected]>
* feat(argo-cd): Upgrade argocd to v2.5.3 (argoproj#1671)
Signed-off-by: smcavallo <[email protected]>
* fix helm install md (argoproj#1672)
Signed-off-by: fsl <[email protected]>
Signed-off-by: fsl <[email protected]>
* feat(argo-cd): Add Repo Server strict TLS cert support (argoproj#1673)
Signed-off-by: Karl Parry <[email protected]>
* chore(argo-workflows): Update Argo Workflows to v3.4.4 (argoproj#1674)
Signed-off-by: yu-croco <[email protected]>
* fix(argo-cd): Rename tls secret to include the -secret suffix (argoproj#1676)
- "[Fixed]: TLS secret name so Dex correctly generates the checksum for argocd-dex-server-tls."
- "[Fixed]: Standardise the naming convention of the TLS secret manifests."
- "[Added]: Add checksum to Repo-Server for the argocd-repo-server-tls secret."
Signed-off-by: Karl Parry <[email protected]>
* chore(argo-cd): Remove duplicate ApplicationSet features (argoproj#1598)
Signed-off-by: Petr Drastil <[email protected]>
* feat(argo-cd): Add ability to annotate Deployments and StatefulSets (argoproj#1608)
* feat(argo-cd): Add ability to annotate Deployments and StatefulSets
Signed-off-by: John Stewart <[email protected]>
* fix: Controller and AppSet controller was mixed
Signed-off-by: Marco Kilchhofer <[email protected]>
Signed-off-by: John Stewart <[email protected]>
Signed-off-by: Marco Kilchhofer <[email protected]>
Co-authored-by: Marco Kilchhofer <[email protected]>
* chart update WIP
* backport applicationset
* backport applicationset
* argocd 2.5.5
---------
Signed-off-by: Petr Drastil <[email protected]>
Signed-off-by: Filipe Santos <[email protected]>
Signed-off-by: Nick Fisher <[email protected]>
Signed-off-by: Ashlin Eldridge <[email protected]>
Signed-off-by: Marco Kilchhofer <[email protected]>
Signed-off-by: Eric Cimino <[email protected]>
Signed-off-by: yu-croco <[email protected]>
Signed-off-by: Dong Wang <[email protected]>
Signed-off-by: Tim Van de Walle <[email protected]>
Signed-off-by: Elad Dolev <[email protected]>
Signed-off-by: Max Kochubey <[email protected]>
Signed-off-by: Allex <[email protected]>
Signed-off-by: emmayylu <[email protected]>
Signed-off-by: emmayylu <[email protected]>
Signed-off-by: Eugene Lugovtsov <[email protected]>
Signed-off-by: GitHub <[email protected]>
Signed-off-by: smcavallo <[email protected]>
Signed-off-by: fsl <[email protected]>
Signed-off-by: Karl Parry <[email protected]>
Signed-off-by: John Stewart <[email protected]>
Co-authored-by: Petr Drastil <[email protected]>
Co-authored-by: Filipe <[email protected]>
Co-authored-by: Nick Fisher <[email protected]>
Co-authored-by: Ashlin Eldridge <[email protected]>
Co-authored-by: Marco Kilchhofer <[email protected]>
Co-authored-by: Eric Cimino <[email protected]>
Co-authored-by: Aikawa <[email protected]>
Co-authored-by: Dong Wang <[email protected]>
Co-authored-by: tvandewalle <[email protected]>
Co-authored-by: Elad Dolev <[email protected]>
Co-authored-by: Max Kochubey <[email protected]>
Co-authored-by: Allex <[email protected]>
Co-authored-by: emmayylu <[email protected]>
Co-authored-by: emmayylu <[email protected]>
Co-authored-by: Eugene Lugovtsov <[email protected]>
Co-authored-by: Zadkiel Aharonian <[email protected]>
Co-authored-by: smcavallo <[email protected]>
Co-authored-by: fsl <[email protected]>
Co-authored-by: Karl Parry <[email protected]>
Co-authored-by: John Stewart <[email protected]>1 parent 4befcd5 commit 9591bf1
File tree
47 files changed
+1221
-491
lines changed- .github
- workflows
- charts
- argo-cd
- templates
- argocd-application-controller
- argocd-applicationset
- argocd-configs
- argocd-notifications
- bots/slack
- argocd-repo-server
- argocd-server
- crds
- dex
- redis
- argo-workflows
- templates
- controller
- server
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
47 files changed
+1221
-491
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | | - | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | | - | |
26 | | - | |
27 | | - | |
| 26 | + | |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
88 | 86 | | |
89 | 87 | | |
90 | 88 | | |
| |||
100 | 98 | | |
101 | 99 | | |
102 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
103 | 127 | | |
104 | 128 | | |
105 | 129 | | |
| |||
312 | 336 | | |
313 | 337 | | |
314 | 338 | | |
315 | | - | |
| 339 | + | |
316 | 340 | | |
317 | 341 | | |
318 | 342 | | |
| |||
490 | 514 | | |
491 | 515 | | |
492 | 516 | | |
| 517 | + | |
493 | 518 | | |
494 | 519 | | |
495 | | - | |
| 520 | + | |
496 | 521 | | |
| 522 | + | |
497 | 523 | | |
498 | 524 | | |
499 | 525 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
37 | | - | |
| 40 | + | |
38 | 41 | | |
39 | 42 | | |
40 | | - | |
| 43 | + | |
41 | 44 | | |
42 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
43 | 55 | | |
44 | 56 | | |
45 | 57 | | |
46 | 58 | | |
47 | 59 | | |
48 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
49 | 67 | | |
50 | 68 | | |
51 | 69 | | |
| |||
58 | 76 | | |
59 | 77 | | |
60 | 78 | | |
61 | | - | |
| 79 | + | |
62 | 80 | | |
63 | 81 | | |
64 | 82 | | |
65 | 83 | | |
66 | 84 | | |
67 | | - | |
| 85 | + | |
68 | 86 | | |
69 | 87 | | |
70 | | - | |
| 88 | + | |
71 | 89 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
18 | 29 | | |
19 | 30 | | |
20 | 31 | | |
| |||
171 | 182 | | |
172 | 183 | | |
173 | 184 | | |
174 | | - | |
| 185 | + | |
175 | 186 | | |
176 | | - | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
177 | 190 | | |
178 | 191 | | |
179 | 192 | | |
180 | 193 | | |
181 | 194 | | |
182 | 195 | | |
183 | 196 | | |
| 197 | + | |
184 | 198 | | |
185 | 199 | | |
186 | 200 | | |
187 | 201 | | |
188 | | - | |
| 202 | + | |
| 203 | + | |
189 | 204 | | |
190 | 205 | | |
191 | 206 | | |
| |||
198 | 213 | | |
199 | 214 | | |
200 | 215 | | |
201 | | - | |
| 216 | + | |
202 | 217 | | |
203 | | - | |
| 218 | + | |
204 | 219 | | |
205 | 220 | | |
0 commit comments