Skip to content

Commit 8f871bb

Browse files
committed
feat: argo-cd v3.1.12
Signed-off-by: Justin Marquis <justin@akuity.io>
1 parent 6a6acf4 commit 8f871bb

16 files changed

Lines changed: 155 additions & 19 deletions

File tree

charts/argo-cd/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
2-
version: 3.0.23-ak.0.0
3-
appVersion: 3.0.23
2+
version: 3.1.12-ak.0.0
3+
appVersion: 3.1.12
44
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
55
name: argo-cd
66
home: https://charts.akuity.io

charts/argo-cd/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# argo-cd
22

3-
![Version: 3.0.23-ak.0.0](https://img.shields.io/badge/Version-3.0.23--ak.0.0-informational?style=flat-square) ![AppVersion: 3.0.23](https://img.shields.io/badge/AppVersion-3.0.23-informational?style=flat-square)
3+
![Version: 3.1.12-ak.0.0](https://img.shields.io/badge/Version-3.1.12--ak.0.0-informational?style=flat-square) ![AppVersion: 3.1.12](https://img.shields.io/badge/AppVersion-3.1.12-informational?style=flat-square)
44

55
A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
66

@@ -46,7 +46,7 @@ A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kube
4646
| dex.enabled | bool | `true` | Enbable or disables dex. Can be disabled if using native OAuth provider |
4747
| dex.image.pullPolicy | string | `nil` | |
4848
| dex.image.repository | string | `"ghcr.io/dexidp/dex"` | |
49-
| dex.image.tag | string | `"v2.41.1"` | |
49+
| dex.image.tag | string | `"v2.43.0"` | |
5050
| dex.resources | string | `nil` | |
5151
| extensions.enabled | bool | `false` | |
5252
| extensions.image.pullPolicy | string | `nil` | |

charts/argo-cd/crds/crd-application.yaml

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1882,6 +1882,10 @@ spec:
18821882
description: 'AllowEmpty allows apps have zero live resources
18831883
(default: false)'
18841884
type: boolean
1885+
enabled:
1886+
description: Enable allows apps to explicitly control automated
1887+
sync
1888+
type: boolean
18851889
prune:
18861890
description: 'Prune specifies whether to delete resources
18871891
from the cluster that are not found in the sources anymore
@@ -1985,12 +1989,13 @@ spec:
19851989
format: date-time
19861990
type: string
19871991
message:
1988-
description: Message is a human-readable informational message
1989-
describing the health status
1992+
description: |-
1993+
Message is a human-readable informational message describing the health status
1994+
1995+
Deprecated: this field is not used and will be removed in a future release.
19901996
type: string
19911997
status:
1992-
description: Status holds the status code of the application or
1993-
resource
1998+
description: Status holds the status code of the application
19941999
type: string
19952000
type: object
19962001
history:
@@ -3859,6 +3864,12 @@ spec:
38593864
description: HookType specifies the type of the hook.
38603865
Empty for non-hook resources
38613866
type: string
3867+
images:
3868+
description: Images contains the images related to the
3869+
ResourceResult
3870+
items:
3871+
type: string
3872+
type: array
38623873
kind:
38633874
description: Kind specifies the API kind of the resource
38643875
type: string
@@ -4736,17 +4747,18 @@ spec:
47364747
(e.g., Healthy, Degraded, Progressing).
47374748
properties:
47384749
lastTransitionTime:
4739-
description: LastTransitionTime is the time the HealthStatus
4740-
was set or updated
4750+
description: |-
4751+
LastTransitionTime is the time the HealthStatus was set or updated
4752+
4753+
Deprecated: this field is not used and will be removed in a future release.
47414754
format: date-time
47424755
type: string
47434756
message:
47444757
description: Message is a human-readable informational message
47454758
describing the health status
47464759
type: string
47474760
status:
4748-
description: Status holds the status code of the application
4749-
or resource
4761+
description: Status holds the status code of the resource
47504762
type: string
47514763
type: object
47524764
hook:

charts/argo-cd/crds/crd-applicationset.yaml

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,8 @@ spec:
667667
properties:
668668
allowEmpty:
669669
type: boolean
670+
enabled:
671+
type: boolean
670672
prune:
671673
type: boolean
672674
selfHeal:
@@ -1347,6 +1349,8 @@ spec:
13471349
properties:
13481350
allowEmpty:
13491351
type: boolean
1352+
enabled:
1353+
type: boolean
13501354
prune:
13511355
type: boolean
13521356
selfHeal:
@@ -1413,6 +1417,8 @@ spec:
14131417
files:
14141418
items:
14151419
properties:
1420+
exclude:
1421+
type: boolean
14161422
path:
14171423
type: string
14181424
required:
@@ -2026,6 +2032,8 @@ spec:
20262032
properties:
20272033
allowEmpty:
20282034
type: boolean
2035+
enabled:
2036+
type: boolean
20292037
prune:
20302038
type: boolean
20312039
selfHeal:
@@ -2685,6 +2693,8 @@ spec:
26852693
properties:
26862694
allowEmpty:
26872695
type: boolean
2696+
enabled:
2697+
type: boolean
26882698
prune:
26892699
type: boolean
26902700
selfHeal:
@@ -3369,6 +3379,8 @@ spec:
33693379
properties:
33703380
allowEmpty:
33713381
type: boolean
3382+
enabled:
3383+
type: boolean
33723384
prune:
33733385
type: boolean
33743386
selfHeal:
@@ -4049,6 +4061,8 @@ spec:
40494061
properties:
40504062
allowEmpty:
40514063
type: boolean
4064+
enabled:
4065+
type: boolean
40524066
prune:
40534067
type: boolean
40544068
selfHeal:
@@ -4115,6 +4129,8 @@ spec:
41154129
files:
41164130
items:
41174131
properties:
4132+
exclude:
4133+
type: boolean
41184134
path:
41194135
type: string
41204136
required:
@@ -4728,6 +4744,8 @@ spec:
47284744
properties:
47294745
allowEmpty:
47304746
type: boolean
4747+
enabled:
4748+
type: boolean
47314749
prune:
47324750
type: boolean
47334751
selfHeal:
@@ -5387,6 +5405,8 @@ spec:
53875405
properties:
53885406
allowEmpty:
53895407
type: boolean
5408+
enabled:
5409+
type: boolean
53905410
prune:
53915411
type: boolean
53925412
selfHeal:
@@ -6054,6 +6074,8 @@ spec:
60546074
properties:
60556075
allowEmpty:
60566076
type: boolean
6077+
enabled:
6078+
type: boolean
60576079
prune:
60586080
type: boolean
60596081
selfHeal:
@@ -6255,6 +6277,10 @@ spec:
62556277
type: string
62566278
insecure:
62576279
type: boolean
6280+
labels:
6281+
items:
6282+
type: string
6283+
type: array
62586284
owner:
62596285
type: string
62606286
repo:
@@ -6940,6 +6966,8 @@ spec:
69406966
properties:
69416967
allowEmpty:
69426968
type: boolean
6969+
enabled:
6970+
type: boolean
69436971
prune:
69446972
type: boolean
69456973
selfHeal:
@@ -7825,6 +7853,8 @@ spec:
78257853
properties:
78267854
allowEmpty:
78277855
type: boolean
7856+
enabled:
7857+
type: boolean
78287858
prune:
78297859
type: boolean
78307860
selfHeal:
@@ -8501,6 +8531,8 @@ spec:
85018531
properties:
85028532
allowEmpty:
85038533
type: boolean
8534+
enabled:
8535+
type: boolean
85048536
prune:
85058537
type: boolean
85068538
selfHeal:
@@ -9187,6 +9219,8 @@ spec:
91879219
properties:
91889220
allowEmpty:
91899221
type: boolean
9222+
enabled:
9223+
type: boolean
91909224
prune:
91919225
type: boolean
91929226
selfHeal:
@@ -9867,6 +9901,8 @@ spec:
98679901
properties:
98689902
allowEmpty:
98699903
type: boolean
9904+
enabled:
9905+
type: boolean
98709906
prune:
98719907
type: boolean
98729908
selfHeal:
@@ -9933,6 +9969,8 @@ spec:
99339969
files:
99349970
items:
99359971
properties:
9972+
exclude:
9973+
type: boolean
99369974
path:
99379975
type: string
99389976
required:
@@ -10546,6 +10584,8 @@ spec:
1054610584
properties:
1054710585
allowEmpty:
1054810586
type: boolean
10587+
enabled:
10588+
type: boolean
1054910589
prune:
1055010590
type: boolean
1055110591
selfHeal:
@@ -11205,6 +11245,8 @@ spec:
1120511245
properties:
1120611246
allowEmpty:
1120711247
type: boolean
11248+
enabled:
11249+
type: boolean
1120811250
prune:
1120911251
type: boolean
1121011252
selfHeal:
@@ -11872,6 +11914,8 @@ spec:
1187211914
properties:
1187311915
allowEmpty:
1187411916
type: boolean
11917+
enabled:
11918+
type: boolean
1187511919
prune:
1187611920
type: boolean
1187711921
selfHeal:
@@ -12073,6 +12117,10 @@ spec:
1207312117
type: string
1207412118
insecure:
1207512119
type: boolean
12120+
labels:
12121+
items:
12122+
type: string
12123+
type: array
1207612124
owner:
1207712125
type: string
1207812126
repo:
@@ -12758,6 +12806,8 @@ spec:
1275812806
properties:
1275912807
allowEmpty:
1276012808
type: boolean
12809+
enabled:
12810+
type: boolean
1276112811
prune:
1276212812
type: boolean
1276312813
selfHeal:
@@ -13643,6 +13693,8 @@ spec:
1364313693
properties:
1364413694
allowEmpty:
1364513695
type: boolean
13696+
enabled:
13697+
type: boolean
1364613698
prune:
1364713699
type: boolean
1364813700
selfHeal:
@@ -14323,6 +14375,8 @@ spec:
1432314375
properties:
1432414376
allowEmpty:
1432514377
type: boolean
14378+
enabled:
14379+
type: boolean
1432614380
prune:
1432714381
type: boolean
1432814382
selfHeal:
@@ -14989,6 +15043,8 @@ spec:
1498915043
properties:
1499015044
allowEmpty:
1499115045
type: boolean
15046+
enabled:
15047+
type: boolean
1499215048
prune:
1499315049
type: boolean
1499415050
selfHeal:
@@ -15190,6 +15246,10 @@ spec:
1519015246
type: string
1519115247
insecure:
1519215248
type: boolean
15249+
labels:
15250+
items:
15251+
type: string
15252+
type: array
1519315253
owner:
1519415254
type: string
1519515255
repo:
@@ -15875,6 +15935,8 @@ spec:
1587515935
properties:
1587615936
allowEmpty:
1587715937
type: boolean
15938+
enabled:
15939+
type: boolean
1587815940
prune:
1587915941
type: boolean
1588015942
selfHeal:
@@ -16760,6 +16822,8 @@ spec:
1676016822
properties:
1676116823
allowEmpty:
1676216824
type: boolean
16825+
enabled:
16826+
type: boolean
1676316827
prune:
1676416828
type: boolean
1676516829
selfHeal:
@@ -17511,6 +17575,8 @@ spec:
1751117575
properties:
1751217576
allowEmpty:
1751317577
type: boolean
17578+
enabled:
17579+
type: boolean
1751417580
prune:
1751517581
type: boolean
1751617582
selfHeal:

charts/argo-cd/crds/crd-project.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ spec:
8484
type: array
8585
description:
8686
description: Description contains optional project description
87+
maxLength: 255
8788
type: string
8889
destinationServiceAccounts:
8990
description: DestinationServiceAccounts holds information about the
@@ -294,6 +295,11 @@ spec:
294295
items:
295296
type: string
296297
type: array
298+
description:
299+
description: Description of the sync that will be applied to
300+
the schedule, can be used to add any information such as a
301+
ticket number for example
302+
type: string
297303
duration:
298304
description: Duration is the amount of time the sync window
299305
will be open

0 commit comments

Comments
 (0)