Merge pull request #11512 from spotinst/feat-ocean-controller-1.0.75

Spotinst: Update spotinst/ocean-controller to v1.0.75
This commit is contained in:
Kubernetes Prow Robot 2021-05-18 05:41:31 -07:00 committed by GitHub
commit 2827cba9a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -205,7 +205,7 @@ spec:
containers:
- name: spotinst-kubernetes-cluster-controller
imagePullPolicy: Always
image: spotinst/kubernetes-cluster-controller:1.0.74
image: gcr.io/spotinst-artifacts/kubernetes-cluster-controller:1.0.75
livenessProbe:
httpGet:
path: /healthcheck

View File

@ -654,7 +654,7 @@ func (b *BootstrapChannelBuilder) buildAddons(c *fi.ModelBuilderContext) (*chann
{
id := "v1.14.0"
location := key + "/" + id + ".yaml"
version := "1.0.74"
version := "1.0.75"
addons.Spec.Addons = append(addons.Spec.Addons, &channelsapi.AddonSpec{
Name: fi.String(key),