diff --git a/argocd-sync-applications/action.yml b/argocd-sync-applications/action.yml index 9c228c1e..0ed81e2e 100644 --- a/argocd-sync-applications/action.yml +++ b/argocd-sync-applications/action.yml @@ -17,7 +17,7 @@ inputs: cli-version: description: Version of the ArgoCD CLI to use. # renovate: datasource=docker depName=quay.io/argoproj/argocd - default: 2.14.11 + default: 3.0.4 max-waiting-time-health: description: | The time (in seconds) to wait for the ArgoCD application to be healthy. diff --git a/preview-env/create/action.yml b/preview-env/create/action.yml index f0267da5..11c4fcd5 100644 --- a/preview-env/create/action.yml +++ b/preview-env/create/action.yml @@ -28,7 +28,7 @@ inputs: argocd_version: # renovate: datasource=docker depName=quay.io/argoproj/argocd - default: v2.14.11 + default: v3.0.4 description: Version tag of Argo CD CLI tool required: false diff --git a/preview-env/destroy/action.yml b/preview-env/destroy/action.yml index 10d9a38d..c526ced4 100644 --- a/preview-env/destroy/action.yml +++ b/preview-env/destroy/action.yml @@ -23,7 +23,7 @@ inputs: argocd_version: # renovate: datasource=docker depName=quay.io/argoproj/argocd - default: v2.14.11 + default: v3.0.4 description: Version tag of Argo CD CLI tool required: false