* phabricator: update to `bitnami/phabricator:2018.8.0-r0`
* phabricator: bump chart appVersion to `2018.8.0`
* phabricator: bump chart version to `0.5.13`
* Make Jenkins optional
Some organizations may not use jenkins.
- Adds jenkins.enabled
- Load requirements, hooks, and config maps if jenkins
enabled
Update dependencies
bump chart version
Actually bump version
* Add jenkins.enabled value to stable/spinnaker
* Update Jenkins
* Update requirements.lock
* Use new config override mechanism
* Remove Jenkins test from Spinnaker chart
* [stable/phabricator] add ingress and support reverse proxy tls
* updating readme and removing preamble.php volume
* fixing readme
* adding expression to pull pod
* bumping version to fix tests
* adding ingress values to readme
* updated to nil and removed duplicate entry
* [incubator/logstash] Revamp logstash as scraped StatefulSet
* Give boilerplate for kafka input and output.
* Default to no functional dependency on elasticsearch.
* Prepare for persisted queues use case by default.
* Configure logstash via env var instead of configmap.
* Prepare for real HTTP ingress.
* Disable legacy syslog protocols by default, keep boilerplate.
* Nominate `beats` as the only non-HTTP default input.
* Support exposing non-HTTP TCP ports via internal-to-VPC ELB.
* Parameterize many prod-centric settings.
* Support easy Prometheus scraping of logstash_exporter running in each pod.
* https://github.com/BonnierNews/logstash_exporter
* Upgrade to logstash-oss:6.2.2
* Use logstash health API for logstash health checks
* [incubator/logstash] Fix missing backquotes in README
* [incubator/logstash] Apply more logstash best practices
- Set default pipeline to beats->ES
- Include official boilerplate for ES output (when beats input)
- Give example of private zone dns record for internal ELB.
- Disable HTTP input by default, RE: beats as default input.
- Describe multi-pipeline usage recommendations.
- Show NOTES.txt for HTTP only when applicable.
* [incubator/logstash] Refining PR #3844 per review comments
- Reverse erroneous addition of josdotso as maintainer.
- Add notes on best practice of loading beats-generated.
index-template into elasticsearch.
- Refactored AWS-specific annotations as examples at values file.
- Reworked `serviceAwsLoadBalancerInternal` as agnostic `serviceLoadBalancer`.
- Simplified name of serviceLoadBalancer template and resource.
- Implemented storageClass best practices at values and statefulset.
* [incubator/logstash] Fix minor typos at README
* [incubator/logstash] Remove service-lb; Support service annotations.
* [stable/traefik] Add support for HTTP-01 challenge
* [stable/traefik] Add anonymous usage data option
* [stable/traefik] Minor version bump to 1.20.0
* [stable/traefik] Bump default Traefik version to v1.5.2
* [stable/aerospike] Add cmd and args options to Aerospike config
* Add cmd and args to aerospike config. Having these, for example, we can modify /etc/aerospike/aerospike.conf for each pod now.
This method helps to have custom settings on each pod and to have more dynamic setup.
* Changing the maintainer to my personal email.
* Bumbing the aerospike chart version to 0.1.7
* [stable/aerospike] Add command and args conditionally
* Empty commit to trigger CircleCI
* [stable/jenkins] Add fullnameOverride support
Add support for a fullnameOverride paramater to the Jenkins chart, matching
the pattern used by several other charts, as well as by the `helm create`
template chart.
* Fix Jenkins test
* [stable/jenkins]: document nameOverride and fullnameOverride
* [stable/jenkins]: Add nameOverride and fullnameOverride to values.yaml
* New helm chart for kanister-operator
* Trailing whitespaces fix
* making rbac.service_account consistent across all files
* miving to stable per suggecstion in PR's comments
* updating README incubator->stable
* Updating kanister-operator release version
* fixing incorrect value name.
* Adding appVersion, source and github usernames for maintainers
* updating _helpers.tpl to use namespace functions
updating all function calls
* bring rbac configuration to the latest best practices
* fixing typos
* adding missing new line
* tables->table there is only one table
* default image tag 0.2.0 -> v0.2.0
* addressing requested review changes
serviceAccount is getting it's own file
minimal version 1.8+
chart template into chart label
apps/v1beta2 for Deployment
* Make secrets optional, eliminate configmap.
Provide a way to opt out of managing secrets in helm values.
The configmap introduced needless repetition, mapping values directly to
environment variables is a simpler approach.
* Don't store postgresql user as a secret
* Add missing documentation for values introduced in this and previous PRs
Also fix encryption key values key in secrets, and rename credentialManager.vault.caCert to credentialManager.vault.useCaCert for clarity
* [stable/concourse] bump postgresql dependency to v0.8.11
* Remove redundant default template function calls
* Flatten secret values
Use a helper to produce more informative errors when secret values are required
* Add support for using k8s secrets as a credential manager.
Add rbac support for secret access from web pods to to team specific
namespaces.
Upgrade to Concourse 3.9.0
* Write the liveness probe log to /tmp instead of /concourse-work-dir
If the worker runs out of disk space, logs will stop tee-ing to
/concourse-work-dir/.liveness_probe because it's on the same persistent
volume, and the condition won't be detected.
* Add OWNERS file
Contributors, reviewers and approvers of PRs to this chart who are also
kubernetes github org members.
* fix typos
* see if btrfs works in e2e test
* Stick with naive FS driver since its the most compatible
* Fix#3407, make docs reflect actual value
* Remove core maintainers from local OWNERS
The maintainers have OWNER on the top level of the repo already