Commit Graph
18 Commits
Author SHA1 Message Date
boxboatmattandKubernetes Prow Robot 4e22b0120f Add the ability to specify labels and annotations for service, pod and deployment (#11205)
Signed-off-by: Matthew DeVenny <matt@boxboat.com>
2019-02-19 01:50:26 -08:00
Boris KurktchievandKubernetes Prow Robot 827eb0fa2c [mssql] fix typo in headless service (#10149)
* fix typo

Signed-off-by: Boris Kurktchiev <boris@diamanti.com>

* bump version

Signed-off-by: Boris Kurktchiev <boris@diamanti.com>
2018-12-19 16:49:42 -08:00
Boris KurktchievandKubernetes Prow Robot de4ef33056 Add support for image pull secrets and headless services (#9783)
* 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>
2018-12-18 11:01:28 -08:00
boxboatmattandKubernetes Prow Robot 9143206f0a mssql-linux fullNameOverride value (#8977)
* 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>
2018-12-10 11:45:09 -08:00
Thomas Liddleandk8s-ci-robot 355c3415f3 [mssql-linux] fixes and feature requests (#9341)
* fixes #7446

Signed-off-by: thomasliddledba <tliddle30@gmail.com>

* fixes #7841

Signed-off-by: thomasliddledba <tliddle30@gmail.com>

* Chart version increase and README.md format fix

Signed-off-by: thomasliddledba <tliddle30@gmail.com>

* added .helmignore

Signed-off-by: thomasliddledba <tliddle30@gmail.com>

* updated .helmignore

Signed-off-by: thomasliddledba <tliddle30@gmail.com>
2018-11-17 13:12:52 -08:00
William Moweryandk8s-ci-robot cfad46930e Allow for annotations to be added to deployment (#8478)
* 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>
2018-11-05 00:47:10 -08:00
Matt McNaughtonandk8s-ci-robot c46c81ca44 [stable/mssql-linux] Add service annotations (#7311)
Add the ability to set annotations on the service this chart creates.
2018-09-24 11:05:41 -07:00
Eugeniy Masyakinandk8s-ci-robot 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 Liddleandk8s-ci-robot 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
AdamDangandk8s-ci-robot 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
cheyangandk8s-ci-robot 38775a7f2d fix typo in mssql's readme (#5291) 2018-05-04 10:42:51 -07:00
Thomas Liddleandk8s-ci-robot 0e83ecd39d Added env variables for collation and lcid (#4731) 2018-04-19 13:19:59 -07:00
cheyangandk8s-ci-robot 4debe5b686 fix README of SQL Server (#4800) 2018-04-08 22:17:16 -07:00
zhiminwenandk8s-ci-robot 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 Liddleandk8s-ci-robot 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 Liddleandk8s-ci-robot 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 Liddleandk8s-ci-robot 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 Liddleandk8s-ci-robot 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