feat(spot/addon): bump ocean-controller to 1.0.69

This commit is contained in:
liranp 2020-12-22 01:44:43 +02:00
parent 4eaa97b486
commit 784db66fae
No known key found for this signature in database
GPG Key ID: D5F03857002C1A93
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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