Skip to content

Commit

Permalink
feat(kwasm-operator): initial support for kwasm
Browse files Browse the repository at this point in the history
  • Loading branch information
jakepage91 committed Jul 26, 2024
1 parent e189c6e commit 6892fa8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/kwasm/v0.2.3+1/package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# yaml-language-server: $schema=https://glasskube.dev/schemas/v1/package-manifest.json

name: "kwasm"
shortDescription: "The KWasm Operator allows for fine-grained control over node provisioning instead of using the node installer with a DaemonSet"
iconUrl: "https://avatars.githubusercontent.com/u/113929551"
defaultNamespace: "kwasm"
helm:
repositoryUrl: "http://kwasm.sh/kwasm-operator/"
chartName: "kwasm-operator"
chartVersion: "0.2.3"
references:
- label: "Website"
url: "https://kwasm.sh/"
- label: "GitHub"
url: "https://github.com/KWasm/kwasm-operator/"
3 changes: 3 additions & 0 deletions packages/kwasm/versions.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
latestVersion: v0.2.3+1
versions:
- version: v0.2.3+1

0 comments on commit 6892fa8

Please sign in to comment.