We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb8022a commit 8eee6f3Copy full SHA for 8eee6f3
graduated/gitops-argocd-sync/CHANGELOG.md
@@ -1,4 +1,8 @@
1
# Changelog
2
+## [1.5.1] - 2025-10-02
3
+### Changed
4
+- Change default step image to 1.5.0
5
+
6
## [1.5.0] - 2025-01-29
7
### Changed
8
- Add APP_NAMESPACE option (supported from app-proxy v1.2600.1)
graduated/gitops-argocd-sync/step.yaml
@@ -1,7 +1,7 @@
kind: step-type
metadata:
name: gitops-argocd-sync
- version: 1.5.0
+ version: 1.5.1
isPublic: true
description: Syncs Argo CD apps managed by our GitOps Runtimes
sources:
@@ -125,7 +125,7 @@ spec:
125
},
126
"IMAGE_TAG": {
127
"type": "string",
128
- "default": "1.4.5",
+ "default": "1.5.0",
129
"description": "OPTIONAL - To overwrite the tag to use"
130
}
131
0 commit comments