Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ HELMIFY ?= helmify

## Tool Versions
KUSTOMIZE_VERSION ?= v5.4.3
CONTROLLER_TOOLS_VERSION ?= v0.16.1
CONTROLLER_TOOLS_VERSION ?= v0.16.5
ENVTEST_VERSION ?= release-0.19
GOLANGCI_LINT_VERSION ?= v1.59.1
HELM_VERSION ?= v3.14.2
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/devzero.io_collectionpolicies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.1
controller-gen.kubebuilder.io/version: v0.16.5
name: collectionpolicies.devzero.io
spec:
group: devzero.io
Expand Down
64 changes: 36 additions & 28 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,34 @@ kind: ClusterRole
metadata:
name: manager-role
rules:
- apiGroups:
- ""
resources:
- configmaps
- endpoints
- events
- limitranges
- namespaces
- nodes
- persistentvolumeclaims
- persistentvolumes
- pods
- replicationcontrollers
- resourcequotas
- serviceaccounts
- services
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
- nodes/metrics
- nodes/status
- pods/status
verbs:
- get
- apiGroups:
- apiextensions.k8s.io
resources:
Expand Down Expand Up @@ -66,34 +94,6 @@ rules:
- get
- list
- watch
- apiGroups:
- ""
resources:
- configmaps
- endpoints
- events
- limitranges
- namespaces
- nodes
- persistentvolumeclaims
- persistentvolumes
- pods
- replicationcontrollers
- resourcequotas
- serviceaccounts
- services
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
- nodes/metrics
- nodes/status
- pods/status
verbs:
- get
- apiGroups:
- datadoghq.com
resources:
Expand Down Expand Up @@ -159,6 +159,14 @@ rules:
- get
- list
- watch
- apiGroups:
- kubeflow.org
resources:
- notebooks
verbs:
- get
- list
- watch
- apiGroups:
- metrics.k8s.io
resources:
Expand Down
64 changes: 36 additions & 28 deletions dist/backend-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,34 @@ kind: ClusterRole
metadata:
name: devzero-zxporter-manager-role
rules:
- apiGroups:
- ""
resources:
- configmaps
- endpoints
- events
- limitranges
- namespaces
- nodes
- persistentvolumeclaims
- persistentvolumes
- pods
- replicationcontrollers
- resourcequotas
- serviceaccounts
- services
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
- nodes/metrics
- nodes/status
- pods/status
verbs:
- get
- apiGroups:
- apiextensions.k8s.io
resources:
Expand Down Expand Up @@ -927,34 +955,6 @@ rules:
- get
- list
- watch
- apiGroups:
- ""
resources:
- configmaps
- endpoints
- events
- limitranges
- namespaces
- nodes
- persistentvolumeclaims
- persistentvolumes
- pods
- replicationcontrollers
- resourcequotas
- serviceaccounts
- services
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
- nodes/metrics
- nodes/status
- pods/status
verbs:
- get
- apiGroups:
- datadoghq.com
resources:
Expand Down Expand Up @@ -1020,6 +1020,14 @@ rules:
- get
- list
- watch
- apiGroups:
- kubeflow.org
resources:
- notebooks
verbs:
- get
- list
- watch
- apiGroups:
- metrics.k8s.io
resources:
Expand Down
64 changes: 36 additions & 28 deletions dist/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -871,6 +871,34 @@ kind: ClusterRole
metadata:
name: devzero-zxporter-manager-role
rules:
- apiGroups:
- ""
resources:
- configmaps
- endpoints
- events
- limitranges
- namespaces
- nodes
- persistentvolumeclaims
- persistentvolumes
- pods
- replicationcontrollers
- resourcequotas
- serviceaccounts
- services
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
- nodes/metrics
- nodes/status
- pods/status
verbs:
- get
- apiGroups:
- apiextensions.k8s.io
resources:
Expand Down Expand Up @@ -933,34 +961,6 @@ rules:
- get
- list
- watch
- apiGroups:
- ""
resources:
- configmaps
- endpoints
- events
- limitranges
- namespaces
- nodes
- persistentvolumeclaims
- persistentvolumes
- pods
- replicationcontrollers
- resourcequotas
- serviceaccounts
- services
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
- nodes/metrics
- nodes/status
- pods/status
verbs:
- get
- apiGroups:
- datadoghq.com
resources:
Expand Down Expand Up @@ -1026,6 +1026,14 @@ rules:
- get
- list
- watch
- apiGroups:
- kubeflow.org
resources:
- notebooks
verbs:
- get
- list
- watch
- apiGroups:
- metrics.k8s.io
resources:
Expand Down
64 changes: 36 additions & 28 deletions dist/installer_updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,34 @@ kind: ClusterRole
metadata:
name: devzero-zxporter-manager-role
rules:
- apiGroups:
- ""
resources:
- configmaps
- endpoints
- events
- limitranges
- namespaces
- nodes
- persistentvolumeclaims
- persistentvolumes
- pods
- replicationcontrollers
- resourcequotas
- serviceaccounts
- services
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
- nodes/metrics
- nodes/status
- pods/status
verbs:
- get
- apiGroups:
- apiextensions.k8s.io
resources:
Expand Down Expand Up @@ -927,34 +955,6 @@ rules:
- get
- list
- watch
- apiGroups:
- ""
resources:
- configmaps
- endpoints
- events
- limitranges
- namespaces
- nodes
- persistentvolumeclaims
- persistentvolumes
- pods
- replicationcontrollers
- resourcequotas
- serviceaccounts
- services
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
- nodes/metrics
- nodes/status
- pods/status
verbs:
- get
- apiGroups:
- datadoghq.com
resources:
Expand Down Expand Up @@ -1020,6 +1020,14 @@ rules:
- get
- list
- watch
- apiGroups:
- kubeflow.org
resources:
- notebooks
verbs:
- get
- list
- watch
- apiGroups:
- metrics.k8s.io
resources:
Expand Down
Loading
Loading