Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Neaj Morshad <[email protected]>
  • Loading branch information
Neaj-Morshad-101 committed Mar 18, 2024
1 parent f8b4a2a commit fb96f3e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions vendor/kubedb.dev/mssql/api/v1alpha2/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ const (

MsSQLDatabasePort = 1433
MsSQLDatabaseMirroringEndpointPort = 5022
MsSQLCoordinatorPort = 2381

MsSQLUser = "mssql"
MsSQLUsernameKey = "username"
MsSQLSAUser = "sa"
MsSQLSAPasswordKey = "password"
MsSQLSAUser = "sa"

// --- Environment Variables
EnvAcceptEula = "ACCEPT_EULA"
Expand All @@ -40,7 +38,7 @@ const (
MsSQLVolumeMountPathInitScript = "/scripts"

MsSQLImage = "neajmorshad/sql22:tools-0.1"
MsSQLCoordinatorImage = "neajmorshad/mssql-coordinator:mssql-coordinator_linux_amd64"
MsSQLCoordinatorImage = "neajmorshad/mssql-coordinator:coordntr_linux_amd64" // "neajmorshad/mssql-coordinator:mssql-coordinator_linux_amd64"
MsSQLInitImage = "neajmorshad/mssql-init-docker:0.1"

ComponentDatabase = "database"
Expand Down

0 comments on commit fb96f3e

Please sign in to comment.