Skip to content

Commit

Permalink
Update resources
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <[email protected]>
  • Loading branch information
tolusha committed Jan 28, 2022
1 parent a9f2ff1 commit 1d197fa
Show file tree
Hide file tree
Showing 6 changed files with 75 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,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.43.0-412.next
name: eclipse-che-preview-openshift.v7.43.0-414.next
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -925,6 +925,13 @@ spec:
- get
- list
- watch
- apiGroups:
- authorization.k8s.io
resources:
- localsubjectaccessreviews
- subjectaccessreviews
verbs:
- create
- apiGroups:
- batch
resources:
Expand All @@ -937,6 +944,14 @@ spec:
- patch
- update
- watch
- apiGroups:
- config.openshift.io
resourceNames:
- cluster
resources:
- proxies
verbs:
- get
- apiGroups:
- controller.devfile.io
resources:
Expand Down Expand Up @@ -965,6 +980,14 @@ spec:
- create
- get
- update
- apiGroups:
- metrics.k8s.io
resources:
- pods
verbs:
- get
- list
- watch
- apiGroups:
- monitoring.coreos.com
resources:
Expand Down Expand Up @@ -1089,7 +1112,7 @@ spec:
- name: RELATED_IMAGE_single_host_gateway_config_sidecar
value: quay.io/che-incubator/configbump:0.1.4
- name: RELATED_IMAGE_devworkspace_controller
value: quay.io/devfile/devworkspace-controller:v0.11.0
value: quay.io/devfile/devworkspace-controller:v0.12.1
- name: RELATED_IMAGE_internal_rest_backup_server
value: quay.io/eclipse/che-backup-server-rest:b6cc165
- name: RELATED_IMAGE_gateway_authentication_sidecar
Expand Down Expand Up @@ -1403,4 +1426,4 @@ spec:
maturity: stable
provider:
name: Eclipse Foundation
version: 7.43.0-412.next
version: 7.43.0-414.next
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
- name: RELATED_IMAGE_single_host_gateway_config_sidecar
value: quay.io/che-incubator/configbump:0.1.4
- name: RELATED_IMAGE_devworkspace_controller
value: quay.io/devfile/devworkspace-controller:v0.11.0
value: quay.io/devfile/devworkspace-controller:v0.12.1
- name: RELATED_IMAGE_internal_rest_backup_server
value: quay.io/eclipse/che-backup-server-rest:b6cc165
- name: RELATED_IMAGE_gateway_authentication_sidecar
Expand Down
23 changes: 23 additions & 0 deletions config/rbac/cluster_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,13 @@ rules:
- get
- list
- watch
- apiGroups:
- authorization.k8s.io
resources:
- localsubjectaccessreviews
- subjectaccessreviews
verbs:
- create
- apiGroups:
- batch
resources:
Expand All @@ -570,6 +577,14 @@ rules:
- patch
- update
- watch
- apiGroups:
- config.openshift.io
resourceNames:
- cluster
resources:
- proxies
verbs:
- get
- apiGroups:
- controller.devfile.io
resources:
Expand Down Expand Up @@ -598,6 +613,14 @@ rules:
- create
- get
- update
- apiGroups:
- metrics.k8s.io
resources:
- pods
verbs:
- get
- list
- watch
- apiGroups:
- monitoring.coreos.com
resources:
Expand Down
23 changes: 23 additions & 0 deletions helmcharts/next/templates/cluster_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,13 @@ rules:
- get
- list
- watch
- apiGroups:
- authorization.k8s.io
resources:
- localsubjectaccessreviews
- subjectaccessreviews
verbs:
- create
- apiGroups:
- batch
resources:
Expand All @@ -570,6 +577,14 @@ rules:
- patch
- update
- watch
- apiGroups:
- config.openshift.io
resourceNames:
- cluster
resources:
- proxies
verbs:
- get
- apiGroups:
- controller.devfile.io
resources:
Expand Down Expand Up @@ -598,6 +613,14 @@ rules:
- create
- get
- update
- apiGroups:
- metrics.k8s.io
resources:
- pods
verbs:
- get
- list
- watch
- apiGroups:
- monitoring.coreos.com
resources:
Expand Down
2 changes: 1 addition & 1 deletion helmcharts/next/templates/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
- name: RELATED_IMAGE_single_host_gateway_config_sidecar
value: quay.io/che-incubator/configbump:0.1.4
- name: RELATED_IMAGE_devworkspace_controller
value: quay.io/devfile/devworkspace-controller:v0.11.0
value: quay.io/devfile/devworkspace-controller:v0.12.1
- name: RELATED_IMAGE_internal_rest_backup_server
value: quay.io/eclipse/che-backup-server-rest:b6cc165
- name: RELATED_IMAGE_gateway_authentication_sidecar
Expand Down
2 changes: 1 addition & 1 deletion pkg/deploy/dev-workspace/dev_workspace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (
)

const (
DevWorkspaceCSVName = "devworkspace-operator.v0.11.0"
DevWorkspaceCSVName = "devworkspace-operator.v0.12.1"
)

func TestReconcileDevWorkspace(t *testing.T) {
Expand Down

0 comments on commit 1d197fa

Please sign in to comment.