Commit Graph
1068 Commits
Author SHA1 Message Date
Reinhard Nägele a4075e0426 Add best practices to requirements (#1305) 2017-06-15 19:36:54 +02:00
Frederick Ryckbosch 88373fc095 Add CoScale Helm Chart (#1076)
* Add CoScale Helm Chart

* Proper version and pull policy.

* Update Chart.yaml

- add appVersion
- update maintainer name to github id

* Fixed lint issues.

* Code review changes
2017-06-15 19:06:33 +02:00
Bhargav Nookala 2700972503 Fixing up whitespace in acs-engine-autoscaler template (#1301) 2017-06-15 09:20:54 -07:00
Justin Garrison cb00608357 Sentry chart (#1226)
* initial sentry

* missing valueFrom

* added cron and worker deployments

* Added some metadata

* Initial ingress support

* add initial smtp support and volume persistence

* Fixed deployment names (duh)

* Fix ENV and remove liveliness/rediness

* Hard code sentry db and user name until I can figure it out

* Fixed postgresql values

* Add database initialization job

* Add user creation hook

* Add user configuration to values

* Added smtp support, various other options/fixes

* Add resource limits, health check, and random password

* Fix login url and command to show generated password

* Add README and set sane default values

* Clarify using the --wait flag in README

* Consistent labels and component names

* Move sentry to stable folder

* Updated name to github username
2017-06-14 22:22:26 -07:00
Bhargav Nookala 70dccf7186 Adding support for sleep time, ignored pools, and spare agents (#1300) 2017-06-14 21:18:09 -07:00
Rita Zhang 6ac66e2f67 [stable/acs-engine-autoscaler] Add acs-engine-autoscaler chart (#1279)
* Add acs-engine-autoscaler charge

* Update NOTES to handle missing credentials

* Update _helpers

* Moving acs-engine-autoscaler from incubator to stable

* Update Chart description

* Provide specific tag for image

* Add labels.standard
2017-06-14 16:39:30 -07:00
Jon Davies 2d610a231c Updated mongodb-replicaset README to show correct mongo version used. (#1292) 2017-06-14 21:55:05 +02:00
Jesse Dubay ef895a0cb6 [stable/datadog] Support 1.6 tolerations (#1252)
* [stable/datadog] Support 1.6 tolerations

This allows the Datadog DaemonSet to run on tainted nodes, whether
that's a master provisioned by kubeadm (see #1100):

    tolerations:
      - effect: NoSchedule
        key: node-role.kubernetes.io/master

or any "dedicated" node:

    tolerations:
      - effect: NoSchedule
        operator: Exists

* [stable/datadog] Document 1.6 requirement for `tolerations`

* [stable/datadog] Add `daemonset.podAnnotations` value

This allows Kubernetes 1.5 users to use the alpha tolerations annotation
to schedule DataDog Pods on tainted nodes.

* [stable/datadog] Docs tweak: greater than 1.6

* [stable/datadog] Docs tweak: >= 1.6
2017-06-14 20:13:18 +02:00
Bitnami Bot c7db6fcc33 [stable/mongodb] Release 0.4.11 (#1271)
* mongodb: update to `bitnami/mongodb:3.4.4-r3`

* mongodb: bump chart version to `0.4.11`

* mongodb: update to `bitnami/mongodb:3.4.4-r4`

* mongodb: update to `bitnami/mongodb:3.4.4-r5`

* mongodb: update to `bitnami/mongodb:3.4.4-r6`

* mongodb: update to `bitnami/mongodb:3.4.5-r0`
2017-06-14 16:49:10 +02:00
Scott Rigby 163eca9eff [stable/drupal] PV hostPath (#1057)
* Existing PVC support for stable/drupal

* Move ExistingClaim value below drupal, because it only applies to Drupal PVC

* Rename existingClaim to match chart case format

* drupal-data volume hostPath template

* drupal.persistence.hostPath default nil value comments

* hostPath deployment option

* hostPath README documentation

* Simplify hostpath PVC name (was redundant NAME-drupal-drupal-hostpath)

* Fix existingClaim case on hostPath additions

* Chart stable/drupal minor version bump for new hostPath feature

* Reuse PVC template

* Roll back deployment PVC name change, since we now re-use existing PVC template

* Add hostPath system compatibility and mounting steps to README

* Update README with minikube mount option
2017-06-14 10:01:40 +02:00
Anirudh Ramanathan 72c243cc89 Update to use helm service account as rbac is on by default (#1291) 2017-06-13 13:57:56 -07:00
Paulo Rafael Feodrippe d648ef4e61 [stable/kops-ops-view] [docs] Update install command (#1179) 2017-06-13 22:28:59 +02:00
Kris Nova c1308b77aa [stable/nginx-ingress] Upgrade Image 0.9.0-beta.7 (#1285)
* Upgrade Image 0.9.0-beta.7

We need this image for TLS passthrough in the nginx ingress controller.

* Version bump to 0.4.3

* bump to 0.5.0

also add appVersion and maintainer github ids
2017-06-13 12:43:44 +02:00
Cody Lundquist 465c9fbf2e rethinkdb: Initial Commit (#1018)
* rethinkdb-cluster: Initial Commit

* Fix chart name.

* Make the NOTES.txt file more accurate.

* Use k8s 1.6 storageClassName notation for PVC.

* RethinkDB directory needs to be initially empty.

When using a provisioned volume from something like GCE, the mounted directory has a  folder inside of it. This breaks RethinkDB when initializing.

* Add an extra k8s script to create a StorageClass on GCE.

* Addressing PR Comments.

* Rename to Recursively removing directory /Users/codyl/dev-files/charts/rethinkdb_data/tmp
Initializing directory /Users/codyl/dev-files/charts/rethinkdb_data
Running rethinkdb 2.3.4 (CLANG 7.3.0 (clang-703.0.31))...
Running on Darwin 16.6.0 x86_64
Loading data from directory /Users/codyl/dev-files/charts/rethinkdb_data and move to stable.

* Shorten down .gitignore file.

* Make using the RethinkDB Admin Console easier.

* Fix some wrong names/paths.

* Due to a bug with secrets, don't auto-gen a password.

https://github.com/kubernetes/charts/issues/980

* Remove extra file.

* Addressing PR comments and some other changes

 - Updated NOTES.txt to include more tailored instructions based on proxy service type.
 - Added an optional StorageClass.
 - Simplified rethink config to not use a ConfigMap.
 - Added optional RethinkDB Driver TLS configuration.
 - Updated README.md to reflect new config changes.

* Tiny fix in README.md.

* Use github username for Chart.yaml.

* Default to ClusterIP for proxy service.
2017-06-13 12:40:08 +02:00
Anirudh Ramanathan f88400931f Update test to start testing charts in e2e 2017-06-13 00:37:15 -07:00
Sergey Lukjanov 5cd7330803 Fix istio pilot service type to use correct value (#1280)
* Fix istio pilot service type to use correct value (not from another service)

* [incubator/istio] bump chart version
2017-06-12 13:51:22 -07:00
Anirudh Ramanathan 9887c7e394 Set gopath before calling go get 2017-06-11 02:10:54 -07:00
KUOKA Yusuke 2e20038856 [stable/selenium] Fix chromeDebug/firefoxDebug not to produce bad metadata.name (#1239)
Fix #1238
2017-06-10 19:13:28 -07:00
Anirudh Ramanathan 2058e36cce Fix shell script to install deps (#1274)
* Fix shell script to install deps

* newline
2017-06-09 17:23:38 -07:00
Anirudh Ramanathan b34cc6712d Adding whitelisted charts to test. (#1272)
Adding whitelisted charts to test
2017-06-09 13:25:40 -07:00
Lachlan Evenson 6b02b2f873 Update to Istio 0.1.6 release (#1265)
* Update to release 0.1.6
Hardcode ingress/engress service names as they aren't configurable
Rename manager to pilot

* Update to release 0.1.6
Hardcode ingress/engress service names as they aren't configurable
Rename manager to pilot

* [incubator/istio] fix missing namespace in port-forward command

* Update README with RBAC default change
2017-06-09 08:59:08 -07:00
Lachlan Evenson 21e73ca936 add ability for ingress to read secrets for TLS (#1261) 2017-06-08 16:02:18 -07:00
Alex Robinson 53d4ba9b08 Support custom domains in the cockroachdb chart's init container (#1219)
This switches from using v0.1 of the peer-finder image to a version that
includes https://github.com/kubernetes/contrib/pull/2013

While I'm here, switch the version of cockroachdb from 1.0 to 1.0.1
2017-06-08 09:38:28 -07:00
Scott Rigby 210af58435 [stable/drupal] Private image registry support with imagePullSecrets (#1231)
* Allow configuring image pull secrets on the deployed pods

* Add default values file entry for image pull secrets

* Update README for image pull secrets

* Better README header organization
2017-06-08 09:38:01 -07:00
Bitnami Bot 015e7b7945 [stable/wordpress] Release 0.6.4 (#1264)
* wordpress: update to `bitnami/wordpress:4.7.5-r5`

* wordpress: bump chart version to `0.6.4`
2017-06-08 09:37:22 -07:00
Ilya Dmitrichenko 70279fad67 [NEW] weave-cloud (#738) 2017-06-08 09:34:44 -07:00
Sameer Naik 1ff267e072 [stable/osclass] use httpGet method in probes (#1194)
* osclass: fix probes to properly query pod health

* osclass: fix NOTES to fetch the password

* update chart.yaml
2017-06-08 09:20:05 -07:00
Lachlan Evenson ec52ae4692 Consul - Add consul tests and upgrade consul to 0.8.x (#1126)
* Bump consul version to 0.8.3
Add app version tag
Update chart maintainers to github username
Add consul helm tests
Update documentation
Remove existing test.sh

* Update helm test command in notes
2017-06-08 12:47:44 +02:00
Sameer Naik be627ecba4 testlink: fix probes to properly query pod health (#1171)
* testlink: fix probes to properly query pod health

* update chart.yaml
2017-06-08 11:47:02 +02:00
Sameer Naik 036cbadb70 phpbb: fix probes to properly query pod health (#1169)
* phpbb: fix probes to properly query pod health

* bump chart version

- use bitnami-bot as maintainer name
- add appVersion
2017-06-08 11:46:42 +02:00
Sameer Naik 7f3a4bfdd6 orangehrm: fix probes to properly query pod health (#1168)
* orangehrm: fix probes to properly query pod health

* bump chart version

- set maintainer name to bitnami-bot
- add appVersion
2017-06-08 11:46:22 +02:00
Sameer Naik 54733366df mediawiki: fix probes to properly query pod health (#1163)
* mediawiki: fix probes to properly query pod health

* bump chart version

* update chart.yaml

- use bitnami-bot as maintainer name
- add appVersion
2017-06-08 11:31:41 +02:00
Sameer Naik 8ad6c5d936 drupal: fix probes to properly query pod health (#1154) 2017-06-08 09:53:41 +02:00
Dan (Turk) 572b36c6d3 Add NetworkPolicy to Jenkins (#1228) 2017-06-07 11:57:23 -07:00
Ian Burrell ca464c0a13 Support setting up redis without password (#1061)
* Support setting up redis without password

Add usePassword value to control enabling password authentication
usePassword false ignores redisPassword and does not set REDIS_PASSWORD

* add ALLOW_EMPTY_PASSWORD env

- includes metadata and formatting fixes
2017-06-07 16:59:33 +02:00
Bitnami Bot 8a2ba86a8a [stable/rabbitmq] Release 0.5.3 (#1174)
* rabbitmq: update to `bitnami/rabbitmq:3.6.10-r0`

* rabbitmq: bump chart version to `0.5.3`

* rabbitmq: be less strict with the health probes
2017-06-06 17:25:28 -07:00
Bitnami Bot 6c281d4b1c [stable/wordpress] Release 0.6.3 (#1187)
* wordpress: update to `bitnami/wordpress:4.7.5-r3`

* wordpress: bump chart version to `0.6.3`

* wordpress: fix probes to properly query pod health

* Rename MARIADB_PORT to MARIADB_PORT_NUMBER
2017-06-06 17:24:29 -07:00
tompizmor 572b24b1a6 Rename MARIADB_PORT env var to MARIADB_PORT_NUMBER (#1211) 2017-06-06 17:23:41 -07:00
tompizmor 5ed9f48bc0 Rename MARIADB_PORT env var to MARIADB_PORT_NUMBER (#1207) 2017-06-06 17:23:16 -07:00
Sameer Naik db12f5b748 dokuwiki: fix probes to properly query pod health (#1152) 2017-06-06 17:22:56 -07:00
tompizmor 99e753b1cf Rename MARIADB_PORT env var to MARIADB_PORT_NUMBER (#1209) 2017-06-06 17:22:06 -07:00
Sameer Naik 55fca6793f joomla: fix probes to properly query pod health (#1161) 2017-06-06 17:21:31 -07:00
Sameer Naik 9b4c1ee6d3 jasperreports: fix probes to properly query pod health (#1160) 2017-06-06 17:20:54 -07:00
Bitnami Bot c57d4d7910 [stable/moodle] Release 0.1.8 (#1188)
* moodle: update to `bitnami/moodle:3.3.0-r2`

* moodle: bump chart version to `0.1.8`

* moodle: fix probes to properly query pod health

* Rename MARIADB_PORT to MARIADB_PORT_NUMBER
2017-06-06 17:20:12 -07:00
Bitnami Bot b325f183e1 [stable/owncloud] Release 0.4.10 (#1175)
* owncloud: update to `bitnami/owncloud:10.0.1-r0`

* owncloud: bump chart version to `0.4.10`

* owncloud: use `httpGet` method in health checks

* owncloud: fix upgrade command

* Rename MARIADB_PORT to MARIADB_PORT_NUMBER

* owncloud: update to `bitnami/owncloud:10.0.2-r0`
2017-06-06 17:19:16 -07:00
Sameer Naik 70c3e82aa3 prestashop: fix probes to properly query pod health (#1149) 2017-06-06 17:17:54 -07:00
Mourad Maatoug 88ae077167 update incubator repo to stable repo (#1162) 2017-06-06 17:15:30 -07:00
Asko Kauppi cad23e7da7 Prepending the commands with '$' (#1145)
* A command should be all on one line

* Adding '$' to all commands for consistency
2017-06-06 17:14:57 -07:00
Eduardo Silva e096f8bd97 [stable/fluent-bit] Update README for Minikube use case (#1253)
Signed-off-by: Eduardo Silva <edsiper@gmail.com>
2017-06-06 17:09:10 -07:00
Bob Violier a6366d1de6 Update the char limit of fullname to 63 for memcached chart (#1185) 2017-06-06 17:08:51 -07:00