You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Prepare release v0.15.0
* Fix make prepare-release-branch for kueue-populator
* Revert "Fix make prepare-release-branch for kueue-populator"
This reverts commit 64d814d.
Kueue is a set of APIs and controllers for job queueing. It is a job-level manager that decides when a job should be admitted to start (as in pods can be created) and when it should stop (as in active pods should be deleted).
| controllerManager.manager.image.pullPolicy | string |`"Always"`| ControllerManager's image pullPolicy. This should be set to 'IfNotPresent' for released version |
| controllerManager.manager.podSecurityContext | object |`{"runAsNonRoot":true,"seccompProfile":{"type":"RuntimeDefault"}}`| ControllerManager's pod securityContext |
109
109
| controllerManager.manager.priorityClassName | string |`nil`| ControllerManager's pod priorityClassName |
@@ -128,7 +128,7 @@ The following table lists the configurable parameters of the kueue chart and the
128
128
| kueueViz.backend.env | list |`[{"name":"KUEUEVIZ_ALLOWED_ORIGINS","value":"frontend.kueueviz.local"}]`| Environment variables for KueueViz backend deployment |
129
129
| kueueViz.backend.image.pullPolicy | string |`"Always"`| KueueViz dashboard backend image pullPolicy. This should be set to 'IfNotPresent' for released version |
| kueueViz.backend.imagePullSecrets | list |`[]`| Sets ImagePullSecrets for KueueViz dashboard backend deployments. This is useful when the images are in a private registry. |
@@ -140,7 +140,7 @@ The following table lists the configurable parameters of the kueue chart and the
140
140
| kueueViz.frontend.env | list |`[{"name":"REACT_APP_WEBSOCKET_URL","value":"wss://backend.kueueviz.local"}]`| Environment variables for KueueViz frontend deployment |
141
141
| kueueViz.frontend.image.pullPolicy | string |`"Always"`| KueueViz dashboard frontend image pullPolicy. This should be set to 'IfNotPresent' for released version |
| kueueViz.frontend.imagePullSecrets | list |`[]`| Sets ImagePullSecrets for KueueViz dashboard frontend deployments. This is useful when the images are in a private registry. |
0 commit comments