diff --git a/csdp/base/argo-cd/kustomization.yaml b/csdp/base/argo-cd/kustomization.yaml index da1c811..ac22cf5 100644 --- a/csdp/base/argo-cd/kustomization.yaml +++ b/csdp/base/argo-cd/kustomization.yaml @@ -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 @@ -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 diff --git a/csdp/base/kustomization.yaml b/csdp/base/kustomization.yaml index 3999b2d..05871c1 100644 --- a/csdp/base/kustomization.yaml +++ b/csdp/base/kustomization.yaml @@ -8,5 +8,4 @@ configMapGenerator: - name: codefresh-cm behavior: create literals: - - version=v0.0.316 - + - version=v0.0.317 diff --git a/installer/helm/values.yaml b/installer/helm/values.yaml index f8503e9..c890773 100644 --- a/installer/helm/values.yaml +++ b/installer/helm/values.yaml @@ -62,7 +62,7 @@ csdpInstaller: tag: "" serviceAccount: argocd-application-controller ttlSecondsAfterFinished: 600 - backoffLimit: 40 + backoffLimit: 100 resources: limits: memory: 256Mi diff --git a/installer/kustomize/csdp-installer.job.yaml b/installer/kustomize/csdp-installer.job.yaml index 82f4399..ba3ac1b 100644 --- a/installer/kustomize/csdp-installer.job.yaml +++ b/installer/kustomize/csdp-installer.job.yaml @@ -4,7 +4,7 @@ metadata: name: csdp-installation-job spec: ttlSecondsAfterFinished: 600 # stick around for 10m - backoffLimit: 40 + backoffLimit: 100 template: metadata: labels: