Skip to content

Commit a28e022

Browse files
committed
Upgrade ArgoCD to v2.14.2
1 parent 37a1c5e commit a28e022

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

infra/argocd/kustomization.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,37 @@ kind: Kustomization
33

44
namespace: argocd
55
resources:
6-
- https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml?ref=v2.7.3
6+
- https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml?ref=v2.14.2
77
- namespace.yaml
88
- project.yaml
99
- domain-mapping.yaml
1010
- sealed-secret.yaml
1111

1212
patches:
13-
- path: argocd-rbac-cm.yaml
14-
- path: argocd-cmd-params-cm.yaml
15-
target:
16-
version: v1
17-
kind: ConfigMap
18-
name: argocd-cmd-params-cm
19-
- path: argocd-cm.yaml
20-
target:
21-
version: v1
22-
kind: ConfigMap
23-
name: argocd-cm
24-
- patch: |-
13+
- path: argocd-rbac-cm.yaml
14+
- path: argocd-cmd-params-cm.yaml
15+
target:
16+
version: v1
17+
kind: ConfigMap
18+
name: argocd-cmd-params-cm
19+
- path: argocd-cm.yaml
20+
target:
21+
version: v1
22+
kind: ConfigMap
23+
name: argocd-cm
24+
- patch: |-
2525
kind: not-important
2626
metadata:
2727
name: not-important
2828
spec:
2929
template:
3030
spec:
31-
nodeSelector:
31+
nodeSelector:
3232
nodegroup-role: spot
3333
tolerations:
3434
- key: "nodegroup-role"
3535
operator: "Equal"
3636
value: "spot"
3737
effect: "NoSchedule"
38-
target:
39-
kind: (StatefulSet|Deployment)
38+
target:
39+
kind: (StatefulSet|Deployment)

0 commit comments

Comments
 (0)