Etienne and Reinhard Nägele
d4ecb7b45b
[stable/selenium] display VNC configuration if using debug node ( #2813 )
...
* Display VNC connection configuration if using debug node
* Bump chart version
2017-12-05 21:49:41 +01:00
lead4good and Reinhard Nägele
d284317c22
helm lamp stack chart ( #1288 )
2017-12-05 21:01:06 +01:00
Bitnami Bot and Reinhard Nägele
dc7479fd18
[stable/rabbitmq] Release 0.6.10 ( #2714 )
...
* rabbitmq: update to `bitnami/rabbitmq:3.6.14-r1`
* rabbitmq: bump chart version to `0.6.10`
* rabbitmq: update to `bitnami/rabbitmq:3.6.14-r2`
2017-12-05 20:24:50 +01:00
Bitnami Bot and Reinhard Nägele
ca4c366874
[stable/redis] Release 1.1.2 ( #2942 )
...
* redis: update to `bitnami/redis:4.0.6-r0`
* redis: bump chart appVersion to `4.0.6`
* redis: bump chart version to `1.1.2`
2017-12-05 20:23:19 +01:00
Bitnami Bot and Reinhard Nägele
8a8a234621
[stable/ghost] Release 2.1.1 ( #2939 )
...
* ghost: update to `bitnami/ghost:1.18.3-r0`
* ghost: bump chart appVersion to `1.18.3`
* ghost: bump chart version to `2.1.1`
2017-12-05 20:23:02 +01:00
Pete Brown and Reinhard Nägele
2f9058ca13
[incubator/docker-registry] Add extra configuration options for docker-registry ( #2926 )
...
* Add extra configuration options for docker-registry
* Fix errors and typos in values.yaml
* Add missing configmap
* Use HTTPS Probes when using tls
2017-12-05 20:19:21 +01:00
Emmanuel Gomez and Reinhard Nägele
238c2c4ccd
[stable/nginx-ingress] Add externalTrafficPolicy and healthCheckNodePort to README. ( #2609 )
...
* Add externalTrafficPolicy and healthCheckNodePort to README.
* Bump chart version
2017-12-05 20:11:37 +01:00
Matt Farina and Reinhard Nägele
88f888bcd9
Fixing CI failures for charts with dependencies ( #2934 )
...
Closes #2896
2017-12-05 19:59:08 +01:00
Bitnami Bot and Matt Farina
516d35f3e3
[stable/odoo] Release 0.6.4 ( #2913 )
...
* odoo: update to `bitnami/odoo:10.0.20171202-r0`
* odoo: bump chart appVersion to `10.0.20171202`
* odoo: bump chart version to `0.6.4`
2017-12-04 23:14:50 -05:00
Matt Farina and GitHub
08cf223ba3
Revert "Run helm dep build in circle lint.sh ( #2919 )" ( #2929 )
...
This reverts commit 54f82ea525 .
2017-12-04 14:59:58 -05:00
Benjamin Goldberg and Vic Iglesias
774779c484
Add Affinity Rules for Kafka/Zookeeper pods ( #2918 )
...
* Add Affinity Rules for Kafka/Zookeeper pods
* Update Chart.yaml
* Use soft requirement instead of hard by default for antiaffinity
2017-12-04 11:48:16 -08:00
Josh Dolitsky and Matt Farina
54f82ea525
Run helm dep build in circle lint.sh ( #2919 )
2017-12-04 14:11:12 -05:00
Benjamin Goldberg and Vic Iglesias
a5d9d9c838
Convert Kafka Chart values to lowercase ( #2925 )
2017-12-04 10:40:01 -08:00
Rio Kierkels and Vic Iglesias
a7e736febe
[stable/minio] Add subpath for /export volume ( #2534 )
...
* feat(stable/minio): add subpath for /export volume
Conditionally adds the subPath for the /export volume mount.
Works only if `persistence.enabled` is true and `persistence.subPath`
is not empty string.
This is handy in cases where the volume plugin doesn't
support sub folder mounting. GlusterFS plugin, for example doesn't support
it whereas NFS actually does.
* docs(stable/minio): add subPath to Configuration table
* chore(stable/minio): version bump
* chore(stable/minio): another version bump to keep ahead of master
2017-12-01 13:50:54 -08:00
Nitish Tiwari and Matt Farina
db835c0861
Update Minio chart to latest release ( #2840 )
2017-12-01 14:20:26 -05:00
Bitnami Bot and Matt Farina
05f37e9119
[stable/wordpress] Release 0.7.5 ( #2891 )
...
* wordpress: update to `bitnami/wordpress:4.9.1-r0`
* wordpress: bump chart appVersion to `4.9.1`
* wordpress: bump chart version to `0.7.5`
2017-12-01 14:08:27 -05:00
Bitnami Bot and Matt Farina
c88dfa8b65
[stable/phabricator] Release 0.5.2 ( #2908 )
...
* phabricator: update to `bitnami/phabricator:2017.47.0-r0`
* phabricator: bump chart appVersion to `2017.47.0`
* phabricator: bump chart version to `0.5.2`
2017-12-01 14:07:15 -05:00
Bitnami Bot and Matt Farina
ef13b6fbfe
[stable/parse] Release 0.3.2 ( #2909 )
...
* parse: update to `bitnami/parse:2.7.1-r0`
* parse: bump chart appVersion to `2.7.1`
* parse: bump chart version to `0.3.2`
2017-12-01 14:06:10 -05:00
tompizmor and Sameer Naik
026e29958c
[stable/ghost] allow use of external database ( #2816 )
...
* Allow Ghost helm chart to use an existing database
* Fix wrong docker image
* Fix wrong database name and username
* Refactor properties to configure external database
* update requirements.lock
* add guide in README for external dbs
2017-12-01 17:12:47 +05:30
Jorge Marin and Sameer Naik
91e4fcb344
Fix annotations in svc.yaml ( #2905 )
...
* Fix annotations in svc.yaml
If `.Values.service.annotations` is empty (which is the default configuration), the field `annotations` will be blank, producing a failed deployment.
This patch only adds service annotations if they exist.
* Update Chart.yaml
2017-12-01 16:26:20 +05:30
Aaryaman Vasishta and Vic Iglesias
c5ce3fe836
[stable/concourse] Fix minimum version required for StatefulSet upgradeStrategy ( #2871 )
2017-11-30 09:28:23 -08:00
Benjamin Goldberg and Vic Iglesias
ca466c9811
Add Schema Registry Chart as an optional dependency for Kafka ( #2887 )
...
* Add Schema Registry Chart as an optional dependency for Kafka
* Update README to include schema-registry var
* Update requirements.lock for kafka with schema registry
2017-11-29 14:36:25 -08:00
Benjamin Goldberg and Vic Iglesias
f9b45970fc
Create Confluent Kafka Schema Registry Chart ( #2884 )
...
* Create Confluent Kafka Schema-Registry Chart
* Remove kafka chart changes for a different PR
* lower camelCase schema-registry values
* Cleanup requirements lock
2017-11-29 13:01:14 -08:00
Bitnami Bot and Reinhard Nägele
b74f82787c
[stable/parse] Release 0.3.1 ( #2869 )
...
* parse: update to `bitnami/parse:2.7.0-r0`
* parse: bump chart appVersion to `2.7.0`
* parse: bump chart version to `0.3.1`
2017-11-29 21:48:33 +01:00
Etienne and Reinhard Nägele
63c338bb9c
Add Verdaccio chart ( #2727 )
...
* Add Verdaccio chart
* Add appVersion to charts, update deployment apiVersion to apps/v1beta1
2017-11-29 21:14:14 +01:00
Evan Zeimet and Reinhard Nägele
88882d26f4
Update server/alertmanager for baseURL ( #2728 )
...
Set container args for server and alertmanager to respect
baseURL values.
2017-11-29 21:12:51 +01:00
Mark Needham and Reinhard Nägele
ae4ddf4255
[Neo4j] updating readme to reference stable instead of incubator ( #2885 )
...
[Neo4j] updating readme to reference stable instead of incubator
2017-11-29 18:40:41 +01:00
Sascha Grunert and Reinhard Nägele
c1655fd4fb
Fix chart name prefix when mongodb-replicaset TLS is enabled ( #2866 )
2017-11-28 21:35:13 +01:00
Kevin Schumacher and Dhilip
d497820a25
[stable/consul] #1785 namespace defined templates with chart name ( #1985 )
...
* [stable/consul] #1785 namespace defined templates with chart name
* Fix Circle CI failure
Added the missed out namespace entry
2017-11-28 22:33:34 +05:30
Kevin Schumacher and Dhilip
813410bbdd
[stable/kube-lego] #1785 namespace defined templates with chart name ( #2135 )
...
* [stable/kube-lego] #1785 namespace defined templates with chart name
* Fix circle CI Lint Error
add an extra new line at the end of Chart.yaml file
2017-11-28 22:10:31 +05:30
awwithro and Dhilip
0d398e5044
[stable/datadog] Adding full datadog role permissions ( #2804 )
...
* Adding all the RBAC permissions DataDog needs
* Add comments back
* Bump Chart version
* Bumping Chart version
2017-11-28 22:09:10 +05:30
Kevin Schumacher and Dhilip
99f4b8a582
[stable/moodle] #1785 namespace defined templates with chart name ( #2175 )
2017-11-28 22:05:20 +05:30
JP Phillips and Vic Iglesias
e8b8635780
[stable/concourse] provide configuration(s) for integrating Concourse with Vault ( #2446 )
...
* provide configuration(s) for integrating Concourse with Vault
enabled configuring Concourse to use Vault for managing secrets, exposes 3 types of Auth Backends: tokens, approle, and TLS
* provide configuration(s) for integrating Concourse with Vault
enabled configuring Concourse to use Vault for managing secrets, exposes 3 types of Auth Backends: tokens, approle, and TLS
2017-11-27 11:57:40 -08:00
riverzhang and Vic Iglesias
f5c8b4d86d
Update jenkins chart version ( #2721 )
...
* Update jenkins chatrs version
Update jenkins chatrs version
* Use default Jenkins agent image
* Use default Jenkins image tag and plugins
* Use spinnaker image in test rather than Jenkins image
* Fix requriements lock
* Use curl trusty for UI test
* Update jenkins agent image in jenkins jobs
2017-11-27 11:50:48 -08:00
jordanjennings and Vic Iglesias
2e26226829
[stable/jenkins] Update Jenkins images and plugins ( #2496 )
...
* [stable/jenkins] Update Jenkins images and plugins
* [stable/jenkins] Bump Jenkins chart version
* Fixes for linter
* Update Chart.yaml
2017-11-27 09:52:48 -08:00
Aaron Peschel and Vic Iglesias
1fb29d348f
[stable/datadog] Link Datadog Deployment to Configmaps ( #2673 )
...
This commit adds a hash annotation to each of the configmaps in this
chart, as well as the deployment that is dependent on these configmaps.
This will cause the deployment to restart its pods if any of these
configmaps changes.
2017-11-27 09:42:06 -08:00
David Huie and Vic Iglesias
20c6c76ea8
[stable/nginx-ingress] Custom NGINX template support ( #2341 )
...
Many NGINX configuration parameters cannot be overridden with the
nginx-ingress Helm chart. With this change, a custom nginx.tmpl
template can be provided, which allows for any configuration value to
be changed.
2017-11-27 08:53:31 -08:00
Ryo Sakamoto and Matt Farina
ae7d78aa62
[stable/datadog]fixed README.md ( #2847 )
...
* fixed README.md
* increment chart version
2017-11-27 11:31:57 -05:00
Kyle Bai and Reinhard Nägele
b34e60360d
[stable/rabbitmq] fix README.md code block ( #2851 )
...
* [stable/rabbitmq] fix README.md code block
* Bump chart version
2017-11-25 22:34:07 +01:00
carmat88 and Reinhard Nägele
6413898a2c
Allowing usage of Kubernetes ingress in existing owncloud chart ( #2681 )
...
* Allowing ingress controllers owncloud chart
* formatting
* review edits
* bump stable version
* Fix indentation
* Update README.md
2017-11-25 22:31:14 +01:00
Dan Sexton and Reinhard Nägele
0f2ae6db35
[stable/redis-ha] Added nodeSelector and tolerations ( #2715 )
...
* Updated redis image in readme
* Added nodeSelector and tolerations to redis-ha
* Bumped version to 1.0.1
2017-11-25 22:26:41 +01:00
Norberto Lopes and Reinhard Nägele
d0834e9efa
Fix typo in env var name SENTRY_POSTRGES_PORT ( #2723 )
...
* Fix typo in env var name SENTRY_POSTRGES_PORT
* Bump chart version.
2017-11-25 16:20:23 +01:00
Colin Hoglund and Reinhard Nägele
8ec35589b4
[stable/coredns] support custom zone files in coredns ( #2752 )
...
* support custom zone files in coredns
* increment chart version
2017-11-25 16:18:49 +01:00
Ergin Babani and Reinhard Nägele
f8949cf7cb
Add the ability to set toleration for the web and worker pods ( #2729 )
...
* Add the ability to set toleration for the web and worker pods
* Version bump for setting tolerations.
* Update Chart.yaml
2017-11-25 16:13:16 +01:00
Fabian Dörk and Reinhard Nägele
3d6d2e6efb
[incubator/gogs] Fix SSH port and domain settings ( #2704 )
...
* [incubator/gogs] Fix SSH port and domain settings
* Bump chart version
* Fix requirements.yaml
2017-11-25 16:12:57 +01:00
jslusher and Reinhard Nägele
084c7e5455
[stable/redis] podAnnotations value ( #2650 )
...
* [stable/redis] podAnnotations value
podAnnotations value to be used to annotate pods in the redis Deployment
in downstream charts.
* Fix indentation
2017-11-25 16:12:35 +01:00
Steve Ruckdashel and Reinhard Nägele
07fcfd2470
Changed 'stable' to 'incubator' in final example of incubator/fluentd-cloudwatch ( #2735 )
2017-11-25 16:12:12 +01:00
Khris Richardson and Reinhard Nägele
ad3dc49889
[stable/kube-state-metrics] add readiness probe ( #2718 )
2017-11-25 16:01:50 +01:00
Adnan Abdulhussein and Reinhard Nägele
0a1eb6bfc4
[stable/kube-lego] update maintainers to use github ids ( #2576 )
2017-11-25 15:47:21 +01:00
Yann Simon and Reinhard Nägele
6248ed64a0
Fix default container image ( #2563 )
...
* Fix default container image
* Remove wrong link to img - right link is in the configuration table
* update chart version
* Update README.md
2017-11-25 15:14:49 +01:00