Skip to content

Commit

Permalink
Merge pull request #6143 from mikesplain/automated-cherry-pick-of-#61…
Browse files Browse the repository at this point in the history
…29-origin-release-1.11

Automated cherry pick of #6129: feat: bump controller version to 1.0.18
  • Loading branch information
k8s-ci-robot committed Dec 5, 2018
2 parents db21046 + 7558dd8 commit 759ee13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
spec:
containers:
- name: spotinst-kubernetes-cluster-controller
image: spotinst/kubernetes-cluster-controller:1.0.16
image: spotinst/kubernetes-cluster-controller:1.0.18
imagePullPolicy: Always
env:
- name: SPOTINST_TOKEN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
spec:
containers:
- name: spotinst-kubernetes-cluster-controller
image: spotinst/kubernetes-cluster-controller:1.0.16
image: spotinst/kubernetes-cluster-controller:1.0.18
imagePullPolicy: Always
env:
- name: SPOTINST_TOKEN
Expand Down
2 changes: 1 addition & 1 deletion upup/pkg/fi/cloudup/bootstrapchannelbuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ func (b *BootstrapChannelBuilder) buildManifest() (*channelsapi.Addons, map[stri

if featureflag.Spotinst.Enabled() {
key := "spotinst-kubernetes-cluster-controller.addons.k8s.io"
version := "1.0.16"
version := "1.0.18"

{
id := "v1.8.0"
Expand Down

0 comments on commit 759ee13

Please sign in to comment.