Skip to content

Commit 9506216

Browse files
chore: update RHAI XKS chart bundle from rhods-operator main
1 parent 8377737 commit 9506216

20 files changed

Lines changed: 1083 additions & 684 deletions

charts/rhai-on-xks-chart/templates/crds/customresourcedefinition-platforms.config.opendatahub.io.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,24 @@ spec:
6161
the same Managed/Removed/empty convention as DSC components: Managed
6262
deploys the module, Removed tears it down, empty means not managed.
6363
properties:
64+
aigateway:
65+
description: AIGateway controls the ai-gateway-operator module lifecycle.
66+
properties:
67+
managementState:
68+
description: |-
69+
Set to one of the following values:
70+
71+
- "Managed" : the operator is actively managing the component and trying to keep it active.
72+
It will only upgrade the component if it is safe to do so
73+
74+
- "Removed" : the operator is actively managing the component and will not install it,
75+
or if it is installed, the operator will try to remove it
76+
enum:
77+
- Managed
78+
- Removed
79+
pattern: ^(Managed|Unmanaged|Force|Removed)$
80+
type: string
81+
type: object
6482
monitoring:
6583
description: Monitoring controls the monitoring module operator lifecycle.
6684
properties:

charts/rhai-on-xks-chart/templates/rbac/clusterrole-rhods-operator-role.yaml

Lines changed: 39 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -276,20 +276,7 @@ rules:
276276
- apiGroups:
277277
- components.platform.opendatahub.io
278278
resources:
279-
- codeflares
280-
verbs:
281-
- get
282-
- list
283-
- watch
284-
- apiGroups:
285-
- components.platform.opendatahub.io
286-
resources:
287-
- codeflares/status
288-
verbs:
289-
- get
290-
- apiGroups:
291-
- components.platform.opendatahub.io
292-
resources:
279+
- aigateways
293280
- dashboards
294281
- datasciencepipelines
295282
- feastoperators
@@ -318,17 +305,29 @@ rules:
318305
- apiGroups:
319306
- components.platform.opendatahub.io
320307
resources:
321-
- dashboards/finalizers
308+
- aigateways/finalizers
309+
- datasciencepipelines/finalizers
310+
- feastoperators/finalizers
311+
- kserves/finalizers
312+
- kueues/finalizers
313+
- mlflowoperators/finalizers
314+
- modelcontrollers/finalizers
315+
- modelmeshservings/finalizers
316+
- modelregistries/finalizers
317+
- modelsasservices/finalizers
318+
- ogxs/finalizers
319+
- rays/finalizers
320+
- sparkoperators/finalizers
321+
- trainers/finalizers
322+
- trainingoperators/finalizers
323+
- trustyais/finalizers
324+
- workbenches/finalizers
322325
verbs:
323-
- create
324-
- get
325-
- list
326-
- patch
327326
- update
328-
- watch
329327
- apiGroups:
330328
- components.platform.opendatahub.io
331329
resources:
330+
- aigateways/status
332331
- dashboards/status
333332
- datasciencepipelines/status
334333
- feastoperators/status
@@ -353,24 +352,28 @@ rules:
353352
- apiGroups:
354353
- components.platform.opendatahub.io
355354
resources:
356-
- datasciencepipelines/finalizers
357-
- feastoperators/finalizers
358-
- kserves/finalizers
359-
- kueues/finalizers
360-
- mlflowoperators/finalizers
361-
- modelcontrollers/finalizers
362-
- modelmeshservings/finalizers
363-
- modelregistries/finalizers
364-
- modelsasservices/finalizers
365-
- ogxs/finalizers
366-
- rays/finalizers
367-
- sparkoperators/finalizers
368-
- trainers/finalizers
369-
- trainingoperators/finalizers
370-
- trustyais/finalizers
371-
- workbenches/finalizers
355+
- codeflares
356+
verbs:
357+
- get
358+
- list
359+
- watch
360+
- apiGroups:
361+
- components.platform.opendatahub.io
362+
resources:
363+
- codeflares/status
364+
verbs:
365+
- get
366+
- apiGroups:
367+
- components.platform.opendatahub.io
368+
resources:
369+
- dashboards/finalizers
372370
verbs:
371+
- create
372+
- get
373+
- list
374+
- patch
373375
- update
376+
- watch
374377
- apiGroups:
375378
- config.opendatahub.io
376379
resources:

charts/rhai-on-xks-chart/test/snapshots/aws-with-all-deps-managed.snap.yaml

Lines changed: 57 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,24 @@ spec:
766766
the same Managed/Removed/empty convention as DSC components: Managed
767767
deploys the module, Removed tears it down, empty means not managed.
768768
properties:
769+
aigateway:
770+
description: AIGateway controls the ai-gateway-operator module lifecycle.
771+
properties:
772+
managementState:
773+
description: |-
774+
Set to one of the following values:
775+
776+
- "Managed" : the operator is actively managing the component and trying to keep it active.
777+
It will only upgrade the component if it is safe to do so
778+
779+
- "Removed" : the operator is actively managing the component and will not install it,
780+
or if it is installed, the operator will try to remove it
781+
enum:
782+
- Managed
783+
- Removed
784+
pattern: ^(Managed|Unmanaged|Force|Removed)$
785+
type: string
786+
type: object
769787
monitoring:
770788
description: Monitoring controls the monitoring module operator lifecycle.
771789
properties:
@@ -1416,20 +1434,7 @@ rules:
14161434
- apiGroups:
14171435
- components.platform.opendatahub.io
14181436
resources:
1419-
- codeflares
1420-
verbs:
1421-
- get
1422-
- list
1423-
- watch
1424-
- apiGroups:
1425-
- components.platform.opendatahub.io
1426-
resources:
1427-
- codeflares/status
1428-
verbs:
1429-
- get
1430-
- apiGroups:
1431-
- components.platform.opendatahub.io
1432-
resources:
1437+
- aigateways
14331438
- dashboards
14341439
- datasciencepipelines
14351440
- feastoperators
@@ -1458,17 +1463,29 @@ rules:
14581463
- apiGroups:
14591464
- components.platform.opendatahub.io
14601465
resources:
1461-
- dashboards/finalizers
1466+
- aigateways/finalizers
1467+
- datasciencepipelines/finalizers
1468+
- feastoperators/finalizers
1469+
- kserves/finalizers
1470+
- kueues/finalizers
1471+
- mlflowoperators/finalizers
1472+
- modelcontrollers/finalizers
1473+
- modelmeshservings/finalizers
1474+
- modelregistries/finalizers
1475+
- modelsasservices/finalizers
1476+
- ogxs/finalizers
1477+
- rays/finalizers
1478+
- sparkoperators/finalizers
1479+
- trainers/finalizers
1480+
- trainingoperators/finalizers
1481+
- trustyais/finalizers
1482+
- workbenches/finalizers
14621483
verbs:
1463-
- create
1464-
- get
1465-
- list
1466-
- patch
14671484
- update
1468-
- watch
14691485
- apiGroups:
14701486
- components.platform.opendatahub.io
14711487
resources:
1488+
- aigateways/status
14721489
- dashboards/status
14731490
- datasciencepipelines/status
14741491
- feastoperators/status
@@ -1493,24 +1510,28 @@ rules:
14931510
- apiGroups:
14941511
- components.platform.opendatahub.io
14951512
resources:
1496-
- datasciencepipelines/finalizers
1497-
- feastoperators/finalizers
1498-
- kserves/finalizers
1499-
- kueues/finalizers
1500-
- mlflowoperators/finalizers
1501-
- modelcontrollers/finalizers
1502-
- modelmeshservings/finalizers
1503-
- modelregistries/finalizers
1504-
- modelsasservices/finalizers
1505-
- ogxs/finalizers
1506-
- rays/finalizers
1507-
- sparkoperators/finalizers
1508-
- trainers/finalizers
1509-
- trainingoperators/finalizers
1510-
- trustyais/finalizers
1511-
- workbenches/finalizers
1513+
- codeflares
1514+
verbs:
1515+
- get
1516+
- list
1517+
- watch
1518+
- apiGroups:
1519+
- components.platform.opendatahub.io
1520+
resources:
1521+
- codeflares/status
15121522
verbs:
1523+
- get
1524+
- apiGroups:
1525+
- components.platform.opendatahub.io
1526+
resources:
1527+
- dashboards/finalizers
1528+
verbs:
1529+
- create
1530+
- get
1531+
- list
1532+
- patch
15131533
- update
1534+
- watch
15141535
- apiGroups:
15151536
- config.opendatahub.io
15161537
resources:

charts/rhai-on-xks-chart/test/snapshots/aws-with-allowed-routes-all.snap.yaml

Lines changed: 57 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,24 @@ spec:
639639
the same Managed/Removed/empty convention as DSC components: Managed
640640
deploys the module, Removed tears it down, empty means not managed.
641641
properties:
642+
aigateway:
643+
description: AIGateway controls the ai-gateway-operator module lifecycle.
644+
properties:
645+
managementState:
646+
description: |-
647+
Set to one of the following values:
648+
649+
- "Managed" : the operator is actively managing the component and trying to keep it active.
650+
It will only upgrade the component if it is safe to do so
651+
652+
- "Removed" : the operator is actively managing the component and will not install it,
653+
or if it is installed, the operator will try to remove it
654+
enum:
655+
- Managed
656+
- Removed
657+
pattern: ^(Managed|Unmanaged|Force|Removed)$
658+
type: string
659+
type: object
642660
monitoring:
643661
description: Monitoring controls the monitoring module operator lifecycle.
644662
properties:
@@ -1289,20 +1307,7 @@ rules:
12891307
- apiGroups:
12901308
- components.platform.opendatahub.io
12911309
resources:
1292-
- codeflares
1293-
verbs:
1294-
- get
1295-
- list
1296-
- watch
1297-
- apiGroups:
1298-
- components.platform.opendatahub.io
1299-
resources:
1300-
- codeflares/status
1301-
verbs:
1302-
- get
1303-
- apiGroups:
1304-
- components.platform.opendatahub.io
1305-
resources:
1310+
- aigateways
13061311
- dashboards
13071312
- datasciencepipelines
13081313
- feastoperators
@@ -1331,17 +1336,29 @@ rules:
13311336
- apiGroups:
13321337
- components.platform.opendatahub.io
13331338
resources:
1334-
- dashboards/finalizers
1339+
- aigateways/finalizers
1340+
- datasciencepipelines/finalizers
1341+
- feastoperators/finalizers
1342+
- kserves/finalizers
1343+
- kueues/finalizers
1344+
- mlflowoperators/finalizers
1345+
- modelcontrollers/finalizers
1346+
- modelmeshservings/finalizers
1347+
- modelregistries/finalizers
1348+
- modelsasservices/finalizers
1349+
- ogxs/finalizers
1350+
- rays/finalizers
1351+
- sparkoperators/finalizers
1352+
- trainers/finalizers
1353+
- trainingoperators/finalizers
1354+
- trustyais/finalizers
1355+
- workbenches/finalizers
13351356
verbs:
1336-
- create
1337-
- get
1338-
- list
1339-
- patch
13401357
- update
1341-
- watch
13421358
- apiGroups:
13431359
- components.platform.opendatahub.io
13441360
resources:
1361+
- aigateways/status
13451362
- dashboards/status
13461363
- datasciencepipelines/status
13471364
- feastoperators/status
@@ -1366,24 +1383,28 @@ rules:
13661383
- apiGroups:
13671384
- components.platform.opendatahub.io
13681385
resources:
1369-
- datasciencepipelines/finalizers
1370-
- feastoperators/finalizers
1371-
- kserves/finalizers
1372-
- kueues/finalizers
1373-
- mlflowoperators/finalizers
1374-
- modelcontrollers/finalizers
1375-
- modelmeshservings/finalizers
1376-
- modelregistries/finalizers
1377-
- modelsasservices/finalizers
1378-
- ogxs/finalizers
1379-
- rays/finalizers
1380-
- sparkoperators/finalizers
1381-
- trainers/finalizers
1382-
- trainingoperators/finalizers
1383-
- trustyais/finalizers
1384-
- workbenches/finalizers
1386+
- codeflares
1387+
verbs:
1388+
- get
1389+
- list
1390+
- watch
1391+
- apiGroups:
1392+
- components.platform.opendatahub.io
1393+
resources:
1394+
- codeflares/status
13851395
verbs:
1396+
- get
1397+
- apiGroups:
1398+
- components.platform.opendatahub.io
1399+
resources:
1400+
- dashboards/finalizers
1401+
verbs:
1402+
- create
1403+
- get
1404+
- list
1405+
- patch
13861406
- update
1407+
- watch
13871408
- apiGroups:
13881409
- config.opendatahub.io
13891410
resources:

0 commit comments

Comments
 (0)