mirror of https://github.com/kubernetes/kops.git
Merge pull request #10960 from spotinst/feat-ocean-controller-1.0.73
Spotinst: Bump the Ocean Controller to 1.0.73
This commit is contained in:
commit
cb1edd047e
|
|
@ -43465,7 +43465,7 @@ spec:
|
|||
containers:
|
||||
- name: spotinst-kubernetes-cluster-controller
|
||||
imagePullPolicy: Always
|
||||
image: spotinst/kubernetes-cluster-controller:1.0.72
|
||||
image: spotinst/kubernetes-cluster-controller:1.0.73
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /healthcheck
|
||||
|
|
|
|||
|
|
@ -205,7 +205,7 @@ spec:
|
|||
containers:
|
||||
- name: spotinst-kubernetes-cluster-controller
|
||||
imagePullPolicy: Always
|
||||
image: spotinst/kubernetes-cluster-controller:1.0.72
|
||||
image: spotinst/kubernetes-cluster-controller:1.0.73
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /healthcheck
|
||||
|
|
|
|||
|
|
@ -666,7 +666,7 @@ func (b *BootstrapChannelBuilder) buildAddons(c *fi.ModelBuilderContext) (*chann
|
|||
{
|
||||
id := "v1.14.0"
|
||||
location := key + "/" + id + ".yaml"
|
||||
version := "1.0.72"
|
||||
version := "1.0.73"
|
||||
|
||||
addons.Spec.Addons = append(addons.Spec.Addons, &channelsapi.AddonSpec{
|
||||
Name: fi.String(key),
|
||||
|
|
|
|||
Loading…
Reference in New Issue