We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e29d414 commit c64d57aCopy full SHA for c64d57a
1 file changed
cmd/oci/install.go
@@ -84,6 +84,8 @@ OCI image.`,
84
imageName = "ghcr.io/openfaasltd/vmmeter"
85
case "slicer":
86
imageName = "ghcr.io/openfaasltd/slicer"
87
+ case "superterm":
88
+ imageName = "ghcr.io/openfaasltd/superterm"
89
case "k3sup-pro":
90
imageName = "ghcr.io/openfaasltd/k3sup-pro"
91
}
0 commit comments