From d0eed8266344a6381bdcb4379946d09896e8540c Mon Sep 17 00:00:00 2001 From: liranp Date: Tue, 18 May 2021 13:19:26 +0300 Subject: [PATCH] feat(spot/addon): bump ocean-controller to 1.0.75 --- .../v1.14.0.yaml.template | 2 +- .../cloudup/bootstrapchannelbuilder/bootstrapchannelbuilder.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 fa045c539a87e..5e352f6974faa 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 @@ -205,7 +205,7 @@ spec: containers: - name: spotinst-kubernetes-cluster-controller imagePullPolicy: Always - image: spotinst/kubernetes-cluster-controller:1.0.74 + image: gcr.io/spotinst-artifacts/kubernetes-cluster-controller:1.0.75 livenessProbe: httpGet: path: /healthcheck diff --git a/upup/pkg/fi/cloudup/bootstrapchannelbuilder/bootstrapchannelbuilder.go b/upup/pkg/fi/cloudup/bootstrapchannelbuilder/bootstrapchannelbuilder.go index 64a54656f8250..89ce397e28991 100644 --- a/upup/pkg/fi/cloudup/bootstrapchannelbuilder/bootstrapchannelbuilder.go +++ b/upup/pkg/fi/cloudup/bootstrapchannelbuilder/bootstrapchannelbuilder.go @@ -654,7 +654,7 @@ func (b *BootstrapChannelBuilder) buildAddons(c *fi.ModelBuilderContext) (*chann { id := "v1.14.0" location := key + "/" + id + ".yaml" - version := "1.0.74" + version := "1.0.75" addons.Spec.Addons = append(addons.Spec.Addons, &channelsapi.AddonSpec{ Name: fi.String(key),