mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +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,5 +1,7 @@
|
|||
package options
|
||||
|
||||
import portainer "github.com/portainer/portainer/api"
|
||||
|
||||
// ShowOutputFormat is the format of the output of `helm show`
|
||||
type ShowOutputFormat string
|
||||
|
||||
|
@ -20,6 +22,6 @@ type ShowOptions struct {
|
|||
Chart string
|
||||
Repo string
|
||||
Version string
|
||||
|
||||
Env []string
|
||||
Env []string
|
||||
Registry *portainer.Registry // Registry credentials for authentication
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue