* Add support for image pull secrets and headless services
Signed-off-by: Boris Kurktchiev <boris@diamanti.com>
* resolve test failures
Signed-off-by: Boris Kurktchiev <boris@diamanti.com>
* Add fullNameOverride to allow override of the fully qualified app name
Signed-off-by: Matthew DeVenny <matt@boxboat.com>
* Update mssql-linux version
Signed-off-by: Matthew DeVenny <matt@boxboat.com>
* Optional annotations for the deployments
Signed-off-by: William Mowery <william@diamanti.com>
* Modify readme to include new value
Signed-off-by: William Mowery <william@diamanti.com>
* Bumped version
Signed-off-by: William Mowery <william@diamanti.com>
* Upping version to 0.6.0 due to new feature
Signed-off-by: William Mowery <william@diamanti.com>
* [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
* 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
* 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