Skip to content

Commit

Permalink
Merge pull request #10823 from hakman/automated-cherry-pick-of-#10820…
Browse files Browse the repository at this point in the history
…-upstream-release-1.20

Automated cherry pick of #10820: feat(spot/addon): bump ocean-controller to 1.0.72
  • Loading branch information
k8s-ci-robot authored Feb 14, 2021
2 parents 68e3062 + 8ca5dfc commit 4a91a5e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
8 changes: 7 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 @@ -125,12 +125,18 @@ rules:
- apiGroups: [""]
resources: ["pods"]
verbs: ["get", "list", "patch", "update", "create", "delete"]
- apiGroups: ["batch"]
resources: ["jobs"]
verbs: ["get", "list", "patch","update","create","delete"]
# ----------------------------------------------------------------------------
# Required by Spotinst Wave.
# ----------------------------------------------------------------------------
- apiGroups: ["sparkoperator.k8s.io"]
resources: ["sparkapplications", "scheduledsparkapplications"]
verbs: ["get", "list"]
- apiGroups: ["wave.spot.io"]
resources: ["sparkapplications", "wavecomponents", "waveenvironments"]
verbs: ["get", "list"]
---
# ------------------------------------------------------------------------------
# Cluster Role Binding
Expand Down Expand Up @@ -199,7 +205,7 @@ spec:
containers:
- name: spotinst-kubernetes-cluster-controller
imagePullPolicy: Always
image: spotinst/kubernetes-cluster-controller:1.0.70
image: spotinst/kubernetes-cluster-controller:1.0.72
livenessProbe:
httpGet:
path: /healthcheck
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ func (b *BootstrapChannelBuilder) buildAddons(c *fi.ModelBuilderContext) (*chann
{
id := "v1.14.0"
location := key + "/" + id + ".yaml"
version := "1.0.70"
version := "1.0.72"

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

0 comments on commit 4a91a5e

Please sign in to comment.