Skip to content

Commit

Permalink
feat(spot/addon): bump ocean-controller to 1.0.75
Browse files Browse the repository at this point in the history
  • Loading branch information
liranp committed May 18, 2021
1 parent bfe8c47 commit d0eed82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit d0eed82

Please sign in to comment.