Skip to content

Commit 3d901f2

Browse files
Bump version to 2.14.4 on release-2.14 branch (#22176)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: crenshaw-dev <[email protected]>
1 parent 2b1e829 commit 3d901f2

15 files changed

+124
-84
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.14.3
1+
2.14.4

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.14.3
8+
newTag: v2.14.4
99
resources:
1010
- ./application-controller
1111
- ./dex

manifests/core-install-with-hydrator.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24165,7 +24165,7 @@ spec:
2416524165
key: applicationsetcontroller.requeue.after
2416624166
name: argocd-cmd-params-cm
2416724167
optional: true
24168-
image: quay.io/argoproj/argocd:v2.14.3
24168+
image: quay.io/argoproj/argocd:v2.14.4
2416924169
imagePullPolicy: Always
2417024170
name: argocd-applicationset-controller
2417124171
ports:
@@ -24435,7 +24435,7 @@ spec:
2443524435
- argocd
2443624436
- admin
2443724437
- redis-initial-password
24438-
image: quay.io/argoproj/argocd:v2.14.3
24438+
image: quay.io/argoproj/argocd:v2.14.4
2443924439
imagePullPolicy: IfNotPresent
2444024440
name: secret-init
2444124441
securityContext:
@@ -24696,7 +24696,7 @@ spec:
2469624696
value: /helm-working-dir
2469724697
- name: HELM_DATA_HOME
2469824698
value: /helm-working-dir
24699-
image: quay.io/argoproj/argocd:v2.14.3
24699+
image: quay.io/argoproj/argocd:v2.14.4
2470024700
imagePullPolicy: Always
2470124701
livenessProbe:
2470224702
failureThreshold: 3
@@ -24748,7 +24748,7 @@ spec:
2474824748
- -n
2474924749
- /usr/local/bin/argocd
2475024750
- /var/run/argocd/argocd-cmp-server
24751-
image: quay.io/argoproj/argocd:v2.14.3
24751+
image: quay.io/argoproj/argocd:v2.14.4
2475224752
name: copyutil
2475324753
securityContext:
2475424754
allowPrivilegeEscalation: false
@@ -25066,7 +25066,7 @@ spec:
2506625066
optional: true
2506725067
- name: KUBECACHEDIR
2506825068
value: /tmp/kubecache
25069-
image: quay.io/argoproj/argocd:v2.14.3
25069+
image: quay.io/argoproj/argocd:v2.14.4
2507025070
imagePullPolicy: Always
2507125071
name: argocd-application-controller
2507225072
ports:

manifests/core-install.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.14.3
15+
newTag: v2.14.4

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.14.3
15+
newTag: v2.14.4
1616
resources:
1717
- ../../base/application-controller
1818
- ../../base/applicationset-controller

manifests/ha/base/redis-ha/chart/upstream.yaml

Lines changed: 46 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,13 @@ spec:
11001100
args:
11011101
- /readonly/haproxy_init.sh
11021102
securityContext:
1103-
null
1103+
allowPrivilegeEscalation: false
1104+
capabilities:
1105+
drop:
1106+
- ALL
1107+
runAsNonRoot: true
1108+
seccompProfile:
1109+
type: RuntimeDefault
11041110
volumeMounts:
11051111
- name: config-volume
11061112
mountPath: /readonly
@@ -1112,7 +1118,13 @@ spec:
11121118
image: public.ecr.aws/docker/library/haproxy:2.6.17-alpine
11131119
imagePullPolicy: IfNotPresent
11141120
securityContext:
1115-
null
1121+
allowPrivilegeEscalation: false
1122+
capabilities:
1123+
drop:
1124+
- ALL
1125+
runAsNonRoot: true
1126+
seccompProfile:
1127+
type: RuntimeDefault
11161128
env:
11171129
- name: AUTH
11181130
valueFrom:
@@ -1216,7 +1228,14 @@ spec:
12161228
args:
12171229
- /readonly-config/init.sh
12181230
securityContext:
1219-
null
1231+
allowPrivilegeEscalation: false
1232+
capabilities:
1233+
drop:
1234+
- ALL
1235+
runAsNonRoot: true
1236+
runAsUser: 1000
1237+
seccompProfile:
1238+
type: RuntimeDefault
12201239
env:
12211240
- name: SENTINEL_ID_0
12221241
value: 3c0d9c0320bb34888c2df5757c718ce6ca992ce6
@@ -1246,7 +1265,14 @@ spec:
12461265
args:
12471266
- /data/conf/redis.conf
12481267
securityContext:
1249-
null
1268+
allowPrivilegeEscalation: false
1269+
capabilities:
1270+
drop:
1271+
- ALL
1272+
runAsNonRoot: true
1273+
runAsUser: 1000
1274+
seccompProfile:
1275+
type: RuntimeDefault
12501276
env:
12511277
- name: AUTH
12521278
valueFrom:
@@ -1302,7 +1328,14 @@ spec:
13021328
args:
13031329
- /data/conf/sentinel.conf
13041330
securityContext:
1305-
null
1331+
allowPrivilegeEscalation: false
1332+
capabilities:
1333+
drop:
1334+
- ALL
1335+
runAsNonRoot: true
1336+
runAsUser: 1000
1337+
seccompProfile:
1338+
type: RuntimeDefault
13061339
env:
13071340
- name: AUTH
13081341
valueFrom:
@@ -1357,7 +1390,14 @@ spec:
13571390
args:
13581391
- /readonly-config/fix-split-brain.sh
13591392
securityContext:
1360-
null
1393+
allowPrivilegeEscalation: false
1394+
capabilities:
1395+
drop:
1396+
- ALL
1397+
runAsNonRoot: true
1398+
runAsUser: 1000
1399+
seccompProfile:
1400+
type: RuntimeDefault
13611401
env:
13621402
- name: SENTINEL_ID_0
13631403
value: 3c0d9c0320bb34888c2df5757c718ce6ca992ce6

manifests/ha/install-with-hydrator.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25506,7 +25506,7 @@ spec:
2550625506
key: applicationsetcontroller.requeue.after
2550725507
name: argocd-cmd-params-cm
2550825508
optional: true
25509-
image: quay.io/argoproj/argocd:v2.14.3
25509+
image: quay.io/argoproj/argocd:v2.14.4
2551025510
imagePullPolicy: Always
2551125511
name: argocd-applicationset-controller
2551225512
ports:
@@ -25793,7 +25793,7 @@ spec:
2579325793
- -n
2579425794
- /usr/local/bin/argocd
2579525795
- /shared/argocd-dex
25796-
image: quay.io/argoproj/argocd:v2.14.3
25796+
image: quay.io/argoproj/argocd:v2.14.4
2579725797
imagePullPolicy: Always
2579825798
name: copyutil
2579925799
securityContext:
@@ -25883,7 +25883,7 @@ spec:
2588325883
key: notificationscontroller.repo.server.plaintext
2588425884
name: argocd-cmd-params-cm
2588525885
optional: true
25886-
image: quay.io/argoproj/argocd:v2.14.3
25886+
image: quay.io/argoproj/argocd:v2.14.4
2588725887
imagePullPolicy: Always
2588825888
livenessProbe:
2588925889
tcpSocket:
@@ -26004,7 +26004,7 @@ spec:
2600426004
- argocd
2600526005
- admin
2600626006
- redis-initial-password
26007-
image: quay.io/argoproj/argocd:v2.14.3
26007+
image: quay.io/argoproj/argocd:v2.14.4
2600826008
imagePullPolicy: IfNotPresent
2600926009
name: secret-init
2601026010
securityContext:
@@ -26291,7 +26291,7 @@ spec:
2629126291
value: /helm-working-dir
2629226292
- name: HELM_DATA_HOME
2629326293
value: /helm-working-dir
26294-
image: quay.io/argoproj/argocd:v2.14.3
26294+
image: quay.io/argoproj/argocd:v2.14.4
2629526295
imagePullPolicy: Always
2629626296
livenessProbe:
2629726297
failureThreshold: 3
@@ -26343,7 +26343,7 @@ spec:
2634326343
- -n
2634426344
- /usr/local/bin/argocd
2634526345
- /var/run/argocd/argocd-cmp-server
26346-
image: quay.io/argoproj/argocd:v2.14.3
26346+
image: quay.io/argoproj/argocd:v2.14.4
2634726347
name: copyutil
2634826348
securityContext:
2634926349
allowPrivilegeEscalation: false
@@ -26705,7 +26705,7 @@ spec:
2670526705
key: hydrator.enabled
2670626706
name: argocd-cmd-params-cm
2670726707
optional: true
26708-
image: quay.io/argoproj/argocd:v2.14.3
26708+
image: quay.io/argoproj/argocd:v2.14.4
2670926709
imagePullPolicy: Always
2671026710
livenessProbe:
2671126711
httpGet:
@@ -27059,7 +27059,7 @@ spec:
2705927059
optional: true
2706027060
- name: KUBECACHEDIR
2706127061
value: /tmp/kubecache
27062-
image: quay.io/argoproj/argocd:v2.14.3
27062+
image: quay.io/argoproj/argocd:v2.14.4
2706327063
imagePullPolicy: Always
2706427064
name: argocd-application-controller
2706527065
ports:

manifests/ha/install.yaml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)