From 94fdddb5eebe14ea2ade9b51804e7ddd29abaff7 Mon Sep 17 00:00:00 2001 From: tunahanertekin Date: Thu, 2 Nov 2023 09:00:10 +0000 Subject: [PATCH] bump(charts): bump robot-operator chart to v0.2.6-alpha.12.1 --- charts/robot-operator/Chart.yaml | 4 ++-- charts/robot-operator/templates/metricsexporter-crd.yaml | 1 + charts/robot-operator/values.yaml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/robot-operator/Chart.yaml b/charts/robot-operator/Chart.yaml index 8dbc694..78d1f2f 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.12 +version: 0.2.6-alpha.12.1 # 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.12" +appVersion: "v0.2.6-alpha.12.1" diff --git a/charts/robot-operator/templates/metricsexporter-crd.yaml b/charts/robot-operator/templates/metricsexporter-crd.yaml index 50013ef..fbc6bb5 100644 --- a/charts/robot-operator/templates/metricsexporter-crd.yaml +++ b/charts/robot-operator/templates/metricsexporter-crd.yaml @@ -288,6 +288,7 @@ spec: (eg. mig-1g.10gb). properties: allocated: + default: "0" description: Number of allocated virtual cores. type: string capacity: diff --git a/charts/robot-operator/values.yaml b/charts/robot-operator/values.yaml index f7c96c5..c5fff57 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.12 + tag: v0.2.6-alpha.12.1 resources: limits: cpu: 500m