Skip to content

Commit b1a91b2

Browse files
committed
fix build
Signed-off-by: obaydullahmhs <[email protected]>
1 parent ad7163d commit b1a91b2

File tree

20 files changed

+47295
-0
lines changed

20 files changed

+47295
-0
lines changed

charts/kubedb-autoscaler/values.openapiv3_schema.yaml

Lines changed: 2188 additions & 0 deletions
Large diffs are not rendered by default.

charts/kubedb-catalog/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ The following table lists the configurable parameters of the `kubedb-catalog` ch
5858
| proxies.appscode | | <code>r.appscode.com</code> |
5959
| featureGates.Cassandra | | <code>true</code> |
6060
| featureGates.ClickHouse | | <code>true</code> |
61+
| featureGates.DB2 | | <code>true</code> |
6162
| featureGates.Druid | | <code>true</code> |
6263
| featureGates.Elasticsearch | | <code>true</code> |
6364
| featureGates.FerretDB | | <code>true</code> |
Lines changed: 160 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,160 @@
1+
properties:
2+
customVersions:
3+
additionalProperties:
4+
type: object
5+
x-kubernetes-preserve-unknown-fields: true
6+
type: object
7+
enableVersions:
8+
additionalProperties:
9+
items:
10+
type: string
11+
type: array
12+
type: object
13+
featureGates:
14+
additionalProperties:
15+
type: boolean
16+
type: object
17+
fullnameOverride:
18+
type: string
19+
nameOverride:
20+
type: string
21+
proxies:
22+
properties:
23+
appscode:
24+
description: r.appscode.com
25+
type: string
26+
dockerHub:
27+
description: company/bin:1.23
28+
type: string
29+
dockerLibrary:
30+
description: alpine, nginx etc.
31+
type: string
32+
ghcr:
33+
description: ghcr.io
34+
type: string
35+
kubernetes:
36+
description: registry.k8s.io
37+
type: string
38+
microsoft:
39+
description: mcr.microsoft.com
40+
type: string
41+
quay:
42+
description: quay.io
43+
type: string
44+
type: object
45+
psp:
46+
properties:
47+
elasticsearch:
48+
properties:
49+
allowPrivilegeEscalation:
50+
type: boolean
51+
privileged:
52+
type: boolean
53+
required:
54+
- allowPrivilegeEscalation
55+
- privileged
56+
type: object
57+
enabled:
58+
type: boolean
59+
kafka:
60+
properties:
61+
allowPrivilegeEscalation:
62+
type: boolean
63+
privileged:
64+
type: boolean
65+
required:
66+
- allowPrivilegeEscalation
67+
- privileged
68+
type: object
69+
mariadb:
70+
properties:
71+
allowPrivilegeEscalation:
72+
type: boolean
73+
privileged:
74+
type: boolean
75+
required:
76+
- allowPrivilegeEscalation
77+
- privileged
78+
type: object
79+
memcached:
80+
properties:
81+
allowPrivilegeEscalation:
82+
type: boolean
83+
privileged:
84+
type: boolean
85+
required:
86+
- allowPrivilegeEscalation
87+
- privileged
88+
type: object
89+
mongodb:
90+
properties:
91+
allowPrivilegeEscalation:
92+
type: boolean
93+
privileged:
94+
type: boolean
95+
required:
96+
- allowPrivilegeEscalation
97+
- privileged
98+
type: object
99+
mysql:
100+
properties:
101+
allowPrivilegeEscalation:
102+
type: boolean
103+
privileged:
104+
type: boolean
105+
required:
106+
- allowPrivilegeEscalation
107+
- privileged
108+
type: object
109+
perconaxtradb:
110+
properties:
111+
allowPrivilegeEscalation:
112+
type: boolean
113+
privileged:
114+
type: boolean
115+
required:
116+
- allowPrivilegeEscalation
117+
- privileged
118+
type: object
119+
postgres:
120+
properties:
121+
allowPrivilegeEscalation:
122+
type: boolean
123+
privileged:
124+
type: boolean
125+
required:
126+
- allowPrivilegeEscalation
127+
- privileged
128+
type: object
129+
proxysql:
130+
properties:
131+
allowPrivilegeEscalation:
132+
type: boolean
133+
privileged:
134+
type: boolean
135+
required:
136+
- allowPrivilegeEscalation
137+
- privileged
138+
type: object
139+
redis:
140+
properties:
141+
allowPrivilegeEscalation:
142+
type: boolean
143+
privileged:
144+
type: boolean
145+
required:
146+
- allowPrivilegeEscalation
147+
- privileged
148+
type: object
149+
required:
150+
- enabled
151+
type: object
152+
skipDeprecated:
153+
type: boolean
154+
required:
155+
- customVersions
156+
- enableVersions
157+
- featureGates
158+
- psp
159+
- skipDeprecated
160+
type: object

0 commit comments

Comments
 (0)