Merge pull request #11286 from spotinst/feat-ocean-controller-1.0.74

Spotinst: Update spotinst/ocean-controller to v1.0.74
This commit is contained in:
Kubernetes Prow Robot 2021-04-22 07:41:41 -07:00 committed by GitHub
commit 5c252012fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -94,7 +94,7 @@ rules:
# ---------------------------------------------------------------------------- # ----------------------------------------------------------------------------
- apiGroups: ["certificates.k8s.io"] - apiGroups: ["certificates.k8s.io"]
resources: ["certificatesigningrequests"] resources: ["certificatesigningrequests"]
verbs: ["get", "list"] verbs: ["get", "list", "create", "delete"]
- apiGroups: ["certificates.k8s.io"] - apiGroups: ["certificates.k8s.io"]
resources: ["certificatesigningrequests/approval"] resources: ["certificatesigningrequests/approval"]
verbs: ["patch", "update"] verbs: ["patch", "update"]
@ -205,7 +205,7 @@ spec:
containers: containers:
- name: spotinst-kubernetes-cluster-controller - name: spotinst-kubernetes-cluster-controller
imagePullPolicy: Always imagePullPolicy: Always
image: spotinst/kubernetes-cluster-controller:1.0.73 image: spotinst/kubernetes-cluster-controller:1.0.74
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /healthcheck path: /healthcheck

View File

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