mirror of https://github.com/kubernetes/kops.git
feat(spot/addon): bump ocean-controller to 1.0.69
This commit is contained in:
parent
4eaa97b486
commit
784db66fae
|
@ -41595,7 +41595,7 @@ spec:
|
|||
containers:
|
||||
- name: spotinst-kubernetes-cluster-controller
|
||||
imagePullPolicy: Always
|
||||
image: spotinst/kubernetes-cluster-controller:1.0.68
|
||||
image: spotinst/kubernetes-cluster-controller:1.0.69
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /healthcheck
|
||||
|
|
|
@ -199,7 +199,7 @@ spec:
|
|||
containers:
|
||||
- name: spotinst-kubernetes-cluster-controller
|
||||
imagePullPolicy: Always
|
||||
image: spotinst/kubernetes-cluster-controller:1.0.68
|
||||
image: spotinst/kubernetes-cluster-controller:1.0.69
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /healthcheck
|
||||
|
|
|
@ -629,7 +629,7 @@ func (b *BootstrapChannelBuilder) buildAddons(c *fi.ModelBuilderContext) (*chann
|
|||
{
|
||||
id := "v1.14.0"
|
||||
location := key + "/" + id + ".yaml"
|
||||
version := "1.0.68"
|
||||
version := "1.0.69"
|
||||
|
||||
addons.Spec.Addons = append(addons.Spec.Addons, &channelsapi.AddonSpec{
|
||||
Name: fi.String(key),
|
||||
|
|
Loading…
Reference in New Issue