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:
Kubernetes Prow Robot 2021-03-01 04:44:42 -08:00 committed by GitHub
commit cb1edd047e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 15 deletions

View File

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

View File

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

View File

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