Skip to content

Commit 84217f8

Browse files
chore(deps): update quay.io/argoproj/argocd docker tag to v2.14.12
1 parent b6bf1c1 commit 84217f8

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

common/argocd/argocd.install.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23154,7 +23154,7 @@ spec:
2315423154
automountServiceAccountToken: true
2315523155
containers:
2315623156
- name: applicationset-controller
23157-
image: quay.io/argoproj/argocd:v2.13.2
23157+
image: quay.io/argoproj/argocd:v2.14.12
2315823158
imagePullPolicy: IfNotPresent
2315923159
args:
2316023160
- /usr/local/bin/argocd-applicationset-controller
@@ -23407,7 +23407,7 @@ spec:
2340723407
automountServiceAccountToken: true
2340823408
containers:
2340923409
- name: notifications-controller
23410-
image: quay.io/argoproj/argocd:v2.13.2
23410+
image: quay.io/argoproj/argocd:v2.14.12
2341123411
imagePullPolicy: IfNotPresent
2341223412
args:
2341323413
- /usr/local/bin/argocd-notifications
@@ -23535,7 +23535,7 @@ spec:
2353523535
automountServiceAccountToken: true
2353623536
containers:
2353723537
- name: repo-server
23538-
image: quay.io/argoproj/argocd:v2.13.2
23538+
image: quay.io/argoproj/argocd:v2.14.12
2353923539
imagePullPolicy: IfNotPresent
2354023540
args:
2354123541
- /usr/local/bin/argocd-repo-server
@@ -23813,7 +23813,7 @@ spec:
2381323813
- -n
2381423814
- /usr/local/bin/argocd
2381523815
- /var/run/argocd/argocd-cmp-server
23816-
image: quay.io/argoproj/argocd:v2.13.2
23816+
image: quay.io/argoproj/argocd:v2.14.12
2381723817
imagePullPolicy: IfNotPresent
2381823818
name: copyutil
2381923819
resources:
@@ -23912,7 +23912,7 @@ spec:
2391223912
automountServiceAccountToken: true
2391323913
containers:
2391423914
- name: server
23915-
image: quay.io/argoproj/argocd:v2.13.2
23915+
image: quay.io/argoproj/argocd:v2.14.12
2391623916
imagePullPolicy: IfNotPresent
2391723917
args:
2391823918
- /usr/local/bin/argocd-server
@@ -24411,7 +24411,7 @@ spec:
2441124411
mountPath: /tls
2441224412
initContainers:
2441324413
- name: copyutil
24414-
image: quay.io/argoproj/argocd:v2.13.2
24414+
image: quay.io/argoproj/argocd:v2.14.12
2441524415
imagePullPolicy: IfNotPresent
2441624416
command:
2441724417
- /bin/cp
@@ -24590,7 +24590,7 @@ spec:
2459024590
- args:
2459124591
- /usr/local/bin/argocd-application-controller
2459224592
- --metrics-port=8082
24593-
image: quay.io/argoproj/argocd:v2.13.2
24593+
image: quay.io/argoproj/argocd:v2.14.12
2459424594
imagePullPolicy: IfNotPresent
2459524595
name: application-controller
2459624596
env:
@@ -24996,7 +24996,7 @@ spec:
2499624996
- argocd
2499724997
- admin
2499824998
- redis-initial-password
24999-
image: quay.io/argoproj/argocd:v2.13.2
24999+
image: quay.io/argoproj/argocd:v2.14.12
2500025000
imagePullPolicy: IfNotPresent
2500125001
name: secret-init
2500225002
resources:

common/argocd/vault-argocd/argocd-repo-server.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
containers:
3434
- name: avp-helm
3535
command: [/var/run/argocd/argocd-cmp-server]
36-
image: quay.io/argoproj/argocd:v2.7.9
36+
image: quay.io/argoproj/argocd:v2.14.12
3737
envFrom:
3838
- secretRef:
3939
name: vault-credentials
@@ -56,7 +56,7 @@ spec:
5656

5757
- name: avp-kustomize
5858
command: [/var/run/argocd/argocd-cmp-server]
59-
image: quay.io/argoproj/argocd:v2.7.9
59+
image: quay.io/argoproj/argocd:v2.14.12
6060
envFrom:
6161
- secretRef:
6262
name: vault-credentials
@@ -79,7 +79,7 @@ spec:
7979

8080
- name: avp
8181
command: [/var/run/argocd/argocd-cmp-server]
82-
image: quay.io/argoproj/argocd:v2.7.9
82+
image: quay.io/argoproj/argocd:v2.14.12
8383
envFrom:
8484
- secretRef:
8585
name: vault-credentials

0 commit comments

Comments
 (0)