-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(argo-workflow): added initial support for argo-workflows
- Loading branch information
1 parent
a0127c5
commit 8e0e7ea
Showing
2 changed files
with
20 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# yaml-language-server: $schema=https://glasskube.dev/schemas/v1/package-manifest.json | ||
name: argo-workflows | ||
shortDescription: Kubernetes-native workflow engine supporting DAG and step-based workflows. | ||
defaultNamespace: argo | ||
iconUrl: https://avatars.githubusercontent.com/u/30269780 | ||
manifests: | ||
- url: https://github.com/argoproj/argo-workflows/releases/download/v3.5.8/install.yaml | ||
references: | ||
- label: Github | ||
url: https://github.com/argoproj/argo-workflows | ||
- label: Website | ||
url: https://argoproj.github.io/workflows/ | ||
entrypoints: | ||
- serviceName: argo-server | ||
port: 2746 | ||
localPort: 2746 | ||
name: UI |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
latestVersion: "v3.5.8+1" | ||
versions: | ||
- version: "v3.5.8+1" |