From 03477c71ed2c9f987850baca2d232ae76d38d768 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Sat, 20 Jan 2024 05:46:09 -0800 Subject: [PATCH] Fix Singlestore casing Signed-off-by: Tamal Saha --- catalog/kubestash/fmt/main.go | 2 +- charts/kubedb-kubestash-catalog/README.md | 2 +- charts/kubedb-kubestash-catalog/values.yaml | 2 +- charts/kubedb-one/README.md | 2 +- charts/kubedb-one/values.yaml | 2 +- charts/kubedb/README.md | 2 +- charts/kubedb/values.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/catalog/kubestash/fmt/main.go b/catalog/kubestash/fmt/main.go index 1a79f9317..6de577146 100644 --- a/catalog/kubestash/fmt/main.go +++ b/catalog/kubestash/fmt/main.go @@ -99,7 +99,7 @@ var appToKind = map[string]string{ "proxysql": "ProxySQL", "rabbitmq": "RabbitMQ", "redis": "Redis", - "singlestore": "SingleStore", + "singlestore": "Singlestore", "solr": "Solr", "zookeeper": "ZooKeeper", } diff --git a/charts/kubedb-kubestash-catalog/README.md b/charts/kubedb-kubestash-catalog/README.md index 60fabfbca..6d75ec429 100644 --- a/charts/kubedb-kubestash-catalog/README.md +++ b/charts/kubedb-kubestash-catalog/README.md @@ -72,7 +72,7 @@ The following table lists the configurable parameters of the `kubedb-kubestash-c | featureGates.ProxySQL | | true | | featureGates.RabbitMQ | | false | | featureGates.Redis | | true | -| featureGates.SingleStore | | false | +| featureGates.Singlestore | | false | | featureGates.Solr | | false | | featureGates.ZooKeeper | | false | | elasticsearch.backup.args | Arguments to pass to `multielasticdump` command during backup process | "" | diff --git a/charts/kubedb-kubestash-catalog/values.yaml b/charts/kubedb-kubestash-catalog/values.yaml index 2732f6128..e86b7d643 100644 --- a/charts/kubedb-kubestash-catalog/values.yaml +++ b/charts/kubedb-kubestash-catalog/values.yaml @@ -41,7 +41,7 @@ featureGates: ProxySQL: true RabbitMQ: false Redis: true - SingleStore: false + Singlestore: false Solr: false ZooKeeper: false diff --git a/charts/kubedb-one/README.md b/charts/kubedb-one/README.md index 8fe969cb4..a478b849f 100644 --- a/charts/kubedb-one/README.md +++ b/charts/kubedb-one/README.md @@ -72,7 +72,7 @@ The following table lists the configurable parameters of the `kubedb-one` chart | global.featureGates.ProxySQL | | true | | global.featureGates.RabbitMQ | | false | | global.featureGates.Redis | | true | -| global.featureGates.SingleStore | | false | +| global.featureGates.Singlestore | | false | | global.featureGates.Solr | | false | | global.featureGates.ZooKeeper | | false | | global.monitoring.agent | Name of monitoring agent (one of "prometheus.io", "prometheus.io/operator", "prometheus.io/builtin") | "" | diff --git a/charts/kubedb-one/values.yaml b/charts/kubedb-one/values.yaml index 239e8d05e..73ccf0560 100644 --- a/charts/kubedb-one/values.yaml +++ b/charts/kubedb-one/values.yaml @@ -60,7 +60,7 @@ global: ProxySQL: true RabbitMQ: false Redis: true - SingleStore: false + Singlestore: false Solr: false ZooKeeper: false diff --git a/charts/kubedb/README.md b/charts/kubedb/README.md index b5a0aafb1..7755f7ba5 100644 --- a/charts/kubedb/README.md +++ b/charts/kubedb/README.md @@ -72,7 +72,7 @@ The following table lists the configurable parameters of the `kubedb` chart and | global.featureGates.ProxySQL | | true | | global.featureGates.RabbitMQ | | false | | global.featureGates.Redis | | true | -| global.featureGates.SingleStore | | false | +| global.featureGates.Singlestore | | false | | global.featureGates.Solr | | true | | global.featureGates.ZooKeeper | | false | | global.monitoring.agent | Name of monitoring agent (one of "prometheus.io", "prometheus.io/operator", "prometheus.io/builtin") | "" | diff --git a/charts/kubedb/values.yaml b/charts/kubedb/values.yaml index e972ebadc..757a562b4 100644 --- a/charts/kubedb/values.yaml +++ b/charts/kubedb/values.yaml @@ -60,7 +60,7 @@ global: ProxySQL: true RabbitMQ: false Redis: true - SingleStore: false + Singlestore: false Solr: true ZooKeeper: false