From f5cb758d553ec6bb614d1bf15e530054b0c4500f Mon Sep 17 00:00:00 2001 From: liranp Date: Wed, 13 Jan 2021 15:08:43 +0200 Subject: [PATCH] feat(spot/addon): bump ocean-controller to 1.0.70 --- upup/models/bindata.go | 3 ++- .../v1.14.0.yaml.template | 3 ++- .../cloudup/bootstrapchannelbuilder/bootstrapchannelbuilder.go | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/upup/models/bindata.go b/upup/models/bindata.go index 661f538236..c1b0a19e04 100644 --- a/upup/models/bindata.go +++ b/upup/models/bindata.go @@ -41870,7 +41870,7 @@ spec: containers: - name: spotinst-kubernetes-cluster-controller imagePullPolicy: Always - image: spotinst/kubernetes-cluster-controller:1.0.69 + image: spotinst/kubernetes-cluster-controller:1.0.70 livenessProbe: httpGet: path: /healthcheck @@ -41956,6 +41956,7 @@ spec: fieldRef: fieldPath: metadata.namespace serviceAccountName: spotinst-kubernetes-cluster-controller + dnsPolicy: Default tolerations: - key: node.kubernetes.io/not-ready effect: NoExecute diff --git a/upup/models/cloudup/resources/addons/spotinst-kubernetes-cluster-controller.addons.k8s.io/v1.14.0.yaml.template b/upup/models/cloudup/resources/addons/spotinst-kubernetes-cluster-controller.addons.k8s.io/v1.14.0.yaml.template index 1f34caed3a..30677439c2 100644 --- a/upup/models/cloudup/resources/addons/spotinst-kubernetes-cluster-controller.addons.k8s.io/v1.14.0.yaml.template +++ b/upup/models/cloudup/resources/addons/spotinst-kubernetes-cluster-controller.addons.k8s.io/v1.14.0.yaml.template @@ -199,7 +199,7 @@ spec: containers: - name: spotinst-kubernetes-cluster-controller imagePullPolicy: Always - image: spotinst/kubernetes-cluster-controller:1.0.69 + image: spotinst/kubernetes-cluster-controller:1.0.70 livenessProbe: httpGet: path: /healthcheck @@ -285,6 +285,7 @@ spec: fieldRef: fieldPath: metadata.namespace serviceAccountName: spotinst-kubernetes-cluster-controller + dnsPolicy: Default tolerations: - key: node.kubernetes.io/not-ready effect: NoExecute diff --git a/upup/pkg/fi/cloudup/bootstrapchannelbuilder/bootstrapchannelbuilder.go b/upup/pkg/fi/cloudup/bootstrapchannelbuilder/bootstrapchannelbuilder.go index 62e9563a2d..df6933d445 100644 --- a/upup/pkg/fi/cloudup/bootstrapchannelbuilder/bootstrapchannelbuilder.go +++ b/upup/pkg/fi/cloudup/bootstrapchannelbuilder/bootstrapchannelbuilder.go @@ -645,7 +645,7 @@ func (b *BootstrapChannelBuilder) buildAddons(c *fi.ModelBuilderContext) (*chann { id := "v1.14.0" location := key + "/" + id + ".yaml" - version := "1.0.69" + version := "1.0.70" addons.Spec.Addons = append(addons.Spec.Addons, &channelsapi.AddonSpec{ Name: fi.String(key),