Skip to content

Commit

Permalink
chore(deps): update quay.io/argoproj/argocd docker tag to v2.12.4
Browse files Browse the repository at this point in the history
| datasource | package                 | from    | to      |
| ---------- | ----------------------- | ------- | ------- |
| docker     | quay.io/argoproj/argocd | v2.12.3 | v2.12.4 |
| docker     | quay.io/argoproj/argocd | 2.12.3  | 2.12.4  |
  • Loading branch information
renovate[bot] authored and kellervater committed Oct 3, 2024
1 parent 79e29fb commit 6cd7989
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion argocd-sync-applications/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.3
default: 2.12.4
max-waiting-time-health:
description: |
The time (in seconds) to wait for the ArgoCD application to be healthy.
Expand Down
2 changes: 1 addition & 1 deletion preview-env/create/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ inputs:

argocd_version:
# renovate: datasource=docker depName=quay.io/argoproj/argocd
default: v2.12.3
default: v2.12.4
description: Version tag of Argo CD CLI tool
required: false

Expand Down
2 changes: 1 addition & 1 deletion preview-env/destroy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ inputs:

argocd_version:
# renovate: datasource=docker depName=quay.io/argoproj/argocd
default: v2.12.3
default: v2.12.4
description: Version tag of Argo CD CLI tool
required: false
runs:
Expand Down

0 comments on commit 6cd7989

Please sign in to comment.