Skip to content

Commit

Permalink
MsSQL -> MSSQL
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha authored and Neaj-Morshad-101 committed Apr 22, 2024
1 parent 9c4af90 commit 6e034ee
Show file tree
Hide file tree
Showing 20 changed files with 34 additions and 34 deletions.
6 changes: 3 additions & 3 deletions catalog/kubedb/active_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"mongodb-1.11.0",
"gcs-0.13.0"
],
"MSSQL": [
"2022-cu12"
],
"MariaDB": [
"11.2.2",
"11.1.3",
Expand All @@ -67,9 +70,6 @@
"percona-4.2.24",
"4.2.24"
],
"MsSQL": [
"2022-cu12"
],
"MySQL": [
"8.2.0",
"8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion catalog/kubedb/raw/mssql/mssql-2022.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: catalog.kubedb.com/v1alpha1
kind: MsSQLVersion
kind: MSSQLVersion
metadata:
name: 2022-cu12
spec:
Expand Down
2 changes: 1 addition & 1 deletion charts/kubedb-catalog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ The following table lists the configurable parameters of the `kubedb-catalog` ch
| featureGates.MariaDB | | <code>true</code> |
| featureGates.Memcached | | <code>true</code> |
| featureGates.MongoDB | | <code>true</code> |
| featureGates.MSSQL | | <code>true</code> |
| featureGates.MySQL | | <code>true</code> |
| featureGates.PerconaXtraDB | | <code>true</code> |
| featureGates.PgBouncer | | <code>true</code> |
Expand All @@ -73,7 +74,6 @@ The following table lists the configurable parameters of the `kubedb-catalog` ch
| featureGates.Singlestore | | <code>true</code> |
| featureGates.Solr | | <code>true</code> |
| featureGates.ZooKeeper | | <code>true</code> |
| featureGates.MsSQL | | <code>true</code> |
| psp.enabled | | <code>false</code> |
| psp.elasticsearch.allowPrivilegeEscalation | | <code>true</code> |
| psp.elasticsearch.privileged | | <code>true</code> |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ spec:
- datastore
- kubedb
- appscode
kind: MsSQLVersion
listKind: MsSQLVersionList
kind: MSSQLVersion
listKind: MSSQLVersionList
plural: mssqlversions
shortNames:
- msversion
Expand Down
4 changes: 2 additions & 2 deletions charts/kubedb-catalog/templates/mssql/mssql-2022.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
{{ $featureGates = mergeOverwrite dict .Values.featureGates .Values.global.featureGates }}
{{- end }}

{{ if $featureGates.MsSQL }}
{{ if $featureGates.MSSQL }}

apiVersion: catalog.kubedb.com/v1alpha1
kind: MsSQLVersion
kind: MSSQLVersion
metadata:
name: '2022-cu12'
labels:
Expand Down
2 changes: 1 addition & 1 deletion charts/kubedb-catalog/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ featureGates:
MariaDB: true
Memcached: true
MongoDB: true
MSSQL: true
MySQL: true
PerconaXtraDB: true
PgBouncer: true
Expand All @@ -43,7 +44,6 @@ featureGates:
Singlestore: true
Solr: true
ZooKeeper: true
MsSQL: true

psp:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion charts/kubedb-crd-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ The following table lists the configurable parameters of the `kubedb-crd-manager
| featureGates.MariaDB | | <code>false</code> |
| featureGates.Memcached | | <code>false</code> |
| featureGates.MongoDB | | <code>false</code> |
| featureGates.MSSQL | | <code>true</code> |
| featureGates.MySQL | | <code>false</code> |
| featureGates.PerconaXtraDB | | <code>false</code> |
| featureGates.PgBouncer | | <code>false</code> |
Expand All @@ -86,7 +87,6 @@ The following table lists the configurable parameters of the `kubedb-crd-manager
| featureGates.Singlestore | | <code>false</code> |
| featureGates.Solr | | <code>false</code> |
| featureGates.ZooKeeper | | <code>false</code> |
| featureGates.MsSQL | | <code>true</code> |
| removeUnusedCRDs | | <code>false</code> |


Expand Down
2 changes: 1 addition & 1 deletion charts/kubedb-crd-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ featureGates:
MariaDB: false
Memcached: false
MongoDB: false
MSSQL: true
MySQL: false
PerconaXtraDB: false
PgBouncer: false
Expand All @@ -94,6 +95,5 @@ featureGates:
Singlestore: false
Solr: false
ZooKeeper: false
MsSQL: true

removeUnusedCRDs: false
4 changes: 2 additions & 2 deletions charts/kubedb-crds/crds/catalog.kubedb.com_mssqlversions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ spec:
- datastore
- kubedb
- appscode
kind: MsSQLVersion
listKind: MsSQLVersionList
kind: MSSQLVersion
listKind: MSSQLVersionList
plural: mssqlversions
shortNames:
- msversion
Expand Down
4 changes: 2 additions & 2 deletions charts/kubedb-crds/crds/kubedb.com_mssqls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ spec:
- kubedb
- appscode
- all
kind: MsSQL
listKind: MsSQLList
kind: MSSQL
listKind: MSSQLList
plural: mssqls
shortNames:
- ms
Expand Down
4 changes: 2 additions & 2 deletions charts/kubedb-crds/crds/ops.kubedb.com_mssqlopsrequests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ spec:
- datastore
- kubedb
- appscode
kind: MsSQLOpsRequest
listKind: MsSQLOpsRequestList
kind: MSSQLOpsRequest
listKind: MSSQLOpsRequestList
plural: mssqlopsrequests
shortNames:
- msops
Expand Down
4 changes: 2 additions & 2 deletions charts/kubedb-ui-server/crds/kubedb.com_mssqls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ spec:
- kubedb
- appscode
- all
kind: MsSQL
listKind: MsSQLList
kind: MSSQL
listKind: MSSQLList
plural: mssqls
shortNames:
- ms
Expand Down
2 changes: 1 addition & 1 deletion charts/kubedb-webhook-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ The following table lists the configurable parameters of the `kubedb-webhook-ser
| featureGates.MariaDB | | <code>true</code> |
| featureGates.Memcached | | <code>false</code> |
| featureGates.MongoDB | | <code>true</code> |
| featureGates.MSSQL | | <code>true</code> |
| featureGates.MySQL | | <code>true</code> |
| featureGates.PerconaXtraDB | | <code>true</code> |
| featureGates.PgBouncer | | <code>true</code> |
Expand All @@ -74,7 +75,6 @@ The following table lists the configurable parameters of the `kubedb-webhook-ser
| featureGates.Singlestore | | <code>false</code> |
| featureGates.Solr | | <code>true</code> |
| featureGates.ZooKeeper | | <code>false</code> |
| featureGates.MsSQL | | <code>true</code> |
| imagePullSecrets | Specify an array of imagePullSecrets. Secrets must be manually created in the namespace. <br> Example: <br> `helm template charts/kubedb-webhook-server \` <br> `--set imagePullSecrets[0].name=sec0 \` <br> `--set imagePullSecrets[1].name=sec1` | <code>[]</code> |
| imagePullPolicy | Container image pull policy | <code>IfNotPresent</code> |
| criticalAddon | If true, installs KubeDB webhook server as critical addon | <code>false</code> |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ webhooks:
failurePolicy: {{ .Values.apiserver.webhook.failurePolicy }}
sideEffects: None
{{- end }}
{{- if $featureGates.MsSQL }}
{{- if $featureGates.MSSQL }}
- name: mssqlwebhook.mutators.kubedb.com
clientConfig:
service:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ webhooks:
failurePolicy: {{ .Values.apiserver.webhook.failurePolicy }}
sideEffects: None
{{- end }}
{{- if $featureGates.MsSQL }}
{{- if $featureGates.MSSQL }}
- name: mssqlwebhook.validators.kubedb.com
clientConfig:
service:
Expand Down
2 changes: 1 addition & 1 deletion charts/kubedb-webhook-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ featureGates:
MariaDB: true
Memcached: false
MongoDB: true
MSSQL: true
MySQL: true
PerconaXtraDB: true
PgBouncer: true
Expand All @@ -55,7 +56,6 @@ featureGates:
Singlestore: false
Solr: true
ZooKeeper: false
MsSQL: true

# Specify an array of imagePullSecrets.
# Secrets must be manually created in the namespace.
Expand Down
Loading

0 comments on commit 6e034ee

Please sign in to comment.