Skip to content

Commit

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

name: "kwasm"
shortDescription: "This Kubernetes Operators installs WebAssembly support on your Kubernetes Nodes"
iconUrl: "https://avatars.githubusercontent.com/u/113929551"
defaultNamespace: "kwasm"
helm:
repositoryUrl: "http://kwasm.sh/kwasm-operator/"
chartName: "kwasm-operator"
chartVersion: "0.2.3"
values:
kwasmOperator:
installerImage: "ghcr.io/spinkube/containerd-shim-spin/node-installer:v0.15.1"
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 f6bd8b9

Please sign in to comment.