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 8eee6f3 commit 0f18a3fCopy full SHA for 0f18a3f
graduated/gitops-argocd-sync/CHANGELOG.md
@@ -1,8 +1,4 @@
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.1
+ version: 1.5.0
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.5.0",
+ "default": "1.4.5",
129
"description": "OPTIONAL - To overwrite the tag to use"
130
}
131
0 commit comments