mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
feat(oci): oci helm support [r8s-361] (#787)
This commit is contained in:
parent
b6a6ce9aaf
commit
2697d6c5d7
80 changed files with 4264 additions and 812 deletions
|
@ -1,6 +1,10 @@
|
|||
package options
|
||||
|
||||
import "time"
|
||||
import (
|
||||
"time"
|
||||
|
||||
portainer "github.com/portainer/portainer/api"
|
||||
)
|
||||
|
||||
type InstallOptions struct {
|
||||
Name string
|
||||
|
@ -8,6 +12,7 @@ type InstallOptions struct {
|
|||
Version string
|
||||
Namespace string
|
||||
Repo string
|
||||
Registry *portainer.Registry
|
||||
Wait bool
|
||||
ValuesFile string
|
||||
PostRenderer string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue