From 8559a1ef8b07ec049914d6abe9638b4c5568bf0b Mon Sep 17 00:00:00 2001 From: Malte Poll Date: Fri, 17 Mar 2023 13:39:37 +0100 Subject: [PATCH] helm: deploy node operator on OpenStack --- cli/internal/helm/charts/edgeless/operators/Chart.yaml | 6 ++++-- .../charts/constellation-operator/values.schema.json | 3 ++- cli/internal/helm/charts/edgeless/operators/values.yaml | 5 +++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/cli/internal/helm/charts/edgeless/operators/Chart.yaml b/cli/internal/helm/charts/edgeless/operators/Chart.yaml index df911eaa7..6d0992848 100755 --- a/cli/internal/helm/charts/edgeless/operators/Chart.yaml +++ b/cli/internal/helm/charts/edgeless/operators/Chart.yaml @@ -7,14 +7,16 @@ dependencies: - name: node-maintenance-operator version: 0.0.0 tags: + - AWS - Azure - GCP - - AWS + - OpenStack - QEMU - name: constellation-operator version: 0.0.0 tags: + - AWS - Azure - GCP - - AWS + - OpenStack - QEMU diff --git a/cli/internal/helm/charts/edgeless/operators/charts/constellation-operator/values.schema.json b/cli/internal/helm/charts/edgeless/operators/charts/constellation-operator/values.schema.json index f2957df8f..2b38f02ec 100644 --- a/cli/internal/helm/charts/edgeless/operators/charts/constellation-operator/values.schema.json +++ b/cli/internal/helm/charts/edgeless/operators/charts/constellation-operator/values.schema.json @@ -28,9 +28,10 @@ "csp": { "description": "CSP to which the chart is deployed.", "enum": [ + "AWS", "Azure", "GCP", - "AWS", + "OpenStack", "QEMU" ] }, diff --git a/cli/internal/helm/charts/edgeless/operators/values.yaml b/cli/internal/helm/charts/edgeless/operators/values.yaml index 42e8d112f..ae7c9edec 100644 --- a/cli/internal/helm/charts/edgeless/operators/values.yaml +++ b/cli/internal/helm/charts/edgeless/operators/values.yaml @@ -1,6 +1,7 @@ # Set one of the tags to true to indicate which CSP you are deploying to. tags: - Azure: false - GCP: false AWS: false + Azure: false + OpenStack: false + GCP: false QEMU: false