Skip to content

Commit 0f18a3f

Browse files
Revert "fix: fix image tag for gitops-argocd-sync step (#725)" (#726)
This reverts commit 8eee6f3.
1 parent 8eee6f3 commit 0f18a3f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

graduated/gitops-argocd-sync/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
# Changelog
2-
## [1.5.1] - 2025-10-02
3-
### Changed
4-
- Change default step image to 1.5.0
5-
62
## [1.5.0] - 2025-01-29
73
### Changed
84
- Add APP_NAMESPACE option (supported from app-proxy v1.2600.1)

graduated/gitops-argocd-sync/step.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kind: step-type
22
metadata:
33
name: gitops-argocd-sync
4-
version: 1.5.1
4+
version: 1.5.0
55
isPublic: true
66
description: Syncs Argo CD apps managed by our GitOps Runtimes
77
sources:
@@ -125,7 +125,7 @@ spec:
125125
},
126126
"IMAGE_TAG": {
127127
"type": "string",
128-
"default": "1.5.0",
128+
"default": "1.4.5",
129129
"description": "OPTIONAL - To overwrite the tag to use"
130130
}
131131
}

0 commit comments

Comments
 (0)