File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
graduated/gitops-argocd-sync Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
## [ 1.5.0] - 2025-01-29
3
3
### Changed
4
- - Add APP_NAMESPACE option
4
+ - Add APP_NAMESPACE option (supported from app-proxy v1.2600.1)
5
5
6
6
## [ 1.4.5] - 2024-04-04
7
7
### Fixed
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Syncs Argo CD apps managed by our GitOps Runtimes using Codefresh API
15
15
| :---------------| :------------------------------------------------------------------------------------------| :---------| :--------------------------------------------|
16
16
| RUNTIME | The name of the GitOps Runtime managing the Argo CD Application | false | |
17
17
| APPLICATION | The name of the Argo CD Application to be synced | false | |
18
- | APP_NAMESPACE | The namespace of the Argo CD Application to be synced | true | |
18
+ | APP_NAMESPACE | The namespace of the Argo CD Application to be synced, supported from app-proxy v1.2600.1 | true | |
19
19
| ROLLBACK | Initiate a rollback to the previous revision if the Sync and Wait does not become healthy | true | |
20
20
| WAIT_ROLLBACK | Wait for the app to be healthy after a rollback. Forces ROLLBACK to true | true | |
21
21
| CA_BUNDLE | A base64 encoded string that contain the complete CA Certificate Bundle | true | |
You can’t perform that action at this time.
0 commit comments