-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(backend): Upgrade argo to v3.4.16 (#10568)
* pull argo v3.4.16 upstream Signed-off-by: Giulio Frasca <gfrasca@redhat.com> * upgrade to Argo v3.4.16 Signed-off-by: Giulio Frasca <gfrasca@redhat.com> * Update ValidateWorkflow calls Signed-off-by: Giulio Frasca <gfrasca@redhat.com> * Add NodeStatus pod name retrieval function - Argo 3.4.16 upgrade introduces a breaking change with inconsistent node.ID vs node.Name - introduce a function in workflow.go to conditionally handle this Signed-off-by: Giulio Frasca <gfrasca@redhat.com> * Remove PNS Executor manifests and containerRuntimeExecutor ConfigMap Key - PNS Executor was removed in Argo v3.4, so manifests no longer valid - WorkflowController will fail to start if `containerRuntimeExecutor` provided as input parameter, so remove from WC ConfigMap and CM patches Signed-off-by: Giulio Frasca <gfrasca@redhat.com> * fix(frontend): Fix Sidebar tabs to work with argo pod name-id mismatch - Stemming from upgrade to argo 3.4, Pod Name is no longer always the same as NodeID, which breaks a few tabs (PodInfo, PodEvents and PodLogs). Add function to address this Signed-off-by: Giulio Frasca <gfrasca@redhat.com> * test: update frontend CI to accommodate pod id/name changes Signed-off-by: Giulio Frasca <gfrasca@redhat.com> --------- Signed-off-by: Giulio Frasca <gfrasca@redhat.com>
- Loading branch information
Showing
91 changed files
with
28,284 additions
and
6,963 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.