Skip to content

Commit 4d70c51

Browse files
Bump version to 2.12.7 (#20668)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: crenshaw-dev <[email protected]>
1 parent 0cae929 commit 4d70c51

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.12.6
1+
2.12.7

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.12.6
8+
newTag: v2.12.7
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
@@ -21280,7 +21280,7 @@ spec:
2128021280
key: applicationsetcontroller.enable.scm.providers
2128121281
name: argocd-cmd-params-cm
2128221282
optional: true
21283-
image: quay.io/argoproj/argocd:v2.12.6
21283+
image: quay.io/argoproj/argocd:v2.12.7
2128421284
imagePullPolicy: Always
2128521285
name: argocd-applicationset-controller
2128621286
ports:
@@ -21398,7 +21398,7 @@ spec:
2139821398
- argocd
2139921399
- admin
2140021400
- redis-initial-password
21401-
image: quay.io/argoproj/argocd:v2.12.6
21401+
image: quay.io/argoproj/argocd:v2.12.7
2140221402
imagePullPolicy: IfNotPresent
2140321403
name: secret-init
2140421404
securityContext:
@@ -21651,7 +21651,7 @@ spec:
2165121651
value: /helm-working-dir
2165221652
- name: HELM_DATA_HOME
2165321653
value: /helm-working-dir
21654-
image: quay.io/argoproj/argocd:v2.12.6
21654+
image: quay.io/argoproj/argocd:v2.12.7
2165521655
imagePullPolicy: Always
2165621656
livenessProbe:
2165721657
failureThreshold: 3
@@ -21703,7 +21703,7 @@ spec:
2170321703
- -n
2170421704
- /usr/local/bin/argocd
2170521705
- /var/run/argocd/argocd-cmp-server
21706-
image: quay.io/argoproj/argocd:v2.12.6
21706+
image: quay.io/argoproj/argocd:v2.12.7
2170721707
name: copyutil
2170821708
securityContext:
2170921709
allowPrivilegeEscalation: false
@@ -21993,7 +21993,7 @@ spec:
2199321993
key: controller.ignore.normalizer.jq.timeout
2199421994
name: argocd-cmd-params-cm
2199521995
optional: true
21996-
image: quay.io/argoproj/argocd:v2.12.6
21996+
image: quay.io/argoproj/argocd:v2.12.7
2199721997
imagePullPolicy: Always
2199821998
name: argocd-application-controller
2199921999
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.12.6
15+
newTag: v2.12.7

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.12.6
15+
newTag: v2.12.7
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
@@ -22623,7 +22623,7 @@ spec:
2262322623
key: applicationsetcontroller.enable.scm.providers
2262422624
name: argocd-cmd-params-cm
2262522625
optional: true
22626-
image: quay.io/argoproj/argocd:v2.12.6
22626+
image: quay.io/argoproj/argocd:v2.12.7
2262722627
imagePullPolicy: Always
2262822628
name: argocd-applicationset-controller
2262922629
ports:
@@ -22746,7 +22746,7 @@ spec:
2274622746
- -n
2274722747
- /usr/local/bin/argocd
2274822748
- /shared/argocd-dex
22749-
image: quay.io/argoproj/argocd:v2.12.6
22749+
image: quay.io/argoproj/argocd:v2.12.7
2275022750
imagePullPolicy: Always
2275122751
name: copyutil
2275222752
securityContext:
@@ -22828,7 +22828,7 @@ spec:
2282822828
key: notificationscontroller.selfservice.enabled
2282922829
name: argocd-cmd-params-cm
2283022830
optional: true
22831-
image: quay.io/argoproj/argocd:v2.12.6
22831+
image: quay.io/argoproj/argocd:v2.12.7
2283222832
imagePullPolicy: Always
2283322833
livenessProbe:
2283422834
tcpSocket:
@@ -22947,7 +22947,7 @@ spec:
2294722947
- argocd
2294822948
- admin
2294922949
- redis-initial-password
22950-
image: quay.io/argoproj/argocd:v2.12.6
22950+
image: quay.io/argoproj/argocd:v2.12.7
2295122951
imagePullPolicy: IfNotPresent
2295222952
name: secret-init
2295322953
securityContext:
@@ -23228,7 +23228,7 @@ spec:
2322823228
value: /helm-working-dir
2322923229
- name: HELM_DATA_HOME
2323023230
value: /helm-working-dir
23231-
image: quay.io/argoproj/argocd:v2.12.6
23231+
image: quay.io/argoproj/argocd:v2.12.7
2323223232
imagePullPolicy: Always
2323323233
livenessProbe:
2323423234
failureThreshold: 3
@@ -23280,7 +23280,7 @@ spec:
2328023280
- -n
2328123281
- /usr/local/bin/argocd
2328223282
- /var/run/argocd/argocd-cmp-server
23283-
image: quay.io/argoproj/argocd:v2.12.6
23283+
image: quay.io/argoproj/argocd:v2.12.7
2328423284
name: copyutil
2328523285
securityContext:
2328623286
allowPrivilegeEscalation: false
@@ -23604,7 +23604,7 @@ spec:
2360423604
key: server.api.content.types
2360523605
name: argocd-cmd-params-cm
2360623606
optional: true
23607-
image: quay.io/argoproj/argocd:v2.12.6
23607+
image: quay.io/argoproj/argocd:v2.12.7
2360823608
imagePullPolicy: Always
2360923609
livenessProbe:
2361023610
httpGet:
@@ -23921,7 +23921,7 @@ spec:
2392123921
key: controller.ignore.normalizer.jq.timeout
2392223922
name: argocd-cmd-params-cm
2392323923
optional: true
23924-
image: quay.io/argoproj/argocd:v2.12.6
23924+
image: quay.io/argoproj/argocd:v2.12.7
2392523925
imagePullPolicy: Always
2392623926
name: argocd-application-controller
2392723927
ports:

manifests/ha/namespace-install.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1688,7 +1688,7 @@ spec:
16881688
key: applicationsetcontroller.enable.scm.providers
16891689
name: argocd-cmd-params-cm
16901690
optional: true
1691-
image: quay.io/argoproj/argocd:v2.12.6
1691+
image: quay.io/argoproj/argocd:v2.12.7
16921692
imagePullPolicy: Always
16931693
name: argocd-applicationset-controller
16941694
ports:
@@ -1811,7 +1811,7 @@ spec:
18111811
- -n
18121812
- /usr/local/bin/argocd
18131813
- /shared/argocd-dex
1814-
image: quay.io/argoproj/argocd:v2.12.6
1814+
image: quay.io/argoproj/argocd:v2.12.7
18151815
imagePullPolicy: Always
18161816
name: copyutil
18171817
securityContext:
@@ -1893,7 +1893,7 @@ spec:
18931893
key: notificationscontroller.selfservice.enabled
18941894
name: argocd-cmd-params-cm
18951895
optional: true
1896-
image: quay.io/argoproj/argocd:v2.12.6
1896+
image: quay.io/argoproj/argocd:v2.12.7
18971897
imagePullPolicy: Always
18981898
livenessProbe:
18991899
tcpSocket:
@@ -2012,7 +2012,7 @@ spec:
20122012
- argocd
20132013
- admin
20142014
- redis-initial-password
2015-
image: quay.io/argoproj/argocd:v2.12.6
2015+
image: quay.io/argoproj/argocd:v2.12.7
20162016
imagePullPolicy: IfNotPresent
20172017
name: secret-init
20182018
securityContext:
@@ -2293,7 +2293,7 @@ spec:
22932293
value: /helm-working-dir
22942294
- name: HELM_DATA_HOME
22952295
value: /helm-working-dir
2296-
image: quay.io/argoproj/argocd:v2.12.6
2296+
image: quay.io/argoproj/argocd:v2.12.7
22972297
imagePullPolicy: Always
22982298
livenessProbe:
22992299
failureThreshold: 3
@@ -2345,7 +2345,7 @@ spec:
23452345
- -n
23462346
- /usr/local/bin/argocd
23472347
- /var/run/argocd/argocd-cmp-server
2348-
image: quay.io/argoproj/argocd:v2.12.6
2348+
image: quay.io/argoproj/argocd:v2.12.7
23492349
name: copyutil
23502350
securityContext:
23512351
allowPrivilegeEscalation: false
@@ -2669,7 +2669,7 @@ spec:
26692669
key: server.api.content.types
26702670
name: argocd-cmd-params-cm
26712671
optional: true
2672-
image: quay.io/argoproj/argocd:v2.12.6
2672+
image: quay.io/argoproj/argocd:v2.12.7
26732673
imagePullPolicy: Always
26742674
livenessProbe:
26752675
httpGet:
@@ -2986,7 +2986,7 @@ spec:
29862986
key: controller.ignore.normalizer.jq.timeout
29872987
name: argocd-cmd-params-cm
29882988
optional: true
2989-
image: quay.io/argoproj/argocd:v2.12.6
2989+
image: quay.io/argoproj/argocd:v2.12.7
29902990
imagePullPolicy: Always
29912991
name: argocd-application-controller
29922992
ports:

manifests/install.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21740,7 +21740,7 @@ spec:
2174021740
key: applicationsetcontroller.enable.scm.providers
2174121741
name: argocd-cmd-params-cm
2174221742
optional: true
21743-
image: quay.io/argoproj/argocd:v2.12.6
21743+
image: quay.io/argoproj/argocd:v2.12.7
2174421744
imagePullPolicy: Always
2174521745
name: argocd-applicationset-controller
2174621746
ports:
@@ -21863,7 +21863,7 @@ spec:
2186321863
- -n
2186421864
- /usr/local/bin/argocd
2186521865
- /shared/argocd-dex
21866-
image: quay.io/argoproj/argocd:v2.12.6
21866+
image: quay.io/argoproj/argocd:v2.12.7
2186721867
imagePullPolicy: Always
2186821868
name: copyutil
2186921869
securityContext:
@@ -21945,7 +21945,7 @@ spec:
2194521945
key: notificationscontroller.selfservice.enabled
2194621946
name: argocd-cmd-params-cm
2194721947
optional: true
21948-
image: quay.io/argoproj/argocd:v2.12.6
21948+
image: quay.io/argoproj/argocd:v2.12.7
2194921949
imagePullPolicy: Always
2195021950
livenessProbe:
2195121951
tcpSocket:
@@ -22045,7 +22045,7 @@ spec:
2204522045
- argocd
2204622046
- admin
2204722047
- redis-initial-password
22048-
image: quay.io/argoproj/argocd:v2.12.6
22048+
image: quay.io/argoproj/argocd:v2.12.7
2204922049
imagePullPolicy: IfNotPresent
2205022050
name: secret-init
2205122051
securityContext:
@@ -22298,7 +22298,7 @@ spec:
2229822298
value: /helm-working-dir
2229922299
- name: HELM_DATA_HOME
2230022300
value: /helm-working-dir
22301-
image: quay.io/argoproj/argocd:v2.12.6
22301+
image: quay.io/argoproj/argocd:v2.12.7
2230222302
imagePullPolicy: Always
2230322303
livenessProbe:
2230422304
failureThreshold: 3
@@ -22350,7 +22350,7 @@ spec:
2235022350
- -n
2235122351
- /usr/local/bin/argocd
2235222352
- /var/run/argocd/argocd-cmp-server
22353-
image: quay.io/argoproj/argocd:v2.12.6
22353+
image: quay.io/argoproj/argocd:v2.12.7
2235422354
name: copyutil
2235522355
securityContext:
2235622356
allowPrivilegeEscalation: false
@@ -22672,7 +22672,7 @@ spec:
2267222672
key: server.api.content.types
2267322673
name: argocd-cmd-params-cm
2267422674
optional: true
22675-
image: quay.io/argoproj/argocd:v2.12.6
22675+
image: quay.io/argoproj/argocd:v2.12.7
2267622676
imagePullPolicy: Always
2267722677
livenessProbe:
2267822678
httpGet:
@@ -22989,7 +22989,7 @@ spec:
2298922989
key: controller.ignore.normalizer.jq.timeout
2299022990
name: argocd-cmd-params-cm
2299122991
optional: true
22992-
image: quay.io/argoproj/argocd:v2.12.6
22992+
image: quay.io/argoproj/argocd:v2.12.7
2299322993
imagePullPolicy: Always
2299422994
name: argocd-application-controller
2299522995
ports:

manifests/namespace-install.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ spec:
805805
key: applicationsetcontroller.enable.scm.providers
806806
name: argocd-cmd-params-cm
807807
optional: true
808-
image: quay.io/argoproj/argocd:v2.12.6
808+
image: quay.io/argoproj/argocd:v2.12.7
809809
imagePullPolicy: Always
810810
name: argocd-applicationset-controller
811811
ports:
@@ -928,7 +928,7 @@ spec:
928928
- -n
929929
- /usr/local/bin/argocd
930930
- /shared/argocd-dex
931-
image: quay.io/argoproj/argocd:v2.12.6
931+
image: quay.io/argoproj/argocd:v2.12.7
932932
imagePullPolicy: Always
933933
name: copyutil
934934
securityContext:
@@ -1010,7 +1010,7 @@ spec:
10101010
key: notificationscontroller.selfservice.enabled
10111011
name: argocd-cmd-params-cm
10121012
optional: true
1013-
image: quay.io/argoproj/argocd:v2.12.6
1013+
image: quay.io/argoproj/argocd:v2.12.7
10141014
imagePullPolicy: Always
10151015
livenessProbe:
10161016
tcpSocket:
@@ -1110,7 +1110,7 @@ spec:
11101110
- argocd
11111111
- admin
11121112
- redis-initial-password
1113-
image: quay.io/argoproj/argocd:v2.12.6
1113+
image: quay.io/argoproj/argocd:v2.12.7
11141114
imagePullPolicy: IfNotPresent
11151115
name: secret-init
11161116
securityContext:
@@ -1363,7 +1363,7 @@ spec:
13631363
value: /helm-working-dir
13641364
- name: HELM_DATA_HOME
13651365
value: /helm-working-dir
1366-
image: quay.io/argoproj/argocd:v2.12.6
1366+
image: quay.io/argoproj/argocd:v2.12.7
13671367
imagePullPolicy: Always
13681368
livenessProbe:
13691369
failureThreshold: 3
@@ -1415,7 +1415,7 @@ spec:
14151415
- -n
14161416
- /usr/local/bin/argocd
14171417
- /var/run/argocd/argocd-cmp-server
1418-
image: quay.io/argoproj/argocd:v2.12.6
1418+
image: quay.io/argoproj/argocd:v2.12.7
14191419
name: copyutil
14201420
securityContext:
14211421
allowPrivilegeEscalation: false
@@ -1737,7 +1737,7 @@ spec:
17371737
key: server.api.content.types
17381738
name: argocd-cmd-params-cm
17391739
optional: true
1740-
image: quay.io/argoproj/argocd:v2.12.6
1740+
image: quay.io/argoproj/argocd:v2.12.7
17411741
imagePullPolicy: Always
17421742
livenessProbe:
17431743
httpGet:
@@ -2054,7 +2054,7 @@ spec:
20542054
key: controller.ignore.normalizer.jq.timeout
20552055
name: argocd-cmd-params-cm
20562056
optional: true
2057-
image: quay.io/argoproj/argocd:v2.12.6
2057+
image: quay.io/argoproj/argocd:v2.12.7
20582058
imagePullPolicy: Always
20592059
name: argocd-application-controller
20602060
ports:

0 commit comments

Comments
 (0)