Skip to content

Commit

Permalink
Update assets
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed May 24, 2024
1 parent 8f5604d commit 8673285
Show file tree
Hide file tree
Showing 134 changed files with 133 additions and 70 deletions.
7 changes: 6 additions & 1 deletion data/products/configsyncer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@
"hostDocs": false,
"show": true
},
{
"version": "v0.15.1",
"hostDocs": true,
"show": true
},
{
"version": "v0.15.0",
"hostDocs": true,
Expand Down Expand Up @@ -166,7 +171,7 @@
"hostDocs": true
}
],
"latestVersion": "v0.15.0",
"latestVersion": "v0.15.1",
"socialLinks": {
"facebook": "https://facebook.com/appscode",
"github": "https://github.com/config-syncer/config-syncer",
Expand Down
30 changes: 16 additions & 14 deletions data/products/kubedb/databases/druid.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,25 +56,27 @@
"apiVersion": "kubedb.com/v1alpha2",
"kind": "Druid",
"metadata": {
"name": "druid-demo",
"name": "druid",
"namespace": "demo"
},
"spec": {
"replicas": "3",
"version": "3.6.0",
"storageType": "Durable",
"storage": {
"storageClassName": "standard",
"accessModes": [
"ReadWriteOnce"
],
"resources": {
"requests": {
"storage": "1Gi"
}
"version": "28.0.1",
"deepStorage": {
"type": "s3",
"configSecret": {
"name": "deep-storage-config"
}
},
"terminationPolicy": "Delete"
"metadataStorage": {
"name": "mysql",
"namespace": "demo",
"createTables": true
},
"zookeeperRef": {
"name": "zookeeper",
"namespace": "demo"
},
"topology": {}
}
}
}
16 changes: 9 additions & 7 deletions data/products/kubedb/databases/ferretdb.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,25 +56,27 @@
"apiVersion": "kubedb.com/v1alpha2",
"kind": "FerretDB",
"metadata": {
"name": "ferretdb-demo",
"name": "ferretdb",
"namespace": "demo"
},
"spec": {
"replicas": "3",
"version": "3.6.0",
"storageType": "Durable",
"version": "1.18.0",
"authSecret": {
"externallyManaged": false
},
"storage": {
"storageClassName": "standard",
"accessModes": [
"ReadWriteOnce"
],
"resources": {
"requests": {
"storage": "1Gi"
"storage": "500Mi"
}
}
},
"terminationPolicy": "Delete"
"backend": {
"externallyManaged": false
}
}
}
}
6 changes: 3 additions & 3 deletions data/products/kubedb/databases/kafka.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@
"apiVersion": "kubedb.com/v1alpha2",
"kind": "Kafka",
"metadata": {
"name": "kafka-demo",
"name": "kafka",
"namespace": "demo"
},
"spec": {
"replicas": "3",
"version": "3.6.0",
"replicas": 3,
"version": "3.6.1",
"storageType": "Durable",
"storage": {
"storageClassName": "standard",
Expand Down
6 changes: 3 additions & 3 deletions data/products/kubedb/databases/mssqlserver.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@
],
"example": {
"apiVersion": "kubedb.com/v1alpha2",
"kind": "Microsoft SQL Server",
"kind": "MSSQLServer",
"metadata": {
"name": "mssqlserver-demo",
"namespace": "demo"
},
"spec": {
"replicas": "3",
"version": "3.6.0",
"version": "2022-cu12",
"replicas": 1,
"storageType": "Durable",
"storage": {
"storageClassName": "standard",
Expand Down
23 changes: 8 additions & 15 deletions data/products/kubedb/databases/pgpool.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,25 +56,18 @@
"apiVersion": "kubedb.com/v1alpha2",
"kind": "Pgpool",
"metadata": {
"name": "pgpool-demo",
"name": "pgpool",
"namespace": "demo"
},
"spec": {
"replicas": "3",
"version": "3.6.0",
"storageType": "Durable",
"storage": {
"storageClassName": "standard",
"accessModes": [
"ReadWriteOnce"
],
"resources": {
"requests": {
"storage": "1Gi"
}
}
"version": "4.5.0",
"replicas": 3,
"postgresRef": {
"name": "ha-postgres",
"namespace": "demo"
},
"terminationPolicy": "Delete"
"syncUsers": true,
"terminationPolicy": "WipeOut"
}
}
}
6 changes: 3 additions & 3 deletions data/products/kubedb/databases/rabbitmq.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@
"apiVersion": "kubedb.com/v1alpha2",
"kind": "RabbitMQ",
"metadata": {
"name": "rabbitmq-demo",
"name": "rabbitmq",
"namespace": "demo"
},
"spec": {
"replicas": "3",
"version": "3.6.0",
"replicas": 3,
"version": "3.12.12",
"storageType": "Durable",
"storage": {
"storageClassName": "standard",
Expand Down
15 changes: 8 additions & 7 deletions data/products/kubedb/databases/singlestore.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,27 +54,28 @@
],
"example": {
"apiVersion": "kubedb.com/v1alpha2",
"kind": "SingleStore",
"kind": "Singlestore",
"metadata": {
"name": "singlestore-demo",
"name": "sdb",
"namespace": "demo"
},
"spec": {
"replicas": "3",
"version": "3.6.0",
"version": "8.5.7",
"licenseSecret": {
"name": "license-secret"
},
"storageType": "Durable",
"storage": {
"storageClassName": "standard",
"accessModes": [
"ReadWriteOnce"
],
"resources": {
"requests": {
"storage": "1Gi"
"storage": "10Gi"
}
}
},
"terminationPolicy": "Delete"
"terminationPolicy": "WipeOut"
}
}
}
19 changes: 11 additions & 8 deletions data/products/kubedb/databases/solr.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,25 +56,28 @@
"apiVersion": "kubedb.com/v1alpha2",
"kind": "Solr",
"metadata": {
"name": "solr-demo",
"name": "solr",
"namespace": "demo"
},
"spec": {
"replicas": "3",
"version": "3.6.0",
"storageType": "Durable",
"version": "9.4.1",
"terminationPolicy": "Delete",
"replicas": 3,
"zookeeperRef": {
"name": "zk-ensemble",
"namespace": "demo"
},
"storage": {
"storageClassName": "standard",
"accessModes": [
"ReadWriteOnce"
],
"resources": {
"requests": {
"storage": "1Gi"
}
}
},
"terminationPolicy": "Delete"
},
"storageClassName": "standard"
}
}
}
}
13 changes: 4 additions & 9 deletions data/products/kubedb/databases/zookeeper.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,25 +56,20 @@
"apiVersion": "kubedb.com/v1alpha2",
"kind": "ZooKeeper",
"metadata": {
"name": "zookeeper-demo",
"name": "zk-ensemble",
"namespace": "demo"
},
"spec": {
"replicas": "3",
"version": "3.6.0",
"storageType": "Durable",
"version": "3.9.1",
"replicas": 3,
"storage": {
"storageClassName": "standard",
"accessModes": [
"ReadWriteOnce"
],
"resources": {
"requests": {
"storage": "1Gi"
}
}
},
"terminationPolicy": "Delete"
"terminationPolicy": "WipeOut"
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8673285

Please sign in to comment.