Commit Graph
1893 Commits
Author SHA1 Message Date
Marc Villacorta ac9e5306e2 [stable/jenkins] Added persistent volume claim annotations (#2619)
* [stable/jenkins] Added persistent volume claim annotations

* [stable/jenkins] Fix YAML linting issue
2017-11-17 22:30:29 +01:00
Nehal J Wani 4e95425ced [stable/concourse] Allow injection of add'l env vars to workers (#2590)
This can be helpful for users behind a corporate proxy who wish
to use resource types which require fetching containers images
from outside the organization's network.
2017-11-17 22:30:06 +01:00
Frode Egeland ca8f846b8f [incubator/kube-spot-termination-notice-handler] change repo (#2485)
Because the original maintainer appears to not be available anymore,
a fork has been created, incorporating new features and a simpler
build process (now is an auto-build project in Docker Hub, not a
locally executed makefile).
2017-11-17 22:29:31 +01:00
Igor Zibarev 6d4a4393c0 [stable/minio] Add hook-delete-policy (#2655)
* [stable/minio] Add hook-delete-policy

As known, hook resources are not managed by helm directly. In case
"helm upgrade" is run against a minio release - it would fail with an
error: "Error: pods "<release-name>-minio-create-bucket" already
exists". Also, "helm delete" command would not delete the hook pod.

So, to make this more convenient, this commit adds a "hook-delete-policy"
annotation to the hook to automatically delete hook resources on success.

References:
- https://github.com/kubernetes/helm/blob/master/docs/charts_hooks.md#hook-resources-are-not-managed-with-corresponding-releases
- https://github.com/kubernetes/helm/pull/2692

* Bump chart version
2017-11-17 22:29:05 +01:00
Richard Lee 359dbe8458 [Sentry] Disable ingress by default (#2388)
* Disable Sentry ingress by default

* Bump chart version

* Fix linting issues
2017-11-17 19:37:45 +01:00
zoues dc1620d347 add app description which provide app abstract for project dashboard (#2524) 2017-11-17 19:36:02 +01:00
Bitnami Bot 67140ac220 [stable/wordpress] Release 0.7.3 (#2775)
* wordpress: update to `bitnami/wordpress:4.9.0-r1`

* wordpress: bump chart version to `0.7.3`
2017-11-17 11:17:35 -05:00
Reinhard Nägele 1e12dcec5c Add review guidelines (#2774) 2017-11-17 11:02:56 -05:00
kavehmzta 9c7b3ce7ed Redis: adding annotation and service type to redis setup (#2586)
* Adding service type and service annotations to redis

* redis: bumping the redis version

*    [stable/redis]
   Adding service.annotations and service.loadBalancerIP to readme. I see mix naming conventions that is confusing but still I try to do the change in a backward compatible manner

*    [stable/redis] bumping the version to 1.0.3
2017-11-17 16:57:32 +01:00
kavehmzta 752cfe95bb Postgresql: Adding affinity section to deployment (#2585)
* adding affinity setting to postgresql deployment

* bumpding postgresql chart version

* postgresql: fixing a yamllint complain

*   [stable/postgresql] adding affinity to values and readme
2017-11-17 16:56:29 +01:00
Cihangir SAVAS 599b41c103 [stable/redis] s/PostgreSQL/Redis (#2577)
* Bumping the chart version

    * stable/redis: add namespace option to NOTES.txt
2017-11-17 10:53:37 -05:00
Rob Kernick 2202dcb078 [stable/sonarqube] - Use one pvc with subPaths (#2594)
* sonarqube - Use one pvc with subPaths

* Update chart version
2017-11-17 12:56:59 +01:00
Matthieu Simon 3b68d19439 [stable/influxdb] add nodeSelector for influxdb (#2582) 2017-11-17 12:56:37 +01:00
Alon Lavi 8f06d2d1a3 stable/nginx-ingress - namespace the template helpers with chart name (#2573)
* stable/nginx-ingress - namespace the template helpers with chart name
per https://docs.helm.sh/chart_best_practices/#names-of-defined-templates

* Bump chart version
2017-11-17 12:56:21 +01:00
trobert2 44477afcd1 [stable/zetcd] Adds namespace templated variables. (#2503)
* Adds namespace for zetcd templated variables.

* Bumps chart version

* Fix linting issues
2017-11-17 11:53:15 +01:00
Frederic Branczyk 92fd7ac0e1 [stable/kube-state-metrics] allow configuring collectors (#2124)
kube-state-metrics has a collector for each kind of Kubernetes resource
it collects metrics from. Each of those collectors directly influences
the RBAC requirements for the Pods. Additionally due to the nature of
how kube-state-metrics is versioned and released it is not easy to
determine which collectors are using "alpha" APIs, which are not
necessarily enabled in a cluster, but kube-state-metrics by default has
all collectors enabled.
2017-11-17 09:52:33 +01:00
Jon Davies 939e573a10 [incubator/vault] Updated image tag to 0.8.3 and fix ingress port (#2422)
* [incubator/vault] Updated version to 0.8.3.
* [incubator/vault] Fixed ingress port definition.
2017-11-17 09:33:50 +01:00
David vonThenen e7adbe15ee [incubator/jaeger] Support for external Cassandra or ElasticSearch backing store (#2684)
* Add support for using an external Cassandra or ElasticSearch backing store.

* Update README for deploying with a new ES cluster

* Updated portions of the readme

* Update if statements to make more readable
2017-11-17 09:30:15 +01:00
Kevin Schumacher 0980e06c74 [stable/phabricator] #1785 namespace defined templates with chart name (#2162) 2017-11-17 09:28:38 +01:00
Mark Needham 50398ebc11 [Neo4j] Make it possible to pass in extra environment variables (#2478)
* Make it possible to pass in extra environment variables

* bumping chart version
2017-11-16 21:43:39 +01:00
Ray Krueger 1c4045e8e3 New chart: Riemann (#2652)
* Chart details for Riemann

Riemann is a stream based metric processing engine.

* First draft of the README

* Move the riemann website link

* Added a livenessProbe

* Remove trailing whitespace

* Namespace the helper templates.

Feedback from https://github.com/kubernetes/charts/pull/2652

* Probes should use exposed container port values.

Oops. I got too cute using .Values here and was using the service
values. The liveness and readiness probes must be pointed at exposed
container ports.

Port 5555 is exposed in the image via `EXPOSE 5555`, but I have also
explicitly exposed it via a containers.ports.containerPort entry.

* Rename the configMap to follow standard naming.

* Added missing standard labels

* Separate the image and tag values

* Switch to named ports for service/pod communication

Naming the container ports and referencing those in the service is much
easier and cleaner.

* Use my github name

* Fix formatting

If lines were indented weird. New Output:

    spec:
      type: ClusterIP
      ports:
      - name: riemann-tcp
        port: 5555
        targetPort: riemann-tcp
        protocol: TCP
      - name: riemann-udp
        port: 5555
        targetPort: riemann-udp
        protocol: UDP
      - name: riemann-ws
        port: 5556
        targetPort: riemann-ws
        protocol: TCP
2017-11-16 21:17:57 +01:00
Matt Farina 482f8b0f5b Update to Helm 2.7.2 (#2764)
Helm 2.7.2 contains a security fix for SSL CA with tiller. For
more information see the helm release notes.
2017-11-16 09:58:58 -08:00
Bitnami Bot 3bc546106f [stable/ghost] Release 2.0.4 (#2765)
* ghost: update to `bitnami/ghost:1.17.3-r0`

* ghost: bump chart appVersion to `1.17.3`

* ghost: bump chart version to `2.0.4`
2017-11-16 12:47:05 -05:00
Guangya Liu ea7406c0dc Updated README for istio. (#2439)
* Incrementing chart version
* Updated README for istio.
2017-11-16 10:07:51 -05:00
Miouge1 c7dd66841c Increase the max length of cassandra service to 63 char (#2353) 2017-11-16 09:41:54 -05:00
Bitnami Bot d6e76410e7 [stable/mediawiki] Release 0.5.1 (#2753)
* mediawiki: update to `bitnami/mediawiki:1.29.2-r0`

* mediawiki: bump chart appVersion to `1.29.2`

* mediawiki: bump chart version to `0.5.1`
2017-11-16 09:38:12 -05:00
Bitnami Bot 2f232c82e4 [stable/jasperreports] Release 0.2.1 (#2760)
* jasperreports: update to `bitnami/jasperreports:6.4.2-r0`

* jasperreports: bump chart appVersion to `6.4.2`

* jasperreports: bump chart version to `0.2.1`
2017-11-16 09:32:29 -05:00
Bitnami Bot 1a7e060e11 [stable/wordpress] Release 0.7.2 (#2763)
* wordpress: update to `bitnami/wordpress:4.9.0-r0`

* wordpress: bump chart appVersion to `4.9.0`

* wordpress: bump chart version to `0.7.2`
2017-11-16 09:29:48 -05:00
Diego Molina e655e64308 Updating version to 3.7.1 (#2759) 2017-11-16 09:25:34 -05:00
leigh schrandt 26f709f0e5 Jenkins: Fix failing CI lint (#2758) 2017-11-16 09:22:35 -05:00
Alexander Kachkaev e69eb64559 [stable/traefik] Bump Traefik version to 1.4.3 (#2754) 2017-11-16 09:01:43 -05:00
Diego Molina 65181acc03 [stable/selenium] Updating default version to latest tag (#2570)
* Updating default version to latest tag

* Forgot to update change Chart.yaml

* Missed this parts in the README, sorry.
2017-11-14 17:26:50 -05:00
Bitnami Bot ae256ffdf1 [stable/moodle] Release 0.3.2 (#2725)
* moodle: update to `bitnami/moodle:3.4.0-r0`

* moodle: bump chart appVersion to `3.4.0`

* moodle: bump chart version to `0.3.2`

* Fixed missing space in yaml comment after #
2017-11-14 13:18:39 -05:00
Bitnami Bot 48297cd276 [stable/odoo] Release 0.6.2 (#2726)
* odoo: update to `bitnami/odoo:10.0.20171112-r0`

* odoo: bump chart appVersion to `10.0.20171112`

* odoo: bump chart version to `0.6.2`
2017-11-14 13:15:41 -05:00
Bitnami Bot 24487ce79b [stable/phabricator] Release 0.4.27 (#2740)
* phabricator: update to `bitnami/phabricator:2017.45.0-r0`

* phabricator: bump chart appVersion to `2017.45.0`

* phabricator: bump chart version to `0.4.27`
2017-11-14 13:14:13 -05:00
Bitnami Bot e4fcee7eb6 [stable/ghost] Release 2.0.3 (#2745)
* ghost: update to `bitnami/ghost:1.17.2-r0`

* ghost: bump chart appVersion to `1.17.2`

* ghost: bump chart version to `2.0.3`
2017-11-14 13:13:23 -05:00
Matt Farina 59472e8163 Make chart dependency builds immutable (#2706)
The previous version of the sync script ran `helm dep update` which
would recreate the requirements.lock file. This caused new builds
of charts as a total package with different versions of dependencies
but the same chart version. The package was mutating.

This change works towards our goal of immutable charts for a chart
at a version.
2017-11-14 18:35:15 +01:00
Ismail Kaboubi 1eff743f76 [stable/redis-ha] replace slave deployment to statefulset + create separate pvc for masters and slaves (#2696)
* Update redis image

* delete blank lines

* fix chart version

* delete tailing spaces

* new line

* new line character in the end

* fix persistance volume claim | pvc was pointing to a wrong claim

* add image repos in chart's sources

* Create 2 PVC for Master and slave components and update Slave deployment to Statefulset

* bump to version 0.3.0

* Update Chart version --> 1.0.0

* Fix typo
2017-11-13 15:56:41 -08:00
jslusher 4e184747da [incubator/elasticsearch] pvc name value (#2685)
The uses a configurable template value for the name parameter of the pvc
section of the data and master statefulset templates. The default is set
to `data` and so remains unchanged to any dependent user.

A little background: We currently have a production ES cluster using a
locally maintained elasticsearch chart and we want to migrate to using
this chart. A blocker at the moment is that our pvc name is `storage`
instead of `data`. To avoid needing to create a new cluster (which is
close to a TB in storage) and migrating, we can simply set this
parameter to `storage` and we can continue to use the pvc currently in
place.
2017-11-13 21:46:31 +01:00
Marcel Beck 7a124f96da Indroduce incubator/keycloak (#2623) 2017-11-13 08:16:00 +01:00
Micah Hausler dbd7e24617 [stable/nginx-ingress] Bumped version to include changes from #2693 (#2703)
[stable/nginx-ingress] Bumped version to include changes from #2693
2017-11-10 06:12:02 +01:00
trobert2 a203a7e5b0 [stable/kube-lego] Adds 'update' permission for services (#2502)
* Adds 'update' permission to kube-lego for services.

* Bumps chart version
2017-11-09 14:37:27 -06:00
Micah Hausler 0b73067402 [stable/nginx-ingress] Added update strategy (#2693) 2017-11-09 20:52:29 +01:00
Bitnami Bot 16630ee80a [stable/ghost] Release 2.0.2 (#2699)
* ghost: update to `bitnami/ghost:1.17.1-r0`

* ghost: bump chart appVersion to `1.17.1`

* ghost: bump chart version to `2.0.2`
2017-11-09 20:31:58 +01:00
Ahmet Alp Balkan 4802666931 [stable/prometheus]: remove outdated networkpolicy note (#2686)
* prometheus: remove outdated networkpolicy note

* Update Chart.yaml
2017-11-09 12:38:38 -06:00
Jesus Rafael Carrillo e601cef6eb stable/kube2iam: added support for aws access keys (#2675)
Added a secret resource to allow setting AWS access keys and region
2017-11-09 12:36:19 -06:00
Tamal Saha 442cc3c5c5 Publish kubed chart (#2664) 2017-11-09 18:52:46 +01:00
Sebastian Mandrean fb4fb7cc83 [stable/gcloud-sqlproxy] Bump image tag to 1.11 (#2430) 2017-11-09 11:01:30 -05:00
mikula-espirit b97682d2c7 Update README.md (#2411)
* Update README.md

* Updating chart version
2017-11-09 10:52:10 -05:00
Matt Farina 78a07fb8e5 Update README.md (#2411)
* Update README.md

* Updating chart version
2017-11-09 10:48:25 -05:00