Skip to content

Commit 8eee6f3

Browse files
authored
fix: fix image tag for gitops-argocd-sync step (#725)
* fix image tag for gitops-argocd-sync step * update tag gitops-argocd-sync to 1.5.0
1 parent fb8022a commit 8eee6f3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

graduated/gitops-argocd-sync/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## [1.5.1] - 2025-10-02
3+
### Changed
4+
- Change default step image to 1.5.0
5+
26
## [1.5.0] - 2025-01-29
37
### Changed
48
- 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.0
4+
version: 1.5.1
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.4.5",
128+
"default": "1.5.0",
129129
"description": "OPTIONAL - To overwrite the tag to use"
130130
}
131131
}

0 commit comments

Comments
 (0)