mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
feat(helm): use helm upgrade for install [r8s-258] (#568)
This commit is contained in:
parent
e68bd53e30
commit
0ebfe047d1
19 changed files with 613 additions and 150 deletions
|
@ -1,5 +1,7 @@
|
|||
package options
|
||||
|
||||
import "time"
|
||||
|
||||
type InstallOptions struct {
|
||||
Name string
|
||||
Chart string
|
||||
|
@ -8,6 +10,7 @@ type InstallOptions struct {
|
|||
Wait bool
|
||||
ValuesFile string
|
||||
PostRenderer string
|
||||
Timeout time.Duration
|
||||
KubernetesClusterAccess *KubernetesClusterAccess
|
||||
|
||||
// Optional environment vars to pass when running helm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue