Skip to content

Commit

Permalink
Merge pull request #6129 from spotinst/feature-spotinst-controller
Browse files Browse the repository at this point in the history
Spotinst: Bump controller image
  • Loading branch information
k8s-ci-robot authored Dec 3, 2018
2 parents 202c8b0 + a471938 commit e6d9545
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 e6d9545

Please sign in to comment.