Skip to content

Commit 5b64ad4

Browse files
authored
Remove community and enterprise editon from data (#77)
Signed-off-by: mohin7 <[email protected]>
1 parent bd5bb07 commit 5b64ad4

File tree

10 files changed

+49
-10
lines changed

10 files changed

+49
-10
lines changed

data/authors/md-ishtiaq-islam.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "Md Ishtiaq Islam",
3+
"designation": "Software Engineer",
4+
"biography": "Ishtiaq is a Software Engineer, working at AppsCode Inc. He has been involved with Kubernetes project since 2022 and very enthusiastic about Kubernetes and open source in general.",
5+
"profile": "/assets/images/authors/profile-photos-84x84/md-ishtiaq-islam.jpg",
6+
"email": "[email protected]",
7+
"github": "https://github.com/ishtiaqhimel",
8+
"linkedin": "https://www.linkedin.com/in/md-ishtiaq-islam/"
9+
}

data/products/appscode.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
],
232232
"cta_area": {
233233
"title": "Get Started with AppsCode",
234-
"sub_title": "AppsCode community edition is FREE to use on any supported Kubernetes engines. There is no up-front investment required, and you need to pay only for the resources you use to your infrastructure provider. We offer a 30 days license FREE of cost to try KubeDB Enterprise edition.",
234+
"sub_title": "AppsCode is FREE to use on any supported Kubernetes engines. There is no up-front investment required, and you need to pay only for the resources you use to your infrastructure provider. We offer a 30 days license FREE of cost to try KubeDB.",
235235
"url": "/contact"
236236
}
237237
}

data/products/kubedb.json

+35-6
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,36 @@
156156
"hostDocs": false,
157157
"show": true
158158
},
159+
{
160+
"version": "v2024.1.19-beta.1",
161+
"hostDocs": true,
162+
"info": {
163+
"autoscaler": "v0.26.0-beta.1",
164+
"cli": "v0.41.0-beta.1",
165+
"dashboard": "v0.17.0-beta.1",
166+
"installer": "v2024.1.19-beta.1",
167+
"ops-manager": "v0.28.0-beta.1",
168+
"provisioner": "v0.41.0-beta.1",
169+
"schema-manager": "v0.17.0-beta.1",
170+
"ui-server": "v0.17.0-beta.1",
171+
"webhook-server": "v0.17.0-beta.1"
172+
}
173+
},
174+
{
175+
"version": "v2024.1.7-beta.0",
176+
"hostDocs": true,
177+
"info": {
178+
"autoscaler": "v0.26.0-beta.0",
179+
"cli": "v0.41.0-beta.0",
180+
"dashboard": "v0.17.0-beta.0",
181+
"installer": "v2024.1.7-beta.0",
182+
"ops-manager": "v0.28.0-beta.0",
183+
"provisioner": "v0.41.0-beta.0",
184+
"schema-manager": "v0.17.0-beta.0",
185+
"ui-server": "v0.17.0-beta.0",
186+
"webhook-server": "v0.17.0-beta.0"
187+
}
188+
},
159189
{
160190
"version": "v2023.12.28",
161191
"hostDocs": true,
@@ -175,7 +205,6 @@
175205
{
176206
"version": "v2023.12.21",
177207
"hostDocs": true,
178-
"show": true,
179208
"info": {
180209
"autoscaler": "v0.24.0",
181210
"cli": "v0.39.0",
@@ -857,10 +886,6 @@
857886
"version": "0.10.0",
858887
"hostDocs": true
859888
},
860-
{
861-
"version": "0.9.0",
862-
"hostDocs": true
863-
},
864889
{
865890
"version": "0.9.0-rc.2",
866891
"hostDocs": true
@@ -874,7 +899,7 @@
874899
"hostDocs": true
875900
},
876901
{
877-
"version": "0.8.0",
902+
"version": "0.9.0",
878903
"hostDocs": true
879904
},
880905
{
@@ -889,6 +914,10 @@
889914
"version": "0.8.0-beta.0",
890915
"hostDocs": true
891916
},
917+
{
918+
"version": "0.8.0",
919+
"hostDocs": true
920+
},
892921
{
893922
"version": "0.7.1",
894923
"hostDocs": false

data/products/kubedb/databases/redis.json

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"namespace": "demo"
6161
},
6262
"spec": {
63+
"replicas": 1,
6364
"version": "7.2.3",
6465
"storageType": "Durable",
6566
"storage": {

data/products/kubedb/single-features-data/cost-effectiveness.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"id": "cost-effectiveness",
33
"title": "Deploy & Manage Databases on Kubernetes FREE",
4-
"meta": "KubeDB community edition is FREE to use on any supported Kubernetes engines. You can deploy and manage your database on Kubernetes FREE",
4+
"meta": "KubeDB is FREE to use on any supported Kubernetes engines. You can deploy and manage your database on Kubernetes FREE",
55
"innerContent": [
66
{
77
"id": 1,
88
"title": "Cost-effectiveness",
9-
"description": "KubeDB community edition is FREE to use on any supported Kubernetes engines. You can deploy and manage your databases on Kubernetes using KubeDB. There is no up-front investment required. We offer a 30 days license FREE of cost to try KubeDB Enterprise edition.",
9+
"description": "KubeDB is FREE to use on any supported Kubernetes engines. You can deploy and manage your databases on Kubernetes using KubeDB. There is no up-front investment required. We offer a 30 days license FREE of cost to try KubeDB.",
1010
"img": "/assets/images/features/illustrations/cost-effectoveness.jpg"
1111
},
1212
{

layouts/_default/baseof.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ <h5>{{ $user.name }}</h5>
761761
<div class="columns is-vcentered is-multiline">
762762
<div class="column is-full-tablet is-half-tablet is-half-desktop">
763763
<h3 data-aos="fade-up" data-aos-duration="500">Run Production-Grade Vault on Kubernetes FREE !</h3>
764-
<p data-aos="fade-up" data-aos-duration="700">KubeVault community edition is FREE to use on any supported
764+
<p data-aos="fade-up" data-aos-duration="700">KubeVault is FREE to use on any supported
765765
Kubernetes engines. There is no up-front investment required. We offer a 30 days license FREE of cost
766766
to try KubeVault.</p>
767767
</div>
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)