Skip to content

Commit

Permalink
Update next bundle
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
  • Loading branch information
tolusha committed Dec 6, 2021
1 parent 02b5c99 commit 8e55c3b
Show file tree
Hide file tree
Showing 5 changed files with 81 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/eclipse-che/che-operator
support: Eclipse Foundation
name: eclipse-che-preview-openshift.v7.40.0-380.next-all-namespaces
name: eclipse-che-preview-openshift.v7.40.0-381.next-all-namespaces
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -768,6 +768,14 @@ spec:
- consoles
verbs:
- get
- apiGroups:
- ""
resources:
- pods/log
verbs:
- get
- list
- watch
- apiGroups:
- workspace.devfile.io
resources:
Expand Down Expand Up @@ -947,6 +955,13 @@ spec:
- get
- list
- watch
- apiGroups:
- authorization.k8s.io
resources:
- localsubjectaccessreviews
- subjectaccessreviews
verbs:
- create
- apiGroups:
- batch
resources:
Expand Down Expand Up @@ -1439,4 +1454,4 @@ spec:
maturity: stable
provider:
name: Eclipse Foundation
version: 7.40.0-380.next-all-namespaces
version: 7.40.0-381.next-all-namespaces
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/eclipse-che/che-operator
support: Eclipse Foundation
name: eclipse-che-preview-kubernetes.v7.40.0-380.next
name: eclipse-che-preview-kubernetes.v7.40.0-381.next
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -755,6 +755,14 @@ spec:
- kubernetesimagepullers
verbs:
- '*'
- apiGroups:
- ""
resources:
- pods/log
verbs:
- get
- list
- watch
- apiGroups:
- workspace.devfile.io
resources:
Expand Down Expand Up @@ -934,6 +942,13 @@ spec:
- get
- list
- watch
- apiGroups:
- authorization.k8s.io
resources:
- localsubjectaccessreviews
- subjectaccessreviews
verbs:
- create
- apiGroups:
- batch
resources:
Expand Down Expand Up @@ -1406,4 +1421,4 @@ spec:
maturity: stable
provider:
name: Eclipse Foundation
version: 7.40.0-380.next
version: 7.40.0-381.next
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/eclipse-che/che-operator
support: Eclipse Foundation
name: eclipse-che-preview-openshift.v7.40.0-380.next
name: eclipse-che-preview-openshift.v7.40.0-381.next
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -768,6 +768,14 @@ spec:
- consoles
verbs:
- get
- apiGroups:
- ""
resources:
- pods/log
verbs:
- get
- list
- watch
- apiGroups:
- workspace.devfile.io
resources:
Expand Down Expand Up @@ -947,6 +955,13 @@ spec:
- get
- list
- watch
- apiGroups:
- authorization.k8s.io
resources:
- localsubjectaccessreviews
- subjectaccessreviews
verbs:
- create
- apiGroups:
- batch
resources:
Expand Down Expand Up @@ -1439,4 +1454,4 @@ spec:
maturity: stable
provider:
name: Eclipse Foundation
version: 7.40.0-380.next
version: 7.40.0-381.next
15 changes: 15 additions & 0 deletions config/rbac/cluster_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,14 @@ rules:
- cluster
verbs:
- get
- apiGroups:
- ''
resources:
- pods/log
verbs:
- get
- list
- watch
### CHE-OPERATOR ROLES ONLY: END
# devworkspace-controller-view-workspaces.ClusterRole.yaml
- apiGroups:
Expand Down Expand Up @@ -550,6 +558,13 @@ rules:
- get
- list
- watch
- apiGroups:
- authorization.k8s.io
resources:
- localsubjectaccessreviews
- subjectaccessreviews
verbs:
- create
- apiGroups:
- batch
resources:
Expand Down
15 changes: 15 additions & 0 deletions helmcharts/next/templates/cluster_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,14 @@ rules:
- cluster
verbs:
- get
- apiGroups:
- ''
resources:
- pods/log
verbs:
- get
- list
- watch
### CHE-OPERATOR ROLES ONLY: END
# devworkspace-controller-view-workspaces.ClusterRole.yaml
- apiGroups:
Expand Down Expand Up @@ -550,6 +558,13 @@ rules:
- get
- list
- watch
- apiGroups:
- authorization.k8s.io
resources:
- localsubjectaccessreviews
- subjectaccessreviews
verbs:
- create
- apiGroups:
- batch
resources:
Expand Down

0 comments on commit 8e55c3b

Please sign in to comment.