mirror of https://github.com/kubernetes/kops.git
Merge pull request #6129 from spotinst/feature-spotinst-controller
Spotinst: Bump controller image
This commit is contained in:
commit
e6d9545a6e
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue