Skip to content

Commit d35e22b

Browse files
chore(deps): update quay.io/argoproj/argocd docker tag to v3
| datasource | package | from | to | | ---------- | ----------------------- | -------- | ------ | | docker | quay.io/argoproj/argocd | v2.14.11 | v3.0.1 | | docker | quay.io/argoproj/argocd | 2.14.11 | 3.0.1 |
1 parent 24523ca commit d35e22b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

argocd-sync-applications/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ inputs:
1717
cli-version:
1818
description: Version of the ArgoCD CLI to use.
1919
# renovate: datasource=docker depName=quay.io/argoproj/argocd
20-
default: 2.14.11
20+
default: 3.0.1
2121
max-waiting-time-health:
2222
description: |
2323
The time (in seconds) to wait for the ArgoCD application to be healthy.

preview-env/create/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ inputs:
2828

2929
argocd_version:
3030
# renovate: datasource=docker depName=quay.io/argoproj/argocd
31-
default: v2.14.11
31+
default: v3.0.1
3232
description: Version tag of Argo CD CLI tool
3333
required: false
3434

preview-env/destroy/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ inputs:
2323

2424
argocd_version:
2525
# renovate: datasource=docker depName=quay.io/argoproj/argocd
26-
default: v2.14.11
26+
default: v3.0.1
2727
description: Version tag of Argo CD CLI tool
2828
required: false
2929

0 commit comments

Comments
 (0)