Skip to content

Commit c5e82c8

Browse files
authored
update crd format type with caBundle (#166)
1 parent 120007e commit c5e82c8

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

deploy/ydb-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.4.36
18+
version: 0.4.37
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "0.4.36"
24+
appVersion: "0.4.37"

deploy/ydb-operator/crds/database.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,6 @@ spec:
876876
caBundle:
877877
description: User-defined root certificate authority that is added
878878
to system trust store of Storage pods on startup.
879-
format: byte
880879
type: string
881880
configuration:
882881
description: YDB configuration in YAML format. Will be applied on

deploy/ydb-operator/crds/storage.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,6 @@ spec:
876876
caBundle:
877877
description: User-defined root certificate authority that is added
878878
to system trust store of Storage pods on startup.
879-
format: byte
880879
type: string
881880
configuration:
882881
description: YDB configuration in YAML format. Will be applied on

0 commit comments

Comments
 (0)