mirror of https://github.com/k3s-io/k3s
Merge pull request #1241 from galal-hussein/update_helm_controller_3
upgrade helm imagepull/1243/head
commit
a1d6fce9c8
2
go.mod
2
go.mod
|
@ -98,7 +98,7 @@ require (
|
||||||
github.com/pkg/errors v0.8.1
|
github.com/pkg/errors v0.8.1
|
||||||
github.com/rakelkar/gonetsh v0.0.0-20190719023240-501daadcadf8 // indirect
|
github.com/rakelkar/gonetsh v0.0.0-20190719023240-501daadcadf8 // indirect
|
||||||
github.com/rancher/dynamiclistener v0.2.0
|
github.com/rancher/dynamiclistener v0.2.0
|
||||||
github.com/rancher/helm-controller v0.4.1-0.20191219210749-b81cad6ffd60
|
github.com/rancher/helm-controller v0.4.1-0.20191223195946-ae918063bc54
|
||||||
github.com/rancher/kine v0.3.2
|
github.com/rancher/kine v0.3.2
|
||||||
github.com/rancher/remotedialer v0.2.0
|
github.com/rancher/remotedialer v0.2.0
|
||||||
github.com/rancher/wrangler v0.4.0
|
github.com/rancher/wrangler v0.4.0
|
||||||
|
|
2
go.sum
2
go.sum
|
@ -719,6 +719,8 @@ github.com/rancher/helm-controller v0.4.0 h1:VO7TqMsMWh3TJK7U38LLht1uHiDy0fSYWSy
|
||||||
github.com/rancher/helm-controller v0.4.0/go.mod h1:194LHuZRrxcD82bG1rJtOWsw98U4JbPhDWqvL7l3PAw=
|
github.com/rancher/helm-controller v0.4.0/go.mod h1:194LHuZRrxcD82bG1rJtOWsw98U4JbPhDWqvL7l3PAw=
|
||||||
github.com/rancher/helm-controller v0.4.1-0.20191219210749-b81cad6ffd60 h1:c4UL7AcwFGoZIit6EoVS9S1ylj4IGhPCtQM23iFXBzA=
|
github.com/rancher/helm-controller v0.4.1-0.20191219210749-b81cad6ffd60 h1:c4UL7AcwFGoZIit6EoVS9S1ylj4IGhPCtQM23iFXBzA=
|
||||||
github.com/rancher/helm-controller v0.4.1-0.20191219210749-b81cad6ffd60/go.mod h1:194LHuZRrxcD82bG1rJtOWsw98U4JbPhDWqvL7l3PAw=
|
github.com/rancher/helm-controller v0.4.1-0.20191219210749-b81cad6ffd60/go.mod h1:194LHuZRrxcD82bG1rJtOWsw98U4JbPhDWqvL7l3PAw=
|
||||||
|
github.com/rancher/helm-controller v0.4.1-0.20191223195946-ae918063bc54 h1:S/IAloMp6MYYtoHKfJUS5M3Wv0CU+5Ixe1nnSv2pQUU=
|
||||||
|
github.com/rancher/helm-controller v0.4.1-0.20191223195946-ae918063bc54/go.mod h1:194LHuZRrxcD82bG1rJtOWsw98U4JbPhDWqvL7l3PAw=
|
||||||
github.com/rancher/kine v0.3.2 h1:2kP48ojBWVoZ6vlzixc9jc9uKRk7Yn1a7kWoOsJi7Sg=
|
github.com/rancher/kine v0.3.2 h1:2kP48ojBWVoZ6vlzixc9jc9uKRk7Yn1a7kWoOsJi7Sg=
|
||||||
github.com/rancher/kine v0.3.2/go.mod h1:xEMl0tLCva9/9me7mXJ3m9Vo6yqHgC4OU3NiK4CPrGQ=
|
github.com/rancher/kine v0.3.2/go.mod h1:xEMl0tLCva9/9me7mXJ3m9Vo6yqHgC4OU3NiK4CPrGQ=
|
||||||
github.com/rancher/kubernetes v1.17.0-k3s.1 h1:g1xvTHOHMJxwWtseblor0gighLRHpL7Bf9MwX8HR3W0=
|
github.com/rancher/kubernetes v1.17.0-k3s.1 h1:g1xvTHOHMJxwWtseblor0gighLRHpL7Bf9MwX8HR3W0=
|
||||||
|
|
|
@ -39,7 +39,7 @@ type Controller struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
image = "rancher/klipper-helm:v0.2.1"
|
image = "rancher/klipper-helm:v0.2.2"
|
||||||
label = "helmcharts.helm.cattle.io/chart"
|
label = "helmcharts.helm.cattle.io/chart"
|
||||||
name = "helm-controller"
|
name = "helm-controller"
|
||||||
)
|
)
|
||||||
|
|
|
@ -711,7 +711,7 @@ github.com/rancher/dynamiclistener/factory
|
||||||
github.com/rancher/dynamiclistener/storage/file
|
github.com/rancher/dynamiclistener/storage/file
|
||||||
github.com/rancher/dynamiclistener/storage/kubernetes
|
github.com/rancher/dynamiclistener/storage/kubernetes
|
||||||
github.com/rancher/dynamiclistener/storage/memory
|
github.com/rancher/dynamiclistener/storage/memory
|
||||||
# github.com/rancher/helm-controller v0.4.1-0.20191219210749-b81cad6ffd60
|
# github.com/rancher/helm-controller v0.4.1-0.20191223195946-ae918063bc54
|
||||||
github.com/rancher/helm-controller/pkg/apis/helm.cattle.io
|
github.com/rancher/helm-controller/pkg/apis/helm.cattle.io
|
||||||
github.com/rancher/helm-controller/pkg/apis/helm.cattle.io/v1
|
github.com/rancher/helm-controller/pkg/apis/helm.cattle.io/v1
|
||||||
github.com/rancher/helm-controller/pkg/generated/clientset/versioned
|
github.com/rancher/helm-controller/pkg/generated/clientset/versioned
|
||||||
|
|
Loading…
Reference in New Issue