Skip to content

Commit

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

name: "spin-operator"
shortDescription: "The Spin Operator enables deploying Spin applications to Kubernetes."
iconUrl: "https://avatars.githubusercontent.com/u/157650797"
defaultNamespace: "spin-operator"
helm:
repositoryUrl: "oci://ghcr.io/spinkube/charts"
chartName: "spin-operator"
chartVersion: "0.2.0"
manifests:
- url: https://github.com/spinkube/spin-operator/releases/download/v0.2.0/spin-operator.crds.yaml
- url: https://github.com/spinkube/spin-operator/releases/download/v0.2.0/spin-operator.runtime-class.yaml
- url: https://github.com/spinkube/spin-operator/releases/download/v0.2.0/spin-operator.shim-executor.yaml
dependencies:
- name: "cert-manager"
- name: "kwasm"
references:
- label: "Website"
url: "https://www.spinkube.dev/"
- label: "GitHub"
url: "https://github.com/spinkube/spin-operator"
3 changes: 3 additions & 0 deletions packages/spin-operator/versions.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
latestVersion: v0.2.0+1
versions:
- version: v0.2.0+1

0 comments on commit e8dccdb

Please sign in to comment.