Skip to content

Commit

Permalink
bump argocd v2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
roi-codefresh committed May 29, 2022
1 parent 2fcb0fa commit 3b8caf4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions csdp/base/argo-cd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resources:
- default-rbac.yaml
images:
- name: quay.io/codefresh/argocd
newTag: v2.3.3-cap-CR-kustomize-components
newTag: CR-11890-sync-v2.3.4
- name: quay.io/codefresh/applicationset
newTag: v0.4.2

Expand All @@ -24,7 +24,6 @@ configMapGenerator:

# reset the crbs to `subject.namespace: default`, so that argo-cd will later change them to the actual ns
patches:

- target:
group: rbac.authorization.k8s.io
kind: ClusterRoleBinding
Expand Down
3 changes: 1 addition & 2 deletions csdp/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ configMapGenerator:
- name: codefresh-cm
behavior: create
literals:
- version=v0.0.316

- version=v0.0.317
2 changes: 1 addition & 1 deletion installer/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ csdpInstaller:
tag: ""
serviceAccount: argocd-application-controller
ttlSecondsAfterFinished: 600
backoffLimit: 40
backoffLimit: 100
resources:
limits:
memory: 256Mi
Expand Down
2 changes: 1 addition & 1 deletion installer/kustomize/csdp-installer.job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: csdp-installation-job
spec:
ttlSecondsAfterFinished: 600 # stick around for 10m
backoffLimit: 40
backoffLimit: 100
template:
metadata:
labels:
Expand Down

0 comments on commit 3b8caf4

Please sign in to comment.