From d2cf24263159b865990aeadf9f6d610223577c6d Mon Sep 17 00:00:00 2001 From: tunahanertekin Date: Mon, 30 Oct 2023 07:23:59 +0000 Subject: [PATCH] bump(charts): bump robot-operator chart to v0.2.6-alpha.11 --- charts/robot-operator/Chart.yaml | 4 ++-- .../templates/metricsexporter-crd.yaml | 17 ++++++++++++++++- charts/robot-operator/values.yaml | 2 +- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/charts/robot-operator/Chart.yaml b/charts/robot-operator/Chart.yaml index 43389c5..7b2e392 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.10 +version: 0.2.6-alpha.11 # 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.10" +appVersion: "v0.2.6-alpha.11" diff --git a/charts/robot-operator/templates/metricsexporter-crd.yaml b/charts/robot-operator/templates/metricsexporter-crd.yaml index 97a11b4..01034c8 100644 --- a/charts/robot-operator/templates/metricsexporter-crd.yaml +++ b/charts/robot-operator/templates/metricsexporter-crd.yaml @@ -271,7 +271,8 @@ spec: description: Usage metrics. properties: gpu: - description: GPU usage information. + description: GPU usage information. Will be deprecated after implementing + checks for each GPU instance. properties: lastUpdateTimestamp: description: Last update time. @@ -281,6 +282,20 @@ spec: from `nvidia-smi` command. type: string type: object + gpuInstanceUsage: + additionalProperties: + description: Current usage of GPU cores belongs to a GPU instance + (eg. mig-1g.10gb). + properties: + allocated: + description: Number of allocated virtual cores. + type: string + capacity: + description: Number of total virtual cores. + type: string + type: object + description: GPU virtual cores. + type: object network: description: Network usage information. properties: diff --git a/charts/robot-operator/values.yaml b/charts/robot-operator/values.yaml index cff0bab..5e6f587 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.10 + tag: v0.2.6-alpha.11 resources: limits: cpu: 500m