"imagePullSecrets" should be at the same indentation level as "containers", not under it.
Signed-off-by: Mathieu Plourde <mat.plourde@gmail.com>
Co-authored-by: Unknown <mathieu.plourde@ubisoft.com>
* Fix README.md persistence.enabled value
The default value defined in the values.yaml file is set to true.
Signed-off-by: Ralf Strobel <github@stro-bel.de>
* Update Chart.yaml
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
* [stable/mssql-linux] apiVersion compatibility
Added deployment apiVersion compatibility switch based on k8s version.
Signed-off-by: Romeo Dumitrescu <winromulus@winromulus.com>
* Updated maintainers
Added myself as a maintainer and approver.
Signed-off-by: Romeo Dumitrescu <winromulus@winromulus.com>
* Fixed Chart.yaml missing a new line at the end
Signed-off-by: Romeo Dumitrescu <winromulus@winromulus.com>
* add new line
Signed-off-by: Maor Friedman <maor.friedman@redhat.com>
* remove new line
Signed-off-by: Maor Friedman <maor.friedman@redhat.com>
* [stable/mssql-linux] allow using existing secret for sa password (#16818)
Signed-off-by: Stefan Frye <frye@deitmer-it.de>
* [stable/mssql-linux] bump chart version (#16818)
Signed-off-by: Stefan Frye <frye@deitmer-it.de>
* 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