Skip to content

Commit

Permalink
feat(argo-workflow): added initial support for argo-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jakepage91 committed Jul 17, 2024
1 parent a0127c5 commit 8e0e7ea
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
17 changes: 17 additions & 0 deletions packages/argo-workflows/v3.5.8+1/package.yaml
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
3 changes: 3 additions & 0 deletions packages/argo-workflows/versions.yaml
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"

0 comments on commit 8e0e7ea

Please sign in to comment.