Commit Graph
81 Commits
Author SHA1 Message Date
Scott Rigby dd6a2b1c31 [stable/mysql] add repo archive notice (#24160)
Signed-off-by: Scott Rigby <scott@r6by.com>
2020-11-09 14:30:39 -08:00
vkhater 9401c5e6c6 stable/mysql with x protocol (#23642)
* mysql: Adding the port mapping for mysqlx protocol

* Added the config for allowing the mysqlx protocol

Signed-off-by: vkhater <vinay.khater@gmail.com>

* stable/mysql: Updating the chart with X plugin pprt information

Signed-off-by: vkhater <vinay.khater@gmail.com>

* Bumping the chart version

Signed-off-by: vkhater <vinay.khater@gmail.com>
2020-09-01 03:21:50 -07:00
TylerandDavid J. M. Karlsen 135016f904 [stable/mysql] MySQL chart version bump to 1.6.6 (#23075)
* Update busybox and bats testFramework to newer image tag

Signed-off-by: Tyler Nguyen <minhtainguyen1991@gmail.com>

* Enable securityContext support and switch to user the other testFramework repository

Signed-off-by: Tyler Nguyen <minhtainguyen1991@gmail.com>

* Fix wrong bats dir

Signed-off-by: Tyler Nguyen <minhtainguyen1991@gmail.com>

Co-authored-by: David J. M. Karlsen <david@davidkarlsen.com>
2020-07-07 09:23:58 -07:00
Casey Buto 801a5934b0 [stable/mysql] Add support for extra environment variables (#22945) (#22947)
Signed-off-by: Casey Buto <cbuto22@gmail.com>
2020-07-07 09:03:58 -07:00
Tyler 5195adc219 [stable/mysql] MySQL chart version bump to 1.6.4 (#22469)
* Fix typos in deployment template

Signed-off-by: Tyler Nguyen <tai.nguyen@nfq.asia>

* mysql to 1.6.4 version

Signed-off-by: Tyler Nguyen <tai.nguyen@nfq.asia>

* Revert dduportal/bats image version to 0.4.0

Signed-off-by: Tyler Nguyen <tai.nguyen@nfq.asia>
2020-05-22 02:56:37 -07:00
Niels Nuyttens 69fd281960 [stable/mysql] add basic affinity support (#12054) (#21858)
Signed-off-by: Niels Nuyttens <niels.nuyttens@gmail.com>
2020-04-15 01:24:03 -07:00
Taras Yatsurak 1a2ae3d319 [stable/mysql] Update MySQL to the latest 5.7.28 (#19561)
* Upgrade to the latest 5.7.28 version
* Fixes server crash for 5.7.14, see #16222

Signed-off-by: Taras Yatsurak <tyatsurak@gmail.com>
2019-12-14 05:51:36 -08:00
kvokka 57858d7a93 [stable/mysql] Add optional passwords support #(19485) (#19486)
Signed-off-by: kvokka <kvokka@yahoo.com>
2019-12-10 10:55:16 -08:00
Janario Oliveira 0b9ce360d8 [stable/mysql] #5154 MySql: Allow to override deployment strategy (#19201)
* #5154 Allow to override mysql deployment strategy. Changed default to Recreate

Signed-off-by: Janario Oliveira <janario.oliveira@gmail.com>

* Bump mysql version

Signed-off-by: Janario Oliveira <janario.oliveira@gmail.com>

* Bump mysql version

Signed-off-by: Janario Oliveira <janario.oliveira@gmail.com>
2019-12-07 11:41:08 -08:00
Carlos Roberto Marques Junior f54c634d64 [stable/mysql] Option to create a custom service account (#19370)
* option to customize securityContext

Signed-off-by: Carlos Roberto Marques Junior <carlos.marques@bndes.gov.br>

* new line

Signed-off-by: Carlos Roberto Marques Junior <carlos.marques@bndes.gov.br>

* [stable/mysql] option to specify serviceaccount

Signed-off-by: Carlos Roberto Marques Junior <carlos.marques@bndes.gov.br>
2019-12-04 10:02:57 -08:00
Anton Gorkovenko 9e2902f1a5 [stable/mysql] Update api versions to support k8s 1.16 (#17642)
* Update api versions to support k8s 1.16

Signed-off-by: Anton Gorkovenko <gostom@gmail.com>

* Update api versions to support k8s 1.16

Signed-off-by: Anton Gorkovenko <gostom@gmail.com>
2019-10-04 03:22:03 -07:00
zasdaym 3facb8bdc5 Update readme mysql chart (#17577)
* Change delete release instruction for stable/mysql chart

Signed-off-by: Zasda Yusuf Mikail <zasdaym@gmail.com>

* Version bump

Signed-off-by: Zasda Yusuf Mikail <zasdaym@gmail.com>
2019-10-01 10:31:35 -07:00
kvokka ab6b1d4a8d [stable/mysql] Add testFramework switch (#17477) (#17478)
Signed-off-by: kvokka <kvokka@yahoo.com>
2019-09-26 22:35:37 -07:00
Fawaz Mohammed fffa87e6f1 Adding service.type variable in stable/mysqtl readme. As it is a valid variable in the chart (#16297)
Signed-off-by: fawaz-moh <fawaz.moh.ibraheem@gmail.com>
2019-08-13 14:42:23 -07:00
Amos ca77541782 [stable/mysql] deployment annotations (#15139)
* add deployment annotations in order for using helm hooks

Signed-off-by: Amos Hadad <amos.hadad@refinitiv.com>

* bump chart version

Signed-off-by: Amos Hadad <amos.hadad@refinitiv.com>

* bump stable/mysql to version to 1.2.3

Signed-off-by: Amos Hadad <amos.hadad@refinitiv.com>

* bump to version 1.3.0

Signed-off-by: Amos Hadad <amos.hadad@refinitiv.com>
2019-07-07 02:06:33 -07:00
Costi Muraru fe6d72f0ce [stable/mysql] add namespace to test resources (#15184)
Signed-off-by: costimuraru <costimuraru@gmail.com>
2019-07-02 10:53:10 -07:00
Remco Haszing c7ded93260 [stable/mysql] Add support for container args (#14180)
If older MySQL clients need to connect to a MySQL 8 server, this requires the
`--default-authentication-plugin=mysql_native_password` flag. This can now be
passed to the Helm chart.

Signed-off-by: Remco Haszing <remcohaszing@gmail.com>
2019-06-27 08:35:22 -07:00
satchpx 4add30ccee updates to support alternate k8s scheduler (#14361)
Signed-off-by: Sathya Balakrishnan <sathya@portworx.com>
2019-05-30 22:04:24 -07:00
eduardo aleixo 5f013de26c add namespace metadata (#13924)
this is needed for when helm is used purely as a templating tool,
since helm template does not add the namespace
https://github.com/helm/helm/issues/3553

Signed-off-by: eduardo aleixo <eduardoaleixomartins@gmail.com>
2019-05-16 11:00:39 -07:00
Sébastien Prud'homme fafb8f12e2 [stable/mysql] Add a servicemonitor resource (#13864)
Signed-off-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>
2019-05-15 11:34:21 -07:00
Carlos Tadeu Panato Junior e8b936827b add apiVersion (#13808)
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2019-05-14 21:56:28 -07:00
Travis Glenn Hansen a52f37db47 [stable/mysql] support loadBalancerIP, configurationFilesPath (#13670)
* support loadBalancerIP, configurationFilesPath

Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>

* remove trailing whitespace

Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
2019-05-11 06:46:11 -07:00
Allan Shone 53d0d26302 [stable/mysql] Allow for metric flags to be specified as values (#13630)
Signed-off-by: Allan Shone <allan.shone@gmail.com>
2019-05-08 21:18:47 -07:00
Ke Zhu 9548653de7 [stable/mysql] New configuration securityContext for the chart mysql (#12538)
* Adds security context for mysql pod

Signed-off-by: Ke Zhu <kzhu@us.ibm.com>

* Bumps minor version number for the chart mysql

Signed-off-by: Ke Zhu <kzhu@us.ibm.com>
2019-04-30 21:54:56 -07:00
skang0601 0496647c73 stable/mysql add resources to init container (#13240)
Signed-off-by: Sung Kang <skang0601@gmail.com>
2019-04-30 11:18:57 -07:00
Ke Zhu d1cd610592 [stable/mysql] change behavior of ".configurationFiles" (#12546)
* Uses subpath when mounting mysql configurationFiles via configmap

Signed-off-by: Ke Zhu <kzhu@us.ibm.com>

* Bumps chart version

Signed-off-by: Ke Zhu <kzhu@us.ibm.com>
2019-04-30 04:47:37 -07:00
boxboatmatt 1c7af39053 Add the ability to specify pod labels (#11203)
Signed-off-by: Matthew DeVenny <matt@boxboat.com>
2019-02-07 12:12:05 -08:00
Jeff Hastings 02514936bf add tolerations to mysql deployment (#11018)
* add tolerations to mysql deployment

Signed-off-by: Jeff Hastings <jeffmhastings@gmail.com>

* Update Chart.yaml

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
2019-01-30 13:45:11 -08:00
Ke Zhu 1d38357070 [stable/mysql] Adds details on value livenessProbe.initialDelaySeconds (#10985)
* Adds details on value livenessProbe.initialDelaySeconds for mysql chart

Signed-off-by: Ke Zhu <kzhu@us.ibm.com>

* Bumps version of mysql chart

Signed-off-by: Ke Zhu <kzhu@us.ibm.com>
2019-01-30 10:32:10 -08:00
Márk Sági-Kazár e296875efd Improve empty MySQL passwords (#10761)
This commit contains two changes related to passwords:

Make secret referenced env vars optional when mysqlAllowEmptyPassword is true
This allows setting a password AND making empty passwords possible.

Make user password optional when there is no username
User password is used to create a user which happens only when
the user is also defined in the chart values.
However, the user is not required, so the chart install
fails when an existing secret does not have a user password configured.

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2019-01-28 04:36:09 -08:00
Spencer Owen 7809bbc40d Remove 'alpha' reference from mysql readme (#10213)
* Remove 'alpha' reference from mysql readme

Signed-off-by: Spencer Owen <owenspencer@gmail.com>

* Bump mysql version

Signed-off-by: Spencer Owen <owenspencer@gmail.com>
2019-01-21 09:58:53 -08:00
최성원 415ef1cdbe [stable/mysql] Add service annotations using '.Values.service' (#10553)
* [stable/mysql] Allow annoations to be added in a service using "service.annotations"

Signed-off-by: sungwon.choi <sungwon.choi@devsisters.com>

* Chart version upgraded properly and specifying the explantion about 'service.annotations'

Signed-off-by: sungwon.choi <sungwon.choi@devsisters.com>
2019-01-13 22:01:10 -08:00
Renat Galiev 298bb7c45d [stable/mysql] Support defining PriorityClass (#10240)
Signed-off-by: Renat Galiev <renat@galiev.net>
2018-12-25 02:57:23 -08:00
boxboatmatt 2760b30344 Parameterize all images for mysql chart (#9986)
* Use chart values for test-framework and busybox image to allow alternate registries

Signed-off-by: Matthew DeVenny <matt@boxboat.com>

* Add new values to README

Signed-off-by: Matthew DeVenny <matt@boxboat.com>

* Fix spacing

Signed-off-by: Matthew DeVenny <matt@boxboat.com>

* Update minor version

Signed-off-by: Matthew DeVenny <matt@boxboat.com>

* Set busybox version to 1.29.3

Signed-off-by: Matthew DeVenny <matt@boxboat.com>
2018-12-14 07:59:42 -08:00
Joao C Costa bfa05e48f0 [stable/mysql] Fix secret naming convention (#7883)
* Fix secret naming convention

I believe https://github.com/helm/charts/pull/5783 missed this secret name update 
(it is using mysql.fullname instead of mysql.secretname)

Signed-off-by: Joao C Costa <joaocc-dev@live.com>

* Bump version

Signed-off-by: Joao C Costa <joaocc-dev@live.com>
2018-10-23 01:10:37 -07:00
Anton Fayzrahmanov 9d9bb7d587 [stable/mysql] service endpoints shouldn't depend on /metrics (#6725)
* MySQL service endpoints shouldn't depend on /metrics

Problem: mysqld_metrics doesn't respond on "/metrics" when dropping big database. As result service has no endpoint because metrics cann't be queried.
Solution: use "/" for httpGet probes on metrics which will return only landing page with http code 200.

* Update Chart.yaml
2018-08-23 23:46:13 -07:00
Ricardo Costa a346b9e090 possibility to keep persistence resource (#7286)
* possibility to keep persistence resource

* bumping version

* Using  instead.
2018-08-22 06:53:07 -07:00
Andrew Plummer 95522dd767 [stable/mysql] Add podAnnotations (#6863) 2018-08-20 07:09:46 -07:00
Ole Markus With 5ae133da2e [stable/mysql] Add OWNERS file and olemarkus as maintainer (#7186) 2018-08-20 06:34:36 -07:00
Eric Bailey 08e28ea9d0 [stable/mysql] Support extra{Volumes,VolumeMounts,InitContainers} (#7187)
*  [stable/mysql] Support extra{Volumes,VolumeMounts,InitContainers}

* [stable/mysql] Use tpl on extra{Volumes,VolumeMounts}

Bump the version from 0.9.0 to 0.9.1 to avoid conflicts on my end.
2018-08-18 13:11:57 -07:00
Svein Hallsteinsen ec2ff36c76 Make liveness and readiness settings configurable for the metrics con… (#6477)
* Make liveness and readiness settings configurable for the metrics container

* Bump mysql chart version to 0.8.3, add metrics container's probe config to README.md
2018-08-16 07:06:06 -07:00
Ino de Bruijn dd39e6bf61 NOTES: change port-forward to single command (#7178)
* change port-forward to single command

forward service instead of pod - bit more readable

* remove port 3306 defaults

* version bump

* remove double up values.service.port
2018-08-15 13:02:02 -07:00
tristanveness dace2ddea0 [stable/mysql] Add ability to modify timezone (#7121) (#7123)
* [stable/mysql] Add ability to modify timezone (#7121)

* Add a 'timezone' to allow timezone to be configured via TZ env

* Bump version number

* Slightly more descriptive README.md
2018-08-13 10:26:01 -07:00
lightnet328 b2d2298a87 [stable/mysql] Fix default values (#6251)
* Fix default value

* Update version
2018-06-21 10:24:49 -07:00
Aaron Mell dabdba3b28 [stable/mysql] Fixes SSL Configuration (#6123) (#6135)
secrets.yaml was invalid
2018-06-17 13:58:30 -07:00
Ciaran Liedeman a83633b55f Add existing secret config options (#5783) 2018-06-11 12:28:26 -07:00
xasor 0e79b3de56 [stable/mysql] Add prometheus metrics (#5131)
* Add nodeSelector config parameter to mysql chart

* Add appVersion

* Rerun ci

* Add prometheus metrics

* Add new chart version

* Add metrics to service

* Fix hardcode annotations

* Fix maintainer name
2018-06-08 08:35:53 -07:00
Eric Bailey 9248f6f530 [stable/mysql] Add fullnameOverride (#5531)
Also, update the conditional logic in the mysql.fullname template to more
closely mirror the behaviour of other charts, i.e. if no fullnameOverride is
specified and the release name contains the chart name, use it as the full name.
2018-05-17 23:44:50 -07:00
wwojcik 009af28a70 [stable/mysql] support imagePullSecrets (#5048)
* [stable/mysql] support imagePullSecrets

* Update Chart.yaml
2018-05-11 00:31:54 -07:00
Miouge1 72954968d6 Update mysql image documentation (#5123)
* Update mysql image documentation

* Update README.md
2018-05-09 13:35:56 -07:00