Commit Graph
152 Commits
Author SHA1 Message Date
Javier J. Salmerón-García 34ee421566 Major stable/redis version: remove value inheritance and add optional sentinel support (#13112)
* [stable/redis] Remove value inherintance from master to slave

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Adapt values-production

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Restore persistence path

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Restore /data as path

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Add liveness and readiness enable

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Add port

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Update readme

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Enable metrics in values-production.yaml

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* [stable/redis] Add persistence to read-only slaves

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* [stable/redis] Add sentinel support

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Apply requested changes

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Apply @tompizmor changes

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Apply changes in values-production.yaml and add tests

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Adapt text

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Last set of changes by @juan131

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Indentation

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Fix merge issue

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Fix trailing whitespace

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Fix trailing whitespace

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Fix trailing whitespace

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Add upgrade notes

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Merge upgrade sections

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Fix merge issue

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Change redis lib test file

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Update test for redisgraph

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
2019-04-23 02:06:08 -07:00
Eduardo Baitello 788f52cab1 Add missing imagePullPolicy for init-sysctl (#13018)
The sysctlImage.pullPolicy value is documented, but is to used
in the templates
Signed-off-by: eduardobaitello <eduardobaitello@gmail.com>
2019-04-15 01:20:00 -07:00
Viacheslav Kropotko 7e4eec721f Redis Helm Chart. Add resources to init container in the slave-deployment template (#12739)
* Add resources to init container in the slave-deployment template

Signed-off-by: vkropotko <vkropotko@riskfocus.com>

* Redis Helm Chart. Update README.md and comments

Signed-off-by: vkropotko <vkropotko@riskfocus.com>
2019-04-04 02:46:56 -07:00
Naseem 6f69425ab0 Update exporter img (#12444)
Signed-off-by: Naseem <naseemkullah@gmail.com>
2019-03-22 01:40:18 -07:00
Bitnami Bot bcd8b3ef96 stable/redis: update to 4.0.14 (#12356)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-03-19 01:30:24 -07:00
Juan Ariza Toledano 09d0b3eb12 [stable/redis] Set rollingUpdate to null when updateStrategy is Recreate (#12329)
* [stable/redis] Set rollingUpdate to null when updateStrategy is Recreate

Signed-off-by: juan131 <juan@bitnami.com>

* Fix version in 'Chart.yaml'

Signed-off-by: juan131 <juan@bitnami.com>

* Fix 'redis-master-statefulset.yaml' template

Signed-off-by: juan131 <juan@bitnami.com>
2019-03-18 03:37:17 -07:00
Carlos Rodríguez Hernández 09d960d830 [stable/redis] Use global registry in secondary and/or metrics images (#12238)
* [stable/redis] Use global registry in secondary and/or metrics images

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Fix typo

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
2019-03-15 02:58:57 -07:00
Guillermo 2144404a45 Fixed invalid empty annotations in redis chart template (#12187)
Signed-off-by: Guillermo Guirao Aguilar <contact@guillermoguiraoaguilar.com>
2019-03-14 03:38:25 -07:00
Carlos Rodríguez Hernández 0a98728c5d [stable/redis] Add global options to values-production and pullSecrets to sysctlImage and volumePermissions (#12129)
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
2019-03-12 07:59:32 -07:00
Carlos Rodríguez Hernández 412e33c308 [stable/redis] Add global 'imagePullSecrets' to overwrite any other existing one (#12068)
* [stable/redis] Add global 'imagePullSecrets' to overwrite any other existing one

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Fix typo and add var to the README

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Fix typo in helpers

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
2019-03-12 03:54:51 -07:00
Carlos Rodríguez Hernández 5b3f02972b [stable/redis] Add apiVersion in Chart.yaml and add test info to README.md (#11790)
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
2019-02-27 08:54:45 -08:00
Jonas Grau 321bb3202d [stable/redis] Fix service name when cluster is disabled (#11553)
If cluster is not enabled the name of the master service still contains `-master`. This changes updates the helper so that is apparent when looking at the helm status.

Signed-off-by: Jonas Grau <jonas.grau@gmail.com>
2019-02-22 07:12:15 -08:00
Bitnami Bot 57d3030941 stable/redis: update to 4.0.13 (#11584)
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2019-02-22 01:53:16 -08:00
Alexander Awitin 4daf2d02ed [stable/redis] Fix "iptables: Permission Denined" error when installing on Istio-enabled cluster. (#11232)
* [stable/redis] Fix "Can't initialize iptables table 'nat': Permission denied (you must be root)" error when installed on an Istio-enabled cluster.

Only define the `securityContext` on the main container instead of defining it on the top level `spec` which results into injected containers by Istio inheriting this definition (i.e. istio-init).

Related topic: https://github.com/istio/old_issues_repo/issues/316

Signed-off-by: Alexander Awitin <alexanderawitin@gmail.com>

* [stable/postgresql] Fix "Can't initialize iptables table 'nat': Permission denied (you must be root)" error when installed on an Istio-enabled cluster. (#11226)

Only define the `securityContext` on the main container instead of defining it on the top level `spec` which results into injected containers by Istio inheriting this definition (i.e. istio-init).

Related topic: https://github.com/istio/old_issues_repo/issues/316

Signed-off-by: Alexander Awitin <alexanderawitin@gmail.com>

* Bring `securityContext.fsGroup` back to `spec.template.spec` as where it should be.
Ref: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.11/#podsecuritycontext-v1-core

Signed-off-by: Alexander Awitin <alexanderawitin@gmail.com>

* refactor: Split `runAsUser` and `fsGroup` configuration in container and pod sections respectively.

Signed-off-by: Alexander Awitin <alexanderawitin@gmail.com>

* Bump chart version.

Signed-off-by: Alexander Awitin <alexanderawitin@gmail.com>

* refactor: Remove `securityContext.runAsNonRoot` from the main container.

Signed-off-by: Alexander Awitin <me@alexanderawitin.com>
2019-02-20 00:06:02 -08:00
stsui-ctech a143218529 Workaround k8s exec probe timeoutSeconds (#11355)
* Workaround k8s exec probe timeoutSeconds

We've found that redis-cli can hang and not return in some
circumstances (e.g. when the persistentVolume is not responding).

Kubernetes probes that run in Docker containers currently ignore
the timeoutSeconds specified in the probe. [0]

To workaround this, pass the timeoutSeconds as a parameter to the
scripts, and use the timeout tool to send a SIGKILL to redis-cli
if it's hasn't responded after the timeout expires.

[0] https://github.com/kubernetes/kubernetes/pull/58925

Signed-off-by: Severn Tsui <stsui@carnegietechnologies.com>

* Merge timeout line into same line as shell command

Do it for the helper, the same way it was done in the SS

Signed-off-by: Severn Tsui <stsui@carnegietechnologies.com>
2019-02-15 02:11:30 -08:00
Vyacheslav 7a46ccede9 Add resources field to redis init containers (#11243)
Signed-off-by: vkropotko <vjkropotko@gmail.com>
2019-02-07 16:14:27 -08:00
Javier J. Salmerón-García 55f2637ad7 [stable/redis] Make volumePermissions init container optional (#11029)
* [stable/redis] Make volumePermissions init container optional

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Bump chart to major version

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Update readme for upgrading

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
2019-02-05 05:37:52 -08:00
Javier J. Salmerón-García 25d05a61f9 [stable/redis] Fix use password as file environment variable issue (#10826)
* [stable/redis] Fix use password as file environment variable issue

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Fix metrics deployment

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Fix readme

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Update exporter to new version

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Bump chart version

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Update test values

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
2019-01-31 04:12:22 -08:00
Denis Vilar fbbc551e33 [stable/redis] Added sysctl init container (#10723)
* [stable/redis] Added sysctl init container

Made it possible to change host kernel settings with a custom
init container.
Fixes https://github.com/helm/charts/issues/10666

Signed-off-by: Denis Vilar <denisvilar@gmail.com>

* [stable/redis] Fixes according to review comments

* single sysctlImage config values for both master and slave
* use `bitnami/minideb` image
* added CI values

Signed-off-by: Denis Vilar <denisvilar@gmail.com>

* changed sysctl container command in CI production values

Signed-off-by: Denis Vilar <denisvilar@gmail.com>

* [stable/redis] Fixed indentation issue

Signed-off-by: Denis Vilar <denisvilar@gmail.com>
2019-01-25 08:22:23 -08:00
Javier J. Salmerón-García 4ce7483999 [stable/redis] Allow mounting secrets as a file (#10216)
* [stable/redis] Allow mounting secrets as a file

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Adapt metrics deployment

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Fix typo

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Fix issue with volumes

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Bump chart

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
2019-01-11 05:05:33 -08:00
Renat Galiev 474e325078 [stable/redis] Support defining PriorityClass (#10238)
* [stable/redis] Support defining PriorityClass

Signed-off-by: Renat Galiev <renat@galiev.net>

* [stable/redis] Support defining PriorityClass

updated values-production.yaml

Signed-off-by: Renat Galiev <renat@galiev.net>
2019-01-09 02:13:48 -08:00
Cédric de Saint Martin d8aa6b5109 [stable/redis] Upgrade exporter to 0.25.0. (#10398)
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
2019-01-04 07:00:23 -08:00
Jacob LeGrone 7e34490437 [stable/redis] Fix redis extra flags (#10388)
* fix(stable/redis): use extraFlags values

Signed-off-by: Jacob LeGrone <git@jacob.work>

* chore(stable/redis): keep ci values in sync with defaults

Signed-off-by: Jacob LeGrone <git@jacob.work>
2019-01-03 12:20:20 -08:00
Dinko Osrecki 6e556e592d [stable/redis] Process template directives in affinity parameters (#10312)
* [stable/redis] Process template directives in affinity parameters

Signed-off-by: Dinko Osrecki <dinko.osrecki@gmail.com>

* [stable/redis] Update README

Signed-off-by: Dinko Osrecki <dinko.osrecki@gmail.com>
2019-01-02 04:32:15 -08:00
Carlos Rodríguez Hernández c24793d146 [stable/redis] Fix typo in README (#10074)
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
2018-12-17 09:46:57 -08:00
Bitnami Bot cc362ad771 [stable/redis] Release 5.1.2 (#10002)
* redis: update to `4.0.12`

Signed-off-by: Bitnami Containers <containers@bitnami.com>

* redis: bump chart appVersion to `4.0.12`

Signed-off-by: Bitnami Containers <containers@bitnami.com>

* redis: bump chart version to `5.1.2`

Signed-off-by: Bitnami Containers <containers@bitnami.com>
2018-12-14 02:20:15 -08:00
Juan Ariza Toledano 654ade4c40 [stable/redis] Avoid creating a Deployment for a test client to check connectivity with Redis (#9971)
Signed-off-by: juan131 <juan@bitnami.com>
2018-12-13 07:19:30 -08:00
Cédric de Saint Martin 301ac01ba2 [stable/redis] Fix ServiceMonitor to not leak. (#9722)
Previous definition allowed Prometheus to scrape all redis in all namespaces.

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
2018-12-05 02:25:21 -08:00
Jacob LeGrone b57cf383eb [stable/redis] support redis docker library image (#7745)
* refactor(stable/redis): support redis docker library image

BREAKING CHANGES:
- `master.args` and `slave.args` are removed. Use `master.command` or
  `slave.command` instead in order to override the image entrypoint,
   or `master.extraFlags` to pass additional flags to `redis-server`.
- `disableCommands` is now interpreted as an array of strings instead
   of a string of comma separated values.
- `master.persistence.path` now defaults to `/data`.

Signed-off-by: Jacob LeGrone <git@jacob.work>

* test(stable/redis): add ci values for base images & configurations

Signed-off-by: Jacob LeGrone <git@jacob.work>
2018-12-04 09:45:03 -08:00
Stanislav Vitkovskiy 6d2e2e08f3 [stable/redis] allowing redis-exporter to talk to redis when NetworkPolicy is enabled (#9687)
* [stable/redis] allowing redis-exporter to talk to redis when NetworkPolicy is enabled

Signed-off-by: Stan Vitkovskiy <stas.vitkovsky@gmail.com>

* [stable/redis] extending NetworkPolicy so that redis-explorer can talk to redis endpoints

Signed-off-by: Stan Vitkovskiy <stas.vitkovsky@gmail.com>
2018-12-03 21:48:42 -08:00
Barry O'Neill 1947fa46fe add metrics servicemonitor to stable/redis (#9281)
* Add prometheus ServiceMonitor for metrics

Signed-off-by: Barry O'Neill <barra.oneill@gmail.com>

* bump chart version

Signed-off-by: Barry O'Neill <barra.oneill@gmail.com>

* PR Feedback

Signed-off-by: Barry O'Neill <barra.oneill@gmail.com>

* Make scraping interval optional

Signed-off-by: Barry O'Neill <barra.oneill@gmail.com>

* Accept version change suggestion

Co-Authored-By: barryoneill <barryoneill@users.noreply.github.com>
Signed-off-by: Barry O'Neill <barra.oneill@gmail.com>
2018-11-22 07:06:03 -08:00
Eric Bailey 923ed54926 [stable/redis] Fix hardcoded serviceName (#9187)
The master Service name is derived from the "redis.fullname" template, which
depends on `{full,}nameOverride`. Prior to this change, if the template
evaluates to anything other than `redis-master`, e.g. if `fullnameOverride` is
set to anything but `redis`, the StatefulSet will be misconfigured.

This change replaces the hardcoded `redis-master` with the appropriate,
override-respecting value, which is the same as `metadata.name` in the master
service template.

Signed-off-by: Eric Bailey <e.bailey@sportradar.com>
2018-11-12 00:00:02 -08:00
Alec Troemel 1827d88ca4 allow specification of update strategy on slaves (#9157)
* allow specification of update strategy on slaves

allow specification of update strategy on slaves, you should be able to specify stuff like maxUnavailable on slave updates. Otherwise, all your slaves may restart while the master is terminating/initializing. If this happens your slaves will be down just as long as the master

Signed-off-by: Alec Troemel <alec@mirusresearch.com>

* version bump

Signed-off-by: Alec Troemel <alec@mirusresearch.com>

* update docs

Signed-off-by: Alec Troemel <alec@mirusresearch.com>

* remove trailing spaces

Signed-off-by: Alec Troemel <alec@mirusresearch.com>

* remove extra paren

Signed-off-by: Alec Troemel <alec@mirusresearch.com>
2018-11-10 10:25:18 -08:00
Javier J. Salmerón-García 6caec2e5f7 [stable/redis] Set metrics annotations by default (#8299)
* [stable/redis] Set metrics annotations by default

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>

* Remove empty annotation

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
2018-11-08 06:04:10 -08:00
Thomas Riccardi 37a2b385c2 [stable/redis] fix typos on README/comments for service.type (#8931)
Also fixed default value in README for {slave,metrics}.service.type (completes #5524).

Signed-off-by: Thomas Riccardi <thomas@deepomatic.com>
2018-11-02 10:02:05 -07:00
Thomas Riccardi f5c645ebc3 [stable/redis] re-sync values-production.yaml with values.yaml (#8930)
Signed-off-by: Thomas Riccardi <thomas@deepomatic.com>
2018-11-02 02:11:28 -07:00
Carlos Rodríguez Hernández 75c54f9489 Use minideb as initContainer to change volumes permissions (#8737)
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
2018-10-25 06:13:19 -07:00
Grachev Mikhail deb355e8cd [stable/redis] fix typo (#8699)
Signed-off-by: Mikhail Grachev <work@mgrachev.com>
2018-10-25 03:09:03 -07:00
Cédric de Saint Martin ba4cbb322c [stable/redis] Add myself as maintainer. (#8682)
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
2018-10-24 02:27:08 -07:00
Eric Bailey 9dd5c9858c [stable/redis] Avoid generating null annotations (#8588)
Signed-off-by: Eric Bailey <e.bailey@sportradar.com>
2018-10-22 11:47:40 -07:00
Carlos Rodríguez Hernández 8509c013f1 [stable/redis] Remove distro tag (#8535)
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
2018-10-17 08:14:55 -07:00
Carlos Rodríguez Hernández 351c639bde [stable/redis] Add global registry option (#8450)
* [stable/redis] Add global registry option

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>

* Fix trailing space

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
2018-10-16 01:30:37 -07:00
Martin Helmich 1869640ddf [stable/redis] NetworkPolicy podSelector should also match "release" (#8377)
* [stable/redis] NetworkPolicy podSelector should also match "release"

Currently, the `NetworkPolicy` created for the "redis" charts, only selects via the `app` label.

However, this does not only match Redis pods created by the respective release, but matches
Redis pods of _all_ releases of that Chart (which is -- I'm assuming -- not the intended behaviour).

Signed-off-by: Martin Helmich <m.helmich@mittwald.de>

* Bump chart version

Signed-off-by: Martin Helmich <m.helmich@mittwald.de>
2018-10-12 03:47:10 -07:00
Carlos Rodríguez Hernández 93db96ce6b [stable/redis] Add kubeapps text to charts READMEs (#8195)
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
2018-10-05 04:28:13 -07:00
Carlos Rodríguez Hernández a1686d73bf [stable/redis] Improve getting LoadBalancer address in NOTES.txt (#8035)
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
2018-09-29 09:54:37 -07:00
Sergey bccfb47adb [stable/redis] add init-container for set chown redis data dir (#7928)
* add init-container for set chown redis data dir
when securityContext and persistence claim template is enabled

Signed-off-by: Sergey Bondarev <s.bondarev@southbridge.ru>

* add to Readme and values-production.yaml

Signed-off-by: Sergey Bondarev <s.bondarev@southbridge.ru>

* change init-container image to busybox
bump chart version to 4.1

Signed-off-by: Sergey Bondarev <s.bondarev@southbridge.ru>

* also change init conatiner image in values-production.yml

Signed-off-by: Sergey Bondarev <s.bondarev@southbridge.ru>

* fix version

Signed-off-by: Sergey Bondarev <s.bondarev@southbridge.ru>
2018-09-27 02:34:45 -07:00
Cédric de Saint Martin 480a7f8129 [stable/redis] Do not set annotation field if there is no annotation. (#7786)
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
2018-09-24 03:11:05 -07:00
Cédric de Saint Martin c3bbcadcd3 [stable/redis] Major version bump: Fix chart not being upgradable by removing 'chart' label from spec.selector or spec.VolumeClaimTemplate. (#7686)
Also set a selector to all Deployments.

See https://github.com/helm/charts/issues/7680.

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
2018-09-24 02:44:45 -07:00
Jacob LeGrone 342d894906 [stable/redis] Fail health probes when authentication fails (#7622)
* Add secret checksum to metrics deployment

Signed-off-by: Jacob LeGrone <git@jacob.work>

* Fail health probes if auth is invalid

Signed-off-by: Jacob LeGrone <git@jacob.work>

* Configure master service port number

Signed-off-by: Jacob LeGrone <git@jacob.work>

* Increment chart version

Signed-off-by: Jacob LeGrone <git@jacob.work>
2018-09-10 02:34:52 -07:00
Jacob LeGrone 64a5308dc7 [stable/redis] Rollout new pods on configuration changes (#7619)
* Rename secrets.yaml to secret.yaml

Signed-off-by: Jacob LeGrone <git@jacob.work>

* Perform rolling update when configuration changes

Signed-off-by: Jacob LeGrone <git@jacob.work>

* Interpret redis.conf contents as string

Signed-off-by: Jacob LeGrone <git@jacob.work>

* Bump chart version

Signed-off-by: Jacob LeGrone <git@jacob.work>
2018-09-08 13:35:12 -07:00