Skip to content

Commit

Permalink
Update kubevirt to v0.17.4 and update manifests (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiraboschi authored and Ryan Hallisey committed Jun 28, 2019
1 parent 36432fe commit 54a91da
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 41 deletions.
8 changes: 4 additions & 4 deletions Gopkg.lock

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

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ required = [

[[override]]
name = "kubevirt.io/kubevirt"
version = "=v0.17.3"
version = "=v0.17.4"

[[override]]
name = "github.com/go-kit/kit"
Expand Down
45 changes: 19 additions & 26 deletions deploy/converged/cluster_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,6 @@ metadata:
name: kubevirt-ssp-operator
rules:
- apiGroups:
- kubevirt.io
- oauth.openshift.io
- template.openshift.io
resources:
Expand All @@ -785,10 +784,8 @@ rules:
verbs:
- create
- get
- list
- watch
- patch
- update
- list
- apiGroups:
- rbac.authorization.k8s.io
resources:
Expand All @@ -799,57 +796,53 @@ rules:
- list
- watch
- patch
- update
- apiGroups:
- extensions
- apps
resources:
- deployments
- replicasets
- daemonsets
- statefulsets
verbs:
- '*'
- create
- get
- patch
- list
- apiGroups:
- ""
- apps
resources:
- serviceaccounts
- configmaps
- nodes
- endpoints
- events
- secrets
- daemonsets
verbs:
- create
- get
- patch
- update
- list
- watch
- apiGroups:
- ""
resources:
- pods
- serviceaccounts
verbs:
- '*'
- create
- get
- patch
- apiGroups:
- ""
resources:
- services
- pods
- configmaps
- nodes
verbs:
- create
- get
- list
- patch
- watch
- update
- apiGroups:
- ""
resources:
- namespaces
- services
verbs:
- get
- list
- watch
- get
- create
- patch
- apiGroups:
- admissionregistration.k8s.io
resources:
Expand Down

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

3 changes: 2 additions & 1 deletion vendor/kubevirt.io/kubevirt/pkg/virt-controller/watch/vm.go

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

0 comments on commit 54a91da

Please sign in to comment.