Skip to content

Commit c9a7c0c

Browse files
Bump version to 2.10.19 on release-2.10 branch (#24464)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: alexmt <[email protected]>
1 parent a80f192 commit c9a7c0c

File tree

9 files changed

+41
-41
lines changed

9 files changed

+41
-41
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.10.18
1+
2.10.19

manifests/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kind: Kustomization
55
images:
66
- name: quay.io/argoproj/argocd
77
newName: quay.io/argoproj/argocd
8-
newTag: v2.10.18
8+
newTag: v2.10.19
99
resources:
1010
- ./application-controller
1111
- ./dex

manifests/core-install.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21060,7 +21060,7 @@ spec:
2106021060
key: applicationsetcontroller.enable.scm.providers
2106121061
name: argocd-cmd-params-cm
2106221062
optional: true
21063-
image: quay.io/argoproj/argocd:v2.10.18
21063+
image: quay.io/argoproj/argocd:v2.10.19
2106421064
imagePullPolicy: Always
2106521065
name: argocd-applicationset-controller
2106621066
ports:
@@ -21178,7 +21178,7 @@ spec:
2117821178
- argocd
2117921179
- admin
2118021180
- redis-initial-password
21181-
image: quay.io/argoproj/argocd:v2.10.18
21181+
image: quay.io/argoproj/argocd:v2.10.19
2118221182
imagePullPolicy: IfNotPresent
2118321183
name: secret-init
2118421184
securityContext:
@@ -21413,7 +21413,7 @@ spec:
2141321413
value: /helm-working-dir
2141421414
- name: HELM_DATA_HOME
2141521415
value: /helm-working-dir
21416-
image: quay.io/argoproj/argocd:v2.10.18
21416+
image: quay.io/argoproj/argocd:v2.10.19
2141721417
imagePullPolicy: Always
2141821418
livenessProbe:
2141921419
failureThreshold: 3
@@ -21465,7 +21465,7 @@ spec:
2146521465
- -n
2146621466
- /usr/local/bin/argocd
2146721467
- /var/run/argocd/argocd-cmp-server
21468-
image: quay.io/argoproj/argocd:v2.10.18
21468+
image: quay.io/argoproj/argocd:v2.10.19
2146921469
name: copyutil
2147021470
securityContext:
2147121471
allowPrivilegeEscalation: false
@@ -21737,7 +21737,7 @@ spec:
2173721737
key: controller.ignore.normalizer.jq.timeout
2173821738
name: argocd-cmd-params-cm
2173921739
optional: true
21740-
image: quay.io/argoproj/argocd:v2.10.18
21740+
image: quay.io/argoproj/argocd:v2.10.19
2174121741
imagePullPolicy: Always
2174221742
name: argocd-application-controller
2174321743
ports:

manifests/core-install/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ resources:
1212
images:
1313
- name: quay.io/argoproj/argocd
1414
newName: quay.io/argoproj/argocd
15-
newTag: v2.10.18
15+
newTag: v2.10.19

manifests/ha/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ patches:
1212
images:
1313
- name: quay.io/argoproj/argocd
1414
newName: quay.io/argoproj/argocd
15-
newTag: v2.10.18
15+
newTag: v2.10.19
1616
resources:
1717
- ../../base/application-controller
1818
- ../../base/applicationset-controller

manifests/ha/install.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22401,7 +22401,7 @@ spec:
2240122401
key: applicationsetcontroller.enable.scm.providers
2240222402
name: argocd-cmd-params-cm
2240322403
optional: true
22404-
image: quay.io/argoproj/argocd:v2.10.18
22404+
image: quay.io/argoproj/argocd:v2.10.19
2240522405
imagePullPolicy: Always
2240622406
name: argocd-applicationset-controller
2240722407
ports:
@@ -22524,7 +22524,7 @@ spec:
2252422524
- -n
2252522525
- /usr/local/bin/argocd
2252622526
- /shared/argocd-dex
22527-
image: quay.io/argoproj/argocd:v2.10.18
22527+
image: quay.io/argoproj/argocd:v2.10.19
2252822528
imagePullPolicy: Always
2252922529
name: copyutil
2253022530
securityContext:
@@ -22606,7 +22606,7 @@ spec:
2260622606
key: notificationscontroller.selfservice.enabled
2260722607
name: argocd-cmd-params-cm
2260822608
optional: true
22609-
image: quay.io/argoproj/argocd:v2.10.18
22609+
image: quay.io/argoproj/argocd:v2.10.19
2261022610
imagePullPolicy: Always
2261122611
livenessProbe:
2261222612
tcpSocket:
@@ -22725,7 +22725,7 @@ spec:
2272522725
- argocd
2272622726
- admin
2272722727
- redis-initial-password
22728-
image: quay.io/argoproj/argocd:v2.10.18
22728+
image: quay.io/argoproj/argocd:v2.10.19
2272922729
imagePullPolicy: IfNotPresent
2273022730
name: secret-init
2273122731
securityContext:
@@ -22988,7 +22988,7 @@ spec:
2298822988
value: /helm-working-dir
2298922989
- name: HELM_DATA_HOME
2299022990
value: /helm-working-dir
22991-
image: quay.io/argoproj/argocd:v2.10.18
22991+
image: quay.io/argoproj/argocd:v2.10.19
2299222992
imagePullPolicy: Always
2299322993
livenessProbe:
2299422994
failureThreshold: 3
@@ -23040,7 +23040,7 @@ spec:
2304023040
- -n
2304123041
- /usr/local/bin/argocd
2304223042
- /var/run/argocd/argocd-cmp-server
23043-
image: quay.io/argoproj/argocd:v2.10.18
23043+
image: quay.io/argoproj/argocd:v2.10.19
2304423044
name: copyutil
2304523045
securityContext:
2304623046
allowPrivilegeEscalation: false
@@ -23364,7 +23364,7 @@ spec:
2336423364
key: server.api.content.types
2336523365
name: argocd-cmd-params-cm
2336623366
optional: true
23367-
image: quay.io/argoproj/argocd:v2.10.18
23367+
image: quay.io/argoproj/argocd:v2.10.19
2336823368
imagePullPolicy: Always
2336923369
livenessProbe:
2337023370
httpGet:
@@ -23663,7 +23663,7 @@ spec:
2366323663
key: controller.ignore.normalizer.jq.timeout
2366423664
name: argocd-cmd-params-cm
2366523665
optional: true
23666-
image: quay.io/argoproj/argocd:v2.10.18
23666+
image: quay.io/argoproj/argocd:v2.10.19
2366723667
imagePullPolicy: Always
2366823668
name: argocd-application-controller
2366923669
ports:

manifests/ha/namespace-install.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1686,7 +1686,7 @@ spec:
16861686
key: applicationsetcontroller.enable.scm.providers
16871687
name: argocd-cmd-params-cm
16881688
optional: true
1689-
image: quay.io/argoproj/argocd:v2.10.18
1689+
image: quay.io/argoproj/argocd:v2.10.19
16901690
imagePullPolicy: Always
16911691
name: argocd-applicationset-controller
16921692
ports:
@@ -1809,7 +1809,7 @@ spec:
18091809
- -n
18101810
- /usr/local/bin/argocd
18111811
- /shared/argocd-dex
1812-
image: quay.io/argoproj/argocd:v2.10.18
1812+
image: quay.io/argoproj/argocd:v2.10.19
18131813
imagePullPolicy: Always
18141814
name: copyutil
18151815
securityContext:
@@ -1891,7 +1891,7 @@ spec:
18911891
key: notificationscontroller.selfservice.enabled
18921892
name: argocd-cmd-params-cm
18931893
optional: true
1894-
image: quay.io/argoproj/argocd:v2.10.18
1894+
image: quay.io/argoproj/argocd:v2.10.19
18951895
imagePullPolicy: Always
18961896
livenessProbe:
18971897
tcpSocket:
@@ -2010,7 +2010,7 @@ spec:
20102010
- argocd
20112011
- admin
20122012
- redis-initial-password
2013-
image: quay.io/argoproj/argocd:v2.10.18
2013+
image: quay.io/argoproj/argocd:v2.10.19
20142014
imagePullPolicy: IfNotPresent
20152015
name: secret-init
20162016
securityContext:
@@ -2273,7 +2273,7 @@ spec:
22732273
value: /helm-working-dir
22742274
- name: HELM_DATA_HOME
22752275
value: /helm-working-dir
2276-
image: quay.io/argoproj/argocd:v2.10.18
2276+
image: quay.io/argoproj/argocd:v2.10.19
22772277
imagePullPolicy: Always
22782278
livenessProbe:
22792279
failureThreshold: 3
@@ -2325,7 +2325,7 @@ spec:
23252325
- -n
23262326
- /usr/local/bin/argocd
23272327
- /var/run/argocd/argocd-cmp-server
2328-
image: quay.io/argoproj/argocd:v2.10.18
2328+
image: quay.io/argoproj/argocd:v2.10.19
23292329
name: copyutil
23302330
securityContext:
23312331
allowPrivilegeEscalation: false
@@ -2649,7 +2649,7 @@ spec:
26492649
key: server.api.content.types
26502650
name: argocd-cmd-params-cm
26512651
optional: true
2652-
image: quay.io/argoproj/argocd:v2.10.18
2652+
image: quay.io/argoproj/argocd:v2.10.19
26532653
imagePullPolicy: Always
26542654
livenessProbe:
26552655
httpGet:
@@ -2948,7 +2948,7 @@ spec:
29482948
key: controller.ignore.normalizer.jq.timeout
29492949
name: argocd-cmd-params-cm
29502950
optional: true
2951-
image: quay.io/argoproj/argocd:v2.10.18
2951+
image: quay.io/argoproj/argocd:v2.10.19
29522952
imagePullPolicy: Always
29532953
name: argocd-application-controller
29542954
ports:

manifests/install.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21518,7 +21518,7 @@ spec:
2151821518
key: applicationsetcontroller.enable.scm.providers
2151921519
name: argocd-cmd-params-cm
2152021520
optional: true
21521-
image: quay.io/argoproj/argocd:v2.10.18
21521+
image: quay.io/argoproj/argocd:v2.10.19
2152221522
imagePullPolicy: Always
2152321523
name: argocd-applicationset-controller
2152421524
ports:
@@ -21641,7 +21641,7 @@ spec:
2164121641
- -n
2164221642
- /usr/local/bin/argocd
2164321643
- /shared/argocd-dex
21644-
image: quay.io/argoproj/argocd:v2.10.18
21644+
image: quay.io/argoproj/argocd:v2.10.19
2164521645
imagePullPolicy: Always
2164621646
name: copyutil
2164721647
securityContext:
@@ -21723,7 +21723,7 @@ spec:
2172321723
key: notificationscontroller.selfservice.enabled
2172421724
name: argocd-cmd-params-cm
2172521725
optional: true
21726-
image: quay.io/argoproj/argocd:v2.10.18
21726+
image: quay.io/argoproj/argocd:v2.10.19
2172721727
imagePullPolicy: Always
2172821728
livenessProbe:
2172921729
tcpSocket:
@@ -21823,7 +21823,7 @@ spec:
2182321823
- argocd
2182421824
- admin
2182521825
- redis-initial-password
21826-
image: quay.io/argoproj/argocd:v2.10.18
21826+
image: quay.io/argoproj/argocd:v2.10.19
2182721827
imagePullPolicy: IfNotPresent
2182821828
name: secret-init
2182921829
securityContext:
@@ -22058,7 +22058,7 @@ spec:
2205822058
value: /helm-working-dir
2205922059
- name: HELM_DATA_HOME
2206022060
value: /helm-working-dir
22061-
image: quay.io/argoproj/argocd:v2.10.18
22061+
image: quay.io/argoproj/argocd:v2.10.19
2206222062
imagePullPolicy: Always
2206322063
livenessProbe:
2206422064
failureThreshold: 3
@@ -22110,7 +22110,7 @@ spec:
2211022110
- -n
2211122111
- /usr/local/bin/argocd
2211222112
- /var/run/argocd/argocd-cmp-server
22113-
image: quay.io/argoproj/argocd:v2.10.18
22113+
image: quay.io/argoproj/argocd:v2.10.19
2211422114
name: copyutil
2211522115
securityContext:
2211622116
allowPrivilegeEscalation: false
@@ -22432,7 +22432,7 @@ spec:
2243222432
key: server.api.content.types
2243322433
name: argocd-cmd-params-cm
2243422434
optional: true
22435-
image: quay.io/argoproj/argocd:v2.10.18
22435+
image: quay.io/argoproj/argocd:v2.10.19
2243622436
imagePullPolicy: Always
2243722437
livenessProbe:
2243822438
httpGet:
@@ -22731,7 +22731,7 @@ spec:
2273122731
key: controller.ignore.normalizer.jq.timeout
2273222732
name: argocd-cmd-params-cm
2273322733
optional: true
22734-
image: quay.io/argoproj/argocd:v2.10.18
22734+
image: quay.io/argoproj/argocd:v2.10.19
2273522735
imagePullPolicy: Always
2273622736
name: argocd-application-controller
2273722737
ports:

manifests/namespace-install.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ spec:
803803
key: applicationsetcontroller.enable.scm.providers
804804
name: argocd-cmd-params-cm
805805
optional: true
806-
image: quay.io/argoproj/argocd:v2.10.18
806+
image: quay.io/argoproj/argocd:v2.10.19
807807
imagePullPolicy: Always
808808
name: argocd-applicationset-controller
809809
ports:
@@ -926,7 +926,7 @@ spec:
926926
- -n
927927
- /usr/local/bin/argocd
928928
- /shared/argocd-dex
929-
image: quay.io/argoproj/argocd:v2.10.18
929+
image: quay.io/argoproj/argocd:v2.10.19
930930
imagePullPolicy: Always
931931
name: copyutil
932932
securityContext:
@@ -1008,7 +1008,7 @@ spec:
10081008
key: notificationscontroller.selfservice.enabled
10091009
name: argocd-cmd-params-cm
10101010
optional: true
1011-
image: quay.io/argoproj/argocd:v2.10.18
1011+
image: quay.io/argoproj/argocd:v2.10.19
10121012
imagePullPolicy: Always
10131013
livenessProbe:
10141014
tcpSocket:
@@ -1108,7 +1108,7 @@ spec:
11081108
- argocd
11091109
- admin
11101110
- redis-initial-password
1111-
image: quay.io/argoproj/argocd:v2.10.18
1111+
image: quay.io/argoproj/argocd:v2.10.19
11121112
imagePullPolicy: IfNotPresent
11131113
name: secret-init
11141114
securityContext:
@@ -1343,7 +1343,7 @@ spec:
13431343
value: /helm-working-dir
13441344
- name: HELM_DATA_HOME
13451345
value: /helm-working-dir
1346-
image: quay.io/argoproj/argocd:v2.10.18
1346+
image: quay.io/argoproj/argocd:v2.10.19
13471347
imagePullPolicy: Always
13481348
livenessProbe:
13491349
failureThreshold: 3
@@ -1395,7 +1395,7 @@ spec:
13951395
- -n
13961396
- /usr/local/bin/argocd
13971397
- /var/run/argocd/argocd-cmp-server
1398-
image: quay.io/argoproj/argocd:v2.10.18
1398+
image: quay.io/argoproj/argocd:v2.10.19
13991399
name: copyutil
14001400
securityContext:
14011401
allowPrivilegeEscalation: false
@@ -1717,7 +1717,7 @@ spec:
17171717
key: server.api.content.types
17181718
name: argocd-cmd-params-cm
17191719
optional: true
1720-
image: quay.io/argoproj/argocd:v2.10.18
1720+
image: quay.io/argoproj/argocd:v2.10.19
17211721
imagePullPolicy: Always
17221722
livenessProbe:
17231723
httpGet:
@@ -2016,7 +2016,7 @@ spec:
20162016
key: controller.ignore.normalizer.jq.timeout
20172017
name: argocd-cmd-params-cm
20182018
optional: true
2019-
image: quay.io/argoproj/argocd:v2.10.18
2019+
image: quay.io/argoproj/argocd:v2.10.19
20202020
imagePullPolicy: Always
20212021
name: argocd-application-controller
20222022
ports:

0 commit comments

Comments
 (0)