diff --git a/config/argocd-cloudpaks/cp4d/templates/0200-cp4d-platform-app.yaml b/config/argocd-cloudpaks/cp4d/templates/0200-cp4d-platform-app.yaml index a001c38f..013231da 100644 --- a/config/argocd-cloudpaks/cp4d/templates/0200-cp4d-platform-app.yaml +++ b/config/argocd-cloudpaks/cp4d/templates/0200-cp4d-platform-app.yaml @@ -49,3 +49,9 @@ spec: automated: prune: true selfHeal: true + retry: + limit: 10 + backoff: + duration: 10s + factor: 2 + maxDuration: 1h0m0s diff --git a/config/argocd-cloudpaks/cp4i/Chart.yaml b/config/argocd-cloudpaks/cp4i/Chart.yaml index 96c72e84..5d266540 100644 --- a/config/argocd-cloudpaks/cp4i/Chart.yaml +++ b/config/argocd-cloudpaks/cp4i/Chart.yaml @@ -16,7 +16,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.8.2 +version: 0.8.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/config/argocd-cloudpaks/cp4i/templates/0100-cp4i-app.yaml b/config/argocd-cloudpaks/cp4i/templates/0100-cp4i-app.yaml index b1de10d3..5c329316 100644 --- a/config/argocd-cloudpaks/cp4i/templates/0100-cp4i-app.yaml +++ b/config/argocd-cloudpaks/cp4i/templates/0100-cp4i-app.yaml @@ -56,6 +56,12 @@ spec: automated: prune: true selfHeal: true + retry: + limit: 10 + backoff: + duration: 10s + factor: 2 + maxDuration: 2h0m0s status: health: {} summary: {} diff --git a/config/argocd-cloudpaks/cp4i/templates/0300-cp4i-platform-navigator.yaml b/config/argocd-cloudpaks/cp4i/templates/0300-cp4i-platform-navigator.yaml index 814355b9..1c31c60a 100644 --- a/config/argocd-cloudpaks/cp4i/templates/0300-cp4i-platform-navigator.yaml +++ b/config/argocd-cloudpaks/cp4i/templates/0300-cp4i-platform-navigator.yaml @@ -48,3 +48,9 @@ spec: automated: prune: true selfHeal: true + retry: + limit: 10 + backoff: + duration: 10s + factor: 2 + maxDuration: 2h0m0s