Merge pull request #6129 from spotinst/feature-spotinst-controller

Spotinst: Bump controller image
This commit is contained in:
Kubernetes Prow Robot 2018-12-03 06:43:08 -08:00 committed by GitHub
commit e6d9545a6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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"