From 89f79324ea317221ec78025631261fff08b76327 Mon Sep 17 00:00:00 2001 From: Aleksei Kobzev Date: Wed, 15 Nov 2023 15:54:18 +0700 Subject: [PATCH] update crd format type with caBundle --- deploy/ydb-operator/Chart.yaml | 4 ++-- deploy/ydb-operator/crds/database.yaml | 1 - deploy/ydb-operator/crds/storage.yaml | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/deploy/ydb-operator/Chart.yaml b/deploy/ydb-operator/Chart.yaml index 12e3e86f..32aa4ecf 100644 --- a/deploy/ydb-operator/Chart.yaml +++ b/deploy/ydb-operator/Chart.yaml @@ -15,10 +15,10 @@ 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.4.36 +version: 0.4.37 # 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: "0.4.36" +appVersion: "0.4.37" diff --git a/deploy/ydb-operator/crds/database.yaml b/deploy/ydb-operator/crds/database.yaml index 87b18fa9..fd2947a5 100644 --- a/deploy/ydb-operator/crds/database.yaml +++ b/deploy/ydb-operator/crds/database.yaml @@ -876,7 +876,6 @@ spec: caBundle: description: User-defined root certificate authority that is added to system trust store of Storage pods on startup. - format: byte type: string configuration: description: YDB configuration in YAML format. Will be applied on diff --git a/deploy/ydb-operator/crds/storage.yaml b/deploy/ydb-operator/crds/storage.yaml index e7a93a3e..3a1ca360 100644 --- a/deploy/ydb-operator/crds/storage.yaml +++ b/deploy/ydb-operator/crds/storage.yaml @@ -876,7 +876,6 @@ spec: caBundle: description: User-defined root certificate authority that is added to system trust store of Storage pods on startup. - format: byte type: string configuration: description: YDB configuration in YAML format. Will be applied on