Ole Markus With
c9c99aaaab
[stable/neo4j] Add support for imagePullSecrets ( #4454 )
...
* Add support for imagePullSecret
* Bumping minor version
* lower case imagePullSecret
2018-03-27 14:45:13 -07:00
Miouge1
fa884bc4ae
Update Nexus image ( #4458 )
2018-03-27 14:45:03 -07:00
Shane Starcher
fa18254696
Filebeat k8s fix ( #4408 )
...
* upgrade filebeat to 6.2.3 to prevent k8s metadata infinite loop
* fix filebeat /var/log and drop seperate prospectors configuration
* fix linting
2018-03-27 14:27:03 -07:00
Bryan Shelton
ede96813ff
[stable/buildkite] Fix newline issue when using extraEnv ( #4403 )
2018-03-27 14:16:03 -07:00
Christopher Randles
08e49f402c
[stable/kube-state-metrics]: support toleration configuration ( #4412 )
2018-03-27 13:56:04 -07:00
Kurt McAlpine
2bec084260
Use nodeSelector from worker ( #4469 )
2018-03-27 13:43:12 -07:00
Jess G
0dd644755b
Add svc annotations support in kibana chart ( #4480 )
...
* Adding support for kibana svc annotations.
* Increment Chart version
* Add svc annotation in README.md
* Add default value and example in values.yaml
* increment minor version
* Update comment in values.yml file to follow guidelines
* add home to Chart.yaml file to pass validation test
* add newline char
2018-03-27 13:43:03 -07:00
Bitnami Bot
584c5e3769
[stable/mariadb] Release 2.1.17 ( #4482 )
...
* mariadb: update to `bitnami/mariadb:10.1.32-r0`
* mariadb: bump chart appVersion to `10.1.32`
* mariadb: bump chart version to `2.1.17`
2018-03-27 13:31:03 -07:00
Pete Brown
88c10bad70
Add update strategy for docker-registry deployment ( #4475 )
2018-03-27 13:25:02 -07:00
Raymond Botha
d2272b8cbf
Add initcontainer to bypass 1.9.4 read-only configmap mount ( #4411 )
2018-03-27 13:21:03 -07:00
Giancarlo Rubio
d13c73ce32
Change service port to 80 because the pod does not enable https by default ( #4470 )
2018-03-27 13:17:03 -07:00
Maxime VISONNEAU
a14c8a25d1
Added the possibility to specify affinity options to kube2iam chart ( #4203 )
2018-03-27 13:11:03 -07:00
Ashley Penney
6020983d5c
Add stackdriver-exporter ( #4167 )
...
* Add stackdriver-exporter
Stackdriver-exporter gathers metrics from Google Cloud projects and
presents them for Prometheus to gather.
* Update URL
* Switch to lowerCamelCase across the chart
* Use Helm 2.8 _helpers.tpl as a foundation.
* Fix chart label
2018-03-27 13:07:02 -07:00
Alexey Remizov
54bf0b00fb
[stable/sentry] Configure externalIPs ( #4179 )
...
* [sentry] Added variable service.externalIPs
* [sentry] Fixed notes about access to service of type ClusterIP
* Update Chart.yaml
2018-03-27 13:03:05 -07:00
Simon Wydooghe
0807c777d7
[stable/traefik] Add configurable PVC annotations ( #4205 )
...
* [stable/traefik] Add configurable PVC annotations
When migrating one traefik setup to another, it's handy to be able
set annotations on the PVC, especially "helm.sh/resource-policy".
* Update Chart.yaml
2018-03-27 12:55:02 -07:00
Casey Kuhlman
f72d9e49a1
move placeholder keys and genesis.json to ci folder ( #4448 )
2018-03-27 12:48:02 -07:00
Tim Stoop
e2ffed17ab
Set an externalTrafficPolicy. ( #4353 )
2018-03-27 12:40:01 -07:00
DaNuk (DNk)
caab81fa1a
dnk: Use user.password if present ( #4462 )
2018-03-27 11:15:03 -07:00
Eliran Bivas
a8e94c2f4a
Support additional k8s filter params ( #4406 )
...
* Support additional k8s filter params
* trailing spaces
* values typo
* lower case values
2018-03-27 11:07:02 -07:00
Marek Bartík
3256b1dbd5
fix helm upgrade wrong syntax ( #4394 )
...
* fix helm upgrade wrong syntax
* bump Chart version
* Update Chart.yaml
2018-03-27 10:58:13 -07:00
shashi ranjan
fcafa79c57
Kong v0.13.0 support ( #4443 )
2018-03-27 10:58:03 -07:00
Vic Iglesias
e32de0bbeb
Add info about Jenkins sync ( #4477 )
2018-03-27 10:40:03 -07:00
Pradip Caulagi
4481b3ede7
[stable/nginx-ingress] Add debug snippet for ingress controller to readme ( #4153 )
...
* Add debug snippet for ingress controller to readme
* Bump version
2018-03-27 10:36:02 -07:00
Guang Ya Liu
2a8d995046
[stable/mariadb] expose all parameters in values.yaml for mariadb. ( #2186 )
...
* [stable/mariadb] expose all parameters in values.yaml for mariadb.
* comment out mariadb config example
* bump chart version
2018-03-27 09:53:02 -07:00
Ilya Kislenko
bd8016c536
Enhancing lint.sh with additional checks for Chart.yaml ( #4161 )
...
* Enhancing lint.sh with additional checks
* reverting post local testing changes
* addressing reviews.
removing yq installetion
chaning yq with yaml for Chart.yaml parsing.
modifing Erro message for not github account check.
also modifing lint.sh so it can be used locally
2018-03-27 09:30:03 -07:00
yulng
4c42e662c9
typo:fix tables to table ( #4322 )
...
* add version: 0.2.3
add version: 0.2.3
* typo:fix tables to table
typo:fix tables to table
2018-03-27 09:19:03 -07:00
Stephan van Maris
37620d4306
add initContainer to copy config from ConfigMap ( #4169 )
...
* Update statefulset.yaml
ConfigMaps are read-only since Kubernetes 1.9.4 (https://github.com/kubernetes/kubernetes/pull/58720 ). The rabbitmq-ha Chart uses a ConfigMap to provision /etc/rabbitmq. The official RabbitMQ docker image modifies these files in its docker-entrypoint.sh. This PR adds an initContainer to the StatefulSet to copy the configs from the ConfigMap to a new emptyDir volume.
* Update Chart.yaml
Bump version
* Update statefulset.yaml
2018-03-27 09:12:02 -07:00
Thomas David Dickinson
86e1f83ab1
Set liveness probe to use jps and readiness to tcpSocket ( #4093 )
2018-03-27 04:07:02 -07:00
David Zager
30f24eebd9
Optionally set mariadb securityContext ( #4464 )
2018-03-26 20:29:02 -07:00
Bitnami Bot
6fe5940628
[stable/redis] Release 1.1.21 ( #4466 )
...
* redis: update to `bitnami/redis:4.0.9-r0`
* redis: bump chart appVersion to `4.0.9`
* redis: bump chart version to `1.1.21`
2018-03-26 20:23:02 -07:00
yjl-lgx
439b08791f
servie--->service ( #4430 )
...
* servie--->service
* version: 0.1.1
version: 0.1.1
2018-03-26 12:45:01 -07:00
Tim Stoop
0b4b0d0720
Add the option for Pod Annotations. ( #4195 )
2018-03-26 12:41:02 -07:00
Gullit Miranda
9d9f87d9a8
[drone] Fixing go template "error calling index: index of untyped nil" ( #3949 )
...
* Fixing go template "error calling index: index of untyped nil"
in drone/templates/ingress.yaml:23:27
* [drone] Bumped chart version to 0.4.1
* Update Chart.yaml
2018-03-26 12:06:01 -07:00
Greg Taylor
5062009c23
stable/prometheus: Update prom/alertmanager to 0.14.0 ( #4294 )
...
Was previously 0.13.0.
2018-03-26 11:51:02 -07:00
Pierre Ozoux
a1373c6eeb
Update memcache to latest ( #4126 )
...
* Update memcache to latest
* Incrementing chart version
* Update Chart.yaml
2018-03-26 11:43:02 -07:00
Alex Robinson
e352f46ba3
Support secure mode in CockroachDB chart ( #4463 )
...
* Fix anti-affinity policy and bump version of cockroachdb chart
* Support secure mode in CockroachDB chart
2018-03-26 11:24:00 -07:00
youhonglian
f8e2299167
change 'tables'->table" ( #4381 )
...
* Update Chart.yaml
* change 'tables'->table"
change 'tables'->table"
2018-03-26 09:38:01 -07:00
youhonglian
87e7c41ed7
change tables->table ( #4380 )
...
* Update Chart.yaml
* change tables->table
change tables->table
2018-03-26 09:34:02 -07:00
youhonglian
574d78be63
change 'tables'->table" ( #4382 )
...
* Update Chart.yaml
* change 'tables'->table"
change 'tables'->table"
2018-03-26 09:21:11 -07:00
AdamDang
043563ef07
Typo fix in zookeeper/README.md ( #4426 )
...
* Add version for zookeeper
Add version for zookeeper
* Typo fix in zookeeper/README.md
Typo fix in zookeeper/README.md
2018-03-26 09:21:02 -07:00
AdamDang
415f0fb6ee
small typo fix ( #4428 )
...
* add version for webpagetest-agent
add version for webpagetest-agent
* small typo fix
small typo fix
2018-03-26 09:11:12 -07:00
AdamDang
04f81927d5
proper noun should be in capital ( #4429 )
...
* add version for Vault
add version for Vault
* proper noun in capital
proper noun in capital
2018-03-26 09:11:02 -07:00
Bitnami Bot
ca50aadf65
[stable/phabricator] Release 0.5.20 ( #4459 )
...
* phabricator: update to `bitnami/phabricator:2018.12.0-r0`
* phabricator: bump chart appVersion to `2018.12.0`
* phabricator: bump chart version to `0.5.20`
2018-03-26 04:29:00 -07:00
Bitnami Bot
660b6ab8c1
[stable/suitecrm] Release 0.4.2 ( #4416 )
...
* suitecrm: update to `bitnami/suitecrm:7.10.2-r2`
* suitecrm: bump chart version to `0.4.2`
2018-03-26 04:06:00 -07:00
Bitnami Bot
dbd943b1b1
[stable/moodle] Release 0.5.2 ( #4439 )
...
* moodle: update to `bitnami/moodle:3.4.2-r0`
* moodle: bump chart appVersion to `3.4.2`
* moodle: bump chart version to `0.5.2`
2018-03-26 02:58:00 -07:00
Igor Rodionov
3277110ce5
[incubator/chartmuseum] Added example of usage ( #4447 )
...
* Added Example to README
* Added TOC
* Increase Chart version to pass tests
2018-03-24 09:11:01 -07:00
Igor Rodionov
978daf5821
Rename service port to http ( #4442 )
...
* Rename service port to http
* Remove dependency from common chart
* Added keywords for Chart.yaml
2018-03-23 12:32:02 -07:00
Ole Markus With
2273a79da0
[stable/neo4j] Change the image of the initContainer examples ( #4269 )
...
* Change the image of the initContainer examples
The initContainer examples use a container with an old curl version.
This version of curl has failed since GitHub disabled TLSv1.
This commit updates the examples to use an image with a working curl.
* Bump chart version
2018-03-23 09:27:02 -07:00
Casey Kuhlman
0abd574b16
move burrow to stable repo ( #3481 )
2018-03-23 09:20:03 -07:00
Peter Rifel
b7f88287d2
Upgrade kube-state-metrics to 1.2.0, add new collectors ( #4146 )
2018-03-23 08:57:02 -07:00