Commit Graph
4197 Commits
Author SHA1 Message Date
Jacob LeGrone 63653fd596 Make jenkins master pod security context optional (#6122)
Cluster configurations may include mutating admission controllers which
dynamically add security contexts to pods and containers.

OpenShift uses this pattern to implement required uid ranges that
differ on a per-namespace basis, and OpenShift's security admission
plugin rejects any pods that make runAsUser requests outside of that
valid uid range.

Removing the securityContext field from the Jenkins pod spec allows the
OpenShift security admission plugin to assign a uid in the correct
range to each container in the pod on behalf of the user, avoiding the
need to provide helm with a different runAsUser value for each
namespace in which Jenkins is deployed.
2018-07-01 12:39:18 -07:00
Sandeep Mendiratta c0b445ee55 added annotations for node-exporter-daemonset (#6387)
* added annotations for node-exporter-daemonset

* fixed typo for annotation

* updated version

* typo fix

* Bump minor version for new feature
2018-07-01 12:30:19 -07:00
Hermain 9c5fa1511e kafka namespace documentation fix (#6348)
* Fix namespace documentation

The current state of the documentation doesnt work (issue #6153) instead --namespace=kafka should be used to deploy kafka in kafka namespace

* fix last commit

The current state of the documentation doesnt work (issue #6153) instead --namespace=kafka should be used to deploy kafka in kafka namespace

* Update Chart.yaml
2018-07-01 10:38:17 -07:00
Taehyun Kim 8c06134bd5 remove wait_for_status parameter from probes (#6278) 2018-07-01 10:27:18 -07:00
AdamDang ec6474b9a3 [stable/gocd]Typo fix: heath check->health check (#6269)
* Add Version to 0.2.6

Add Version to 0.2.6

* [stable/gocd]Typo fix: heath check->health check

heath check->health check

* Update Chart.yaml

* Update Chart.yaml
2018-07-01 10:15:17 -07:00
AdamDang daa8975255 [incubator/cassandra] Typo fix: persitent->persistent (#6262)
* Update values.yaml

* Update Chart.yaml
2018-07-01 10:07:17 -07:00
danigrmartinez 5e918b6a41 [stable/nginx-ingress] disable Cluster roles if is a scope ingress (#6186)
* [stable/nginx-ingress] disable ClusterRoles if is a scope ingress

* Update Chart.yaml
2018-07-01 09:56:17 -07:00
Shubham Jain b84648317e Bug fix: Add if condition to configurtion mounting section, and menti… (#5198)
* Bug fix: Add if condition to configurtion mounting section, and mention the dependecy on kube-state-metrics.

* Increment chart version to 0.1.1

* Incrmented the chart version number
2018-07-01 09:51:17 -07:00
Kevin Lefevre 5a3a99f9fa [stable/keel] update to v0.9.5 (#6342) 2018-07-01 09:46:17 -07:00
AdamDang 378b75a95f [stable/openldap] typo fix: persitent->persistent (#6263)
* Update Chart.yaml

* [stable/openldap] typo fix: persitent->persistent

[stable/openldap] typo fix: persitent->persistent
2018-07-01 09:40:16 -07:00
AdamDang 3168f8bba6 [incubator/zookeeper] small typo fix in README.md (#6260)
* Add Version 1.0.2

Add Version 1.0.2

* [incubator/zookeeper] small typo fix in README.md

[incubator/zookeeper] small typo fix in README.md
2018-07-01 09:33:17 -07:00
Tim Jespers 254725f63f [stable/gcloud-sqlproxy] optional secret creation (#6298)
* Add support for existing secrets

* Correct imageTag in README

* Use common names for specifying existing secrets
2018-07-01 09:21:18 -07:00
Yahav Biran ea4c96ac55 Adding tomcat 7.0 chart (#5234)
* Adding tomcat 7.0 chart

* Fixing trailing spaces and wrong indentation

* Add icon in Chart.yaml

* App Version in Chart.yaml

* add table to explain the configurable components and fix labels

* add liveness and readiness probes

* modify app lables and fix probe ports

* fix github user, remove MIT license, fix prereq version, align table, update _helpers.tpl, fix resource names, selectors, remove default tolerations, fix service ports

* fix config table

* fix maintainers names

* fix wrong indentation in values.yaml

* adjusting to helm v2.9.0 template

* indentation style fix, add hard coded ports, add doc to webarchive in docker hub, use of tomcat official image, remove version from deploy directory, fix versions, fix tomcat icon, fix tag in README, remove /smaple app name from probes

* fixing indentation

* Fix indentation

* Fix service

* Fix deployment

* Comment out defaults for resources

* Update appsrv.yaml

* Fix error converting YAML to JSON: yaml: line 50: mapping values are not allowed in this context

* fix indent - readinessProbe.httpGet.port

* fix liveness probe to ensure app deployment
2018-07-01 09:17:17 -07:00
David J. M. Karlsen 54b8b1c181 add chart for cerebro (#6291)
* add chart for cerebro

* add home field

* fix docs

* fix typo

* fix typos

* move straight to stable, avoid using common-template

* fix apiVersion
2018-07-01 08:51:17 -07:00
tmestdagh d595122835 Fixed image configuration in README for the prometheus-cloudwatch-exporter (#6400)
* Fixed image configuration in README for the prometheus-cloudwatch-exporter.

* Bumped version of prometheys-cloudwatch-exporter.

* Bumped the correct version for prometheus-cloudwatch-exporter.
2018-06-29 07:31:22 -07:00
Pete Brown 11a8c75191 Add Elastic-Stack chart (#3074)
* Add ELK chart

* Add needed templates directory

* Rename elk to elastic-stack

Fix versions in requirements
Add initial NOTES.txt

* Add option to disable curator and nginx-ldapauth-proxy

* Add _helpers.tpl and fix NOTES.txt

* Remove NOTES.txt file and helpers

Add christian-roggia as a maintainer

* Disable nginx-ldapauth-proxy and curator by default

Add missing _helpers.tpl

* Add Chart icon and appVersion

* Update version of Logstash

Add option to disable logstash

* Add optional FluentD sub-chart

Update versions of other sub-charts

* Switch to incubator/elasticsearch-curator chart

* Update requirements.lock

* Switch nginx-ldapauth-proxy to stable repo

Update dependencies

* Add home page for elastic-stack

* Add OWNERS file for elastic-stack

* Update elasticsearch, kibana and logstash versions

* Update lock file after adjusting requirements

* Update helpers.tpl

* Add README for elastic-stack

* Add config example for nginx-ldapauth-proxy

* Add basic NOTES for elastic-stack

* Use the right values for kibana service type

* Update minimun Kube version
2018-06-29 03:16:20 -07:00
Will Newby f5f77fd571 Makes WordPress replicas configurable from values (#6362)
* Makes WordPress replicas configurable from values

* MVersion Bump

* Updates to README as requested
2018-06-29 00:34:20 -07:00
Sasha f3aa264463 Implement Hyperledger Fabric CA chart (#6181)
* Implement hlf-ca chart

Signed-off-by: Alejandro Vicente Grabovetsky <sasha@aid.technology>

* Add appVersion to help validation

Signed-off-by: Alejandro Vicente Grabovetsky <sasha@aid.technology>

* Small fix for default values of Organisation and OU

Signed-off-by: Alejandro Vicente Grabovetsky <sasha@aid.technology>

* Remove service.nodePort from README.md

Signed-off-by: Alejandro Vicente Grabovetsky <sasha@aid.technology>

* Fix NOTES.txt

Signed-off-by: Alejandro Vicente Grabovetsky <sasha@aid.technology>

* Small edits in values.yaml and README.md

Signed-off-by: Alejandro Vicente Grabovetsky <sasha@aid.technology>

* Move chart from incubator to stable

Signed-off-by: Alejandro Vicente Grabovetsky <sasha@aid.technology>

* Fix PVC to conform to best practices

Signed-off-by: Alejandro Vicente Grabovetsky <sasha@aid.technology>

* Fix deployment.yaml

Signed-off-by: Alejandro Vicente Grabovetsky <sasha@aid.technology>

* Move persistent data location to default Hyperledger /var/persistence

Signed-off-by: Alejandro Vicente Grabovetsky <sasha@aid.technology>
2018-06-28 13:22:21 -07:00
Sasha 54bd619a46 Implement Hyperledger Fabric Orderer chart (#6163)
* Implement hlf-ord chart

Signed-off-by: Alejandro Vicente Grabovetsky <sasha@aid.technology>

* Small edits in README.md and values.yaml

Signed-off-by: Alejandro Vicente Grabovetsky <sasha@aid.technology>

* Move chart from incubator to stable

Signed-off-by: Alejandro Vicente Grabovetsky <sasha@aid.technology>

* Align with persistence best-practices and fix deployment apiVersion

Signed-off-by: Alejandro Vicente Grabovetsky <sasha@aid.technology>

* Move persistent data location to default Hyperledger /var/persistence

Signed-off-by: Alejandro Vicente Grabovetsky <sasha@aid.technology>
2018-06-28 13:07:23 -07:00
Michael Laccetti 02dc414e82 [incubator/vault-operator] Introducing the Vault Operator chart (#5574)
* Starting work on the Vault Operator

Get us some chart-y goodness!

* Starting work on the Vault Operator

Get us some chart-y goodness!

* Vault operator chart lints

Time to see if it works?

* Vault operators deploys!

Need to test on a real k8s instance, now

* Starting work on the Vault Operator

Get us some chart-y goodness!

* Vault operator chart lints

Time to see if it works?

* Vault operators deploys!

Need to test on a real k8s instance, now

* Don't set the etcd-operator to cluster-wide

Cuz that'd be bad, mmkay?

* Validated to be awesome!

Last step is to update docs

* Updated README with all of the values

* Updated values

Things noticed while documenting them

* Syncing up with the 2.8+ Helm chart style

* Fix indentation issue

* Updating as per code review

* Migrate the `vault-operator` to `stable`

* Replace references to incubator with stable
2018-06-28 11:30:20 -07:00
mihirat ac526fa232 Add support for Google Cloud SQL to use as a backend (#6016)
* added cloud sql proxy container

* Add cloud sql proxy

* make changes on stable/drone

* update for general usage [stable/drone]

* Bump minor version for new feature
2018-06-28 11:25:31 -07:00
Ricardo Hernandez 30e46f7af9 [stable/grafana] Dashboards per providers and external ConfigMaps for dashboards (#5684)
* Manage dashboards per provider

* Allow to reference external ConfigMaps for dashboards
2018-06-28 11:25:22 -07:00
Jody McIntyre 47644a7935 Add support for pod antiAffinity (#5459)
* Add affinity support

(defaults to hard antiAffinity between components)

* Bump to next minor version
2018-06-28 11:16:21 -07:00
Giancarlo Rubio 21a5ed3890 Create helm chart for blackbox exporter (#6134)
* Add blackbox exporter

* fix lint
2018-06-28 11:07:22 -07:00
Sasha ad8bdbfe29 Implement Hyperledger Fabric specific CouchDB chart (#6144)
* Implement CouchDB chart

Signed-off-by: Alejandro Vicente Grabovetsky <sasha@aid.technology>

* Move chart from incubator to stable

Signed-off-by: Alejandro Vicente Grabovetsky <sasha@aid.technology>

* Align with persistence best-practices and fix deployment apiVersion

Signed-off-by: Alejandro Vicente Grabovetsky <sasha@aid.technology>

* Upgrade Hyperledger CouchDB image to latest

Signed-off-by: Alejandro Vicente Grabovetsky <sasha@aid.technology>
2018-06-28 10:53:22 -07:00
Alexander Babai cf7a5644c6 [stable/postgresql]: add pods replace strategy support (#6218)
* [stable/postgresql]: add pods replace strategy support

* [stable/postgresql] bump version
2018-06-28 10:49:31 -07:00
Erik Madrid 50230ff89f [stable/openldap] normalize chart (#6018)
* adds service annotations; adds extralabels to components; canonicalizes template naming; adds values-defined existingSecret

* updates README with test.enabled value description

* sets container ports with values

* updates approvers and reviewers

* removes OWNERS file

* deployment container to using hard-coded port values

* fixes pv command in README

* bumps openldap container version to 1.2.1
2018-06-28 10:49:21 -07:00
Krzysztof Nazarewski 2ea7803c45 [incubator/kubernetes-vault] Deployment fix (missing selector) (#6265) 2018-06-28 10:25:22 -07:00
Juan Ariza Toledano b0061e9c20 Adding the possibility to use registy on Docker image (#6372) 2018-06-28 06:45:22 -07:00
Bitnami Bot 303aa19471 [stable/prestashop] Release 2.0.1 (#6352)
* prestashop: update to `1.7.3-4`

* prestashop: updated chart requirements

* prestashop: bump chart appVersion to `1.7.3-4`

* prestashop: bump chart version to `2.0.1`
2018-06-28 00:03:20 -07:00
Chris Hiestand fd7ac858f0 fix url in concourse values.yaml for generating keys (#5907)
* fix url in values.yaml for generating keys

* bump chart version stable/concourse
2018-06-27 19:40:20 -07:00
Maxime Guyot 30acbdd9ee Add resource requests and limits support for nexus (#6358) 2018-06-27 12:55:20 -07:00
Sergey Nuzhdin f858ef41f2 Fix issues in stolon chart, introduced during the migration (#6284)
* Add missing emptyDir volume, required to run with disabled persistence
* Add missing serviceAccountName
* Update Readme
* Bump chart version
2018-06-27 11:34:18 -07:00
Reinhard Nägele a066a97f62 [stable/keycloak] Fix incorrect default value for extraEnv (#6350)
The default value has to be an empty string instead of an empty map because
it is passed to the 'tpl' function. Otherwise Helm gives you a warning when the chart is
installed and 'keycloak.extraEnv' is used.
2018-06-27 10:45:21 -07:00
Guilherme Garnier 1ff575fceb [stable/eventrouter] allow sink configuration (#6360)
* Allow configuring the sink

* Set namespace for deployment, serviceaccount and configmap

* [stable/eventrouter] Release 0.1.1
2018-06-27 10:31:21 -07:00
Adrien Chardon e738f99d0b [stable/jenkins] Rework resources requests and limits (#6077) (#6077) 2018-06-27 09:06:19 -07:00
Bitnami Bot 22ba174621 [stable/parse] Release 2.0.1 (#6341)
* parse: update to `1.2.0-ol-7`

* parse: bump chart version to `2.0.1`
2018-06-27 00:21:24 -07:00
Bitnami Bot b1262fe7db [stable/joomla] Release 2.0.2 (#6331)
* joomla: update to `3.8.10`

* joomla: bump chart appVersion to `3.8.10`

* joomla: bump chart version to `2.0.2`
2018-06-26 20:25:19 -07:00
Jeff Hastings 5e73257217 Add jenkins master pod annotations (#6313) 2018-06-26 20:18:19 -07:00
Hidetake Iwata eab83d3cd0 Fix HackMD did not work with external PostgreSQL (#6294) 2018-06-26 20:03:21 -07:00
jakemccloskey dc3c22f108 [stable/openvpn] Fixes for client config file (#6285)
* Remove dh params from client config. Unwrap remote config.

* Bump version.
2018-06-26 19:55:20 -07:00
Bitnami Bot 5090115176 [stable/ghost] Release 4.0.3 (#6333)
* ghost: update to `1.24.6`

* ghost: bump chart appVersion to `1.24.6`

* ghost: bump chart version to `4.0.3`
2018-06-26 19:50:18 -07:00
David J. M. Karlsen 8041b365fa fix reference in readme (#6300) 2018-06-26 19:31:21 -07:00
Timur Khafizov 645c37e81b [stable/datadog] Allow skipping Secret creation (#5285)
* [stable/datadog] Allow skipping Secret creation

* [stable/datadog] Update description of Secret creation in NOTES and README

* [stable/datadog] Use `.Values.existingSecret` instead of `.Values.secret.create` in order to skip API key secret creation and read from the provided one

* [stable/datadog] Bump version to 0.18.0

* [stable/datadog] Use `.Values.datadog.apiKeyExistingSecret` instead of `.Values.existingSecret`

* [stable/datadog] Rename API secret name template from `apiSecretName` to `datadog.apiSecretName`

* [stable/datadog] Update README to properly explain how to override API key secret
2018-06-26 12:03:52 -07:00
Bitnami Bot f54438624c [stable/odoo] Release 2.0.1 (#6329)
* odoo: update to `11.0.20180615`

* odoo: updated chart requirements

* odoo: bump chart appVersion to `11.0.20180615`

* odoo: bump chart version to `2.0.1`
2018-06-26 10:18:52 -07:00
Bitnami Bot 0996da3a8b [stable/joomla] Release 2.0.1 (#6327)
* joomla: update to `3.8.9`

* joomla: bump chart appVersion to `3.8.9`

* joomla: bump chart version to `2.0.1`
2018-06-26 10:12:52 -07:00
David J. M. Karlsen c563fdb923 upgrade alertmanager, prometheus, configmap-reload and node-exporter (#6276)
* upgrade alertmanager, prometheus, configmap-reload and node-exporter images

* update readme
2018-06-26 09:10:53 -07:00
Kurt McAlpine de0a9b1293 Add support for AWS Secrets Manager (#6245)
* Add support for AWS Secrets Manager

* Rename credentialManager.secretsmanager to credentialManager.awsSecretsManager

* Bump minor version for new feature
2018-06-26 08:48:51 -07:00
Juan Ariza Toledano 03414d6ea1 Dokuwiki - Several improvements (#6326)
* Dokuwiki - Several improvements

* Fixing labels
2018-06-26 08:07:51 -07:00
Juan Ariza Toledano 9a666b060f Mediawiki fix probes & improve notes (#6320)
* Mediawiki - Fix Probes & Improve NOTES

* Bump Chart version

* Fix requirements.lock sync

* A couple of grammar corrections

* Fix Typo

* Fixing labels
2018-06-26 08:02:51 -07:00