Skip to content

Commit

Permalink
Merge pull request #9642 from spotinst/feat-spot-controller-1.0.62
Browse files Browse the repository at this point in the history
Spotinst: Upgrade the Spotinst controller to version 1.0.62
  • Loading branch information
k8s-ci-robot authored Jul 28, 2020
2 parents f8f9eb1 + a9f5ef8 commit 268398c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion upup/models/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ rules:
- apiGroups: ["autoscaling"]
resources: ["horizontalpodautoscalers"]
verbs: ["get", "list"]
- apiGroups: ["apiextensions.k8s.io"]
resources: ["customresourcedefinitions"]
verbs: ["get", "list"]
- nonResourceURLs: ["/version/", "/version"]
verbs: ["get"]
# ----------------------------------------------------------------------------
Expand Down Expand Up @@ -168,7 +171,7 @@ spec:
containers:
- name: spotinst-kubernetes-cluster-controller
imagePullPolicy: Always
image: spotinst/kubernetes-cluster-controller:1.0.61
image: spotinst/kubernetes-cluster-controller:1.0.62
livenessProbe:
httpGet:
path: /healthcheck
Expand Down
2 changes: 1 addition & 1 deletion upup/pkg/fi/cloudup/bootstrapchannelbuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ func (b *BootstrapChannelBuilder) buildAddons() *channelsapi.Addons {
{
id := "v1.14.0"
location := key + "/" + id + ".yaml"
version := "1.0.61"
version := "1.0.62"

addons.Spec.Addons = append(addons.Spec.Addons, &channelsapi.AddonSpec{
Name: fi.String(key),
Expand Down

0 comments on commit 268398c

Please sign in to comment.