Skip to content

Commit 3b8caf4

Browse files
committed
bump argocd v2.3.3
1 parent 2fcb0fa commit 3b8caf4

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

csdp/base/argo-cd/kustomization.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resources:
66
- default-rbac.yaml
77
images:
88
- name: quay.io/codefresh/argocd
9-
newTag: v2.3.3-cap-CR-kustomize-components
9+
newTag: CR-11890-sync-v2.3.4
1010
- name: quay.io/codefresh/applicationset
1111
newTag: v0.4.2
1212

@@ -24,7 +24,6 @@ configMapGenerator:
2424

2525
# reset the crbs to `subject.namespace: default`, so that argo-cd will later change them to the actual ns
2626
patches:
27-
2827
- target:
2928
group: rbac.authorization.k8s.io
3029
kind: ClusterRoleBinding

csdp/base/kustomization.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ configMapGenerator:
88
- name: codefresh-cm
99
behavior: create
1010
literals:
11-
- version=v0.0.316
12-
11+
- version=v0.0.317

installer/helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ csdpInstaller:
6262
tag: ""
6363
serviceAccount: argocd-application-controller
6464
ttlSecondsAfterFinished: 600
65-
backoffLimit: 40
65+
backoffLimit: 100
6666
resources:
6767
limits:
6868
memory: 256Mi

installer/kustomize/csdp-installer.job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: csdp-installation-job
55
spec:
66
ttlSecondsAfterFinished: 600 # stick around for 10m
7-
backoffLimit: 40
7+
backoffLimit: 100
88
template:
99
metadata:
1010
labels:

0 commit comments

Comments
 (0)