File tree 6 files changed +17
-6
lines changed
6 files changed +17
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ VERSION ?= v0.0.0-dev
12
12
BUNDLE_VERSION ?= $(VERSION:v%=% )
13
13
14
14
# APPWRAPPER_VERSION defines the default version of the AppWrapper controller
15
- APPWRAPPER_VERSION ?= v0.21.1
15
+ APPWRAPPER_VERSION ?= v0.22.0
16
16
APPWRAPPER_REPO ?= github.com/project-codeflare/appwrapper
17
17
APPWRAPPER_CRD ?= ${APPWRAPPER_REPO}/config/crd?ref=${APPWRAPPER_VERSION}
18
18
Original file line number Diff line number Diff line change 1
1
apiVersion : kustomize.config.k8s.io/v1beta1
2
2
kind : Kustomization
3
3
resources :
4
- - github.com/project-codeflare/appwrapper/config/crd?ref=v0.21.1
4
+ - github.com/project-codeflare/appwrapper/config/crd?ref=v0.22.0
Original file line number Diff line number Diff line change @@ -14,6 +14,14 @@ rules:
14
14
- patch
15
15
- update
16
16
- watch
17
+ - apiGroups :
18
+ - " "
19
+ resources :
20
+ - nodes
21
+ verbs :
22
+ - get
23
+ - list
24
+ - watch
17
25
- apiGroups :
18
26
- " "
19
27
resources :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
9
9
github.com/opendatahub-io/opendatahub-operator/v2 v2.10.0
10
10
github.com/openshift/api v0.0.0-20230823114715-5fdd7511b790
11
11
github.com/openshift/client-go v0.0.0-20221019143426-16aed247da5c
12
- github.com/project-codeflare/appwrapper v0.21.1
12
+ github.com/project-codeflare/appwrapper v0.22.0
13
13
github.com/project-codeflare/codeflare-common v0.0.0-20240628111341-56c962a09b7e
14
14
github.com/ray-project/kuberay/ray-operator v1.1.1
15
15
go.uber.org/zap v1.27.0
@@ -35,7 +35,7 @@ replace go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp => go.open
35
35
replace github.com/jackc/pgx/v4 => github.com/jackc/pgx/v5 v5.5.4
36
36
37
37
// These replace directives support the backlevel go version required by ODH build
38
- replace github.com/project-codeflare/appwrapper v0.21.1 => github.com/project-codeflare/appwrapper v0.21.2 -0.20240712173553-5b007c947b37
38
+ replace github.com/project-codeflare/appwrapper v0.22.0 => github.com/project-codeflare/appwrapper v0.22.1 -0.20240719212005-aab106b2126e
39
39
40
40
replace sigs.k8s.io/kueue v0.7.1 => github.com/opendatahub-io/kueue v0.7.0-odh-test
41
41
Original file line number Diff line number Diff line change @@ -246,8 +246,8 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
246
246
github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
247
247
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
248
248
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
249
- github.com/project-codeflare/appwrapper v0.21.2 -0.20240712173553-5b007c947b37 h1:x4qdbN98B9gtaU7pseJWABZzwoDawXLC5QMlx0idXxc =
250
- github.com/project-codeflare/appwrapper v0.21.2 -0.20240712173553-5b007c947b37 /go.mod h1:gKjO+iRtMIdBvIBYmN+VciL9kzWmkfwgk/+24wCLhSM =
249
+ github.com/project-codeflare/appwrapper v0.22.1 -0.20240719212005-aab106b2126e h1:cIsCTtAZaT2fsQG/QGUm4/wvJnobYawCPZwTwVE2DGo =
250
+ github.com/project-codeflare/appwrapper v0.22.1 -0.20240719212005-aab106b2126e /go.mod h1:gKjO+iRtMIdBvIBYmN+VciL9kzWmkfwgk/+24wCLhSM =
251
251
github.com/project-codeflare/codeflare-common v0.0.0-20240628111341-56c962a09b7e h1:juFd1dQyioeMxbVE6F0YD25ozm/jiqJE+MpDhu8p22k =
252
252
github.com/project-codeflare/codeflare-common v0.0.0-20240628111341-56c962a09b7e /go.mod h1:unKTw+XoMANTES3WieG016im7rxZ7IR2/ph++L5Vp1Y =
253
253
github.com/prometheus/client_golang v1.18.0 h1:HzFfmkOzH5Q8L8G+kSJKUx5dtG87sewO+FoDDqP5Tbk =
Original file line number Diff line number Diff line change @@ -41,3 +41,6 @@ package controllers
41
41
// +kubebuilder:rbac:groups=kueue.x-k8s.io,resources=workloads/finalizers,verbs=update
42
42
// +kubebuilder:rbac:groups=kueue.x-k8s.io,resources=resourceflavors,verbs=get;list;watch
43
43
// +kubebuilder:rbac:groups=kueue.x-k8s.io,resources=workloadpriorityclasses,verbs=get;list;watch
44
+
45
+ // permission to watch nodes for Autopilot integration
46
+ //+kubebuilder:rbac:groups="",resources=nodes,verbs=get;list;watch
You can’t perform that action at this time.
0 commit comments