diff --git a/charts/robot-operator/Chart.yaml b/charts/robot-operator/Chart.yaml index cff4435..6c60a77 100644 --- a/charts/robot-operator/Chart.yaml +++ b/charts/robot-operator/Chart.yaml @@ -13,9 +13,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.6-alpha.2 +version: 0.2.6-alpha.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.2.6-alpha.2" +appVersion: "v0.2.6-alpha.3" diff --git a/charts/robot-operator/templates/launchmanager-crd.yaml b/charts/robot-operator/templates/launchmanager-crd.yaml index 91a023a..e3b4a2d 100644 --- a/charts/robot-operator/templates/launchmanager-crd.yaml +++ b/charts/robot-operator/templates/launchmanager-crd.yaml @@ -199,6 +199,11 @@ spec: gpuCore: description: GPU core number that will be allocated. type: integer + gpuInstance: + default: nvidia.com/gpu + description: GPU instance that will be allocated. eg. + nvidia.com/mig-1g.5gb. Defaults to "nvidia.com/gpu". + type: string memory: description: Memory resource limit. pattern: ^([0-9])+(Mi|Gi)$ diff --git a/charts/robot-operator/templates/robot-crd.yaml b/charts/robot-operator/templates/robot-crd.yaml index 4e79291..b624ae8 100644 --- a/charts/robot-operator/templates/robot-crd.yaml +++ b/charts/robot-operator/templates/robot-crd.yaml @@ -351,6 +351,11 @@ spec: gpuCore: description: GPU core number that will be allocated. type: integer + gpuInstance: + default: nvidia.com/gpu + description: GPU instance that will be allocated. eg. nvidia.com/mig-1g.5gb. + Defaults to "nvidia.com/gpu". + type: string memory: description: Memory resource limit. pattern: ^([0-9])+(Mi|Gi)$ @@ -403,6 +408,11 @@ spec: gpuCore: description: GPU core number that will be allocated. type: integer + gpuInstance: + default: nvidia.com/gpu + description: GPU instance that will be allocated. eg. nvidia.com/mig-1g.5gb. + Defaults to "nvidia.com/gpu". + type: string memory: description: Memory resource limit. pattern: ^([0-9])+(Mi|Gi)$ diff --git a/charts/robot-operator/templates/robotartifact-crd.yaml b/charts/robot-operator/templates/robotartifact-crd.yaml index 96a751c..c0fa6ae 100644 --- a/charts/robot-operator/templates/robotartifact-crd.yaml +++ b/charts/robot-operator/templates/robotartifact-crd.yaml @@ -318,6 +318,11 @@ spec: gpuCore: description: GPU core number that will be allocated. type: integer + gpuInstance: + default: nvidia.com/gpu + description: GPU instance that will be allocated. eg. nvidia.com/mig-1g.5gb. + Defaults to "nvidia.com/gpu". + type: string memory: description: Memory resource limit. pattern: ^([0-9])+(Mi|Gi)$ @@ -370,6 +375,11 @@ spec: gpuCore: description: GPU core number that will be allocated. type: integer + gpuInstance: + default: nvidia.com/gpu + description: GPU instance that will be allocated. eg. nvidia.com/mig-1g.5gb. + Defaults to "nvidia.com/gpu". + type: string memory: description: Memory resource limit. pattern: ^([0-9])+(Mi|Gi)$ diff --git a/charts/robot-operator/templates/robotdevsuite-crd.yaml b/charts/robot-operator/templates/robotdevsuite-crd.yaml index 359cc47..4b2f282 100644 --- a/charts/robot-operator/templates/robotdevsuite-crd.yaml +++ b/charts/robot-operator/templates/robotdevsuite-crd.yaml @@ -141,6 +141,11 @@ spec: gpuCore: description: GPU core number that will be allocated. type: integer + gpuInstance: + default: nvidia.com/gpu + description: GPU instance that will be allocated. eg. nvidia.com/mig-1g.5gb. + Defaults to "nvidia.com/gpu". + type: string memory: description: Memory resource limit. pattern: ^([0-9])+(Mi|Gi)$ @@ -193,6 +198,11 @@ spec: gpuCore: description: GPU core number that will be allocated. type: integer + gpuInstance: + default: nvidia.com/gpu + description: GPU instance that will be allocated. eg. nvidia.com/mig-1g.5gb. + Defaults to "nvidia.com/gpu". + type: string memory: description: Memory resource limit. pattern: ^([0-9])+(Mi|Gi)$ diff --git a/charts/robot-operator/templates/robotide-crd.yaml b/charts/robot-operator/templates/robotide-crd.yaml index 63bae29..042424b 100644 --- a/charts/robot-operator/templates/robotide-crd.yaml +++ b/charts/robot-operator/templates/robotide-crd.yaml @@ -73,6 +73,11 @@ spec: gpuCore: description: GPU core number that will be allocated. type: integer + gpuInstance: + default: nvidia.com/gpu + description: GPU instance that will be allocated. eg. nvidia.com/mig-1g.5gb. + Defaults to "nvidia.com/gpu". + type: string memory: description: Memory resource limit. pattern: ^([0-9])+(Mi|Gi)$ diff --git a/charts/robot-operator/templates/robotvdi-crd.yaml b/charts/robot-operator/templates/robotvdi-crd.yaml index 423e392..674a0ce 100644 --- a/charts/robot-operator/templates/robotvdi-crd.yaml +++ b/charts/robot-operator/templates/robotvdi-crd.yaml @@ -97,6 +97,11 @@ spec: gpuCore: description: GPU core number that will be allocated. type: integer + gpuInstance: + default: nvidia.com/gpu + description: GPU instance that will be allocated. eg. nvidia.com/mig-1g.5gb. + Defaults to "nvidia.com/gpu". + type: string memory: description: Memory resource limit. pattern: ^([0-9])+(Mi|Gi)$ diff --git a/charts/robot-operator/values.yaml b/charts/robot-operator/values.yaml index ea42fde..d3455b4 100644 --- a/charts/robot-operator/values.yaml +++ b/charts/robot-operator/values.yaml @@ -32,7 +32,7 @@ controllerManager: - ALL image: repository: robolaunchio/robot-controller-manager - tag: v0.2.6-alpha.2 + tag: v0.2.6-alpha.3 resources: limits: cpu: 500m