mirror of https://github.com/kubernetes/kops.git
Update upup/pkg/fi/cloudup/bootstrapchannelbuilder.go
Co-authored-by: Ciprian Hacman <ciprianhacman@gmail.com>
This commit is contained in:
parent
1ae09e86a5
commit
09eebec765
|
@ -491,7 +491,7 @@ func (b *BootstrapChannelBuilder) buildAddons(c *fi.ModelBuilderContext) (*chann
|
|||
if b.Cluster.Spec.CertManager != nil && fi.BoolValue(b.Cluster.Spec.CertManager.Enabled) {
|
||||
{
|
||||
key := "certmanager.io"
|
||||
version := "1.0.4"
|
||||
version := "1.1.0"
|
||||
|
||||
{
|
||||
location := key + "/k8s-1.16.yaml"
|
||||
|
|
Loading…
Reference in New Issue