Commit Graph
11 Commits
Author SHA1 Message Date
Eugeniy Masyakin 361e683a96 [stable/mssql-linux] Fix transaction log claim (#5843)
* [stable/mssql-linux] Fix duplicate transaction log claim reference

Fixes a defect with a to simultaneously provide existingLogClaim & existingTransactionLogClaim in chart values.
Fixes ambiguous existingTransactionLogClaim description in README
Adds info about master database claims to missing sections
Increases version to 0.4.1 to satisfy CI requirements

* Update Chart.yaml
2018-06-06 08:50:27 -07:00
Thomas Liddle 890b03d1aa [mssql-linux] Added feature to enable HADR (#5165)
* Added feature to enable HADR

* Update README.md
2018-05-11 09:05:28 -07:00
AdamDang 0c3fe737aa [stable/mssql-linux] typo fix: randonmized->randomized (#5443)
* Add version

version: 0.3.4

* [stable/mssql-linux] typo fix: randonmized->randomized

[stable/mssql-linux] typo fix: randonmized->randomized
2018-05-09 23:34:52 -07:00
cheyang 38775a7f2d fix typo in mssql's readme (#5291) 2018-05-04 10:42:51 -07:00
Thomas Liddle 0e83ecd39d Added env variables for collation and lcid (#4731) 2018-04-19 13:19:59 -07:00
cheyang 4debe5b686 fix README of SQL Server (#4800) 2018-04-08 22:17:16 -07:00
zhiminwen 6b248cb385 Add MSSQL Master DB persistence (#4701)
* Add MSSQL Master DB persistence

* update version

* enable persistence by default

* following persistence best practise

* formatting
2018-04-07 09:11:08 -07:00
Thomas Liddle 1af0df4964 [mssql-linux] Added mssql backup dir env var and Updated README and NOTES (#4533)
* Added mssql backup dir env var and Updated README and NOTES

* increased chart version based on new features
2018-03-30 09:25:13 -07:00
Thomas Liddle 9383c7149b [mssql-linux] Updated service port and image tag to recent (#4510)
* Updated service port and image tag to recent

* Updated deploy with environment variable and svc name

* Updated Chart.yaml with home and appVersion
2018-03-29 14:57:03 -07:00
Thomas Liddle 1fbd54af09 [mssql-linux] Added feature for persistence and updated README.md (#3677)
* Added feature for persistence and updated README.md

* Updated values.yaml to correct default persistence values

* Create separate pvc files for db data and db transaction logs

* Fixed typos in pvc-tranlog.yaml
2018-02-19 17:22:37 -08:00
Thomas Liddle 0c1830ef38 SQL Server 2017 Linux HELM Chart (#3246)
* Create SQL Server 2017 Linux HELM Chart

* Fixed spaces for ci/circleci

* Fixed spaces for ci/circleci #2

* Fixed spaces for ci/circleci #3

* Added secret yaml to deployment for SA Password

* Updated the chart to force user to specify EULA to Y for license terms

* Updated README.md to reflect commandline option to accept EULA

* Updated README.md and secret.yaml for sa_password generation

* Fixed formatting error in NOTES.txt

* Changed apiVersion in deployments.yaml to apps/v1beta2

* Allowed ability to override sapassword and change apiVersion in deployment.yaml

* ci/circleci fixes

* Updated release version, README.md, and hard-coded ports

* Added port name, configured probes, moved to stable

* Updated README.md
2018-02-02 04:35:08 -08:00