* [stable/odoo] Release 7.0.0
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
* [stable/mariadb] Upgrade app version from 10.1 to 10.3
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
* fixing podAnnotations in deployment
pod annotations were getting overridden in deployment by deployment annotations.
Signed-off-by: Alessandro Grassi <alessandro.grassi01@gmail.com>
* bumped chart version
Signed-off-by: Alessandro Grassi <alessandro.grassi01@gmail.com>
* [stable/postgresql] Adapt to new bitnami postgresql bash container
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Update readme
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* Change postgresqlDataDir
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
* [stable/cluster-autoscaler] Add possibility to use iam user keys instead instance role for AWS
Signed-off-by: Dmytro Kozlovskyi <dmitriy.kozlovskiy@onix-systems.com>
* [stable/cluster-autoscaler] Add possibility to use iam user keys instead instance role for AWS (improve README)
Signed-off-by: Dmytro Kozlovskyi <dmitriy.kozlovskiy@onix-systems.com>
* Modified ambassador template to allow for dnsPolicy and hostNetwork setting for on-prem
Signed-off-by: Steve Elliott <thayland@gmail.com>
* Update README.md
Signed-off-by: Steve Elliott <thayland@gmail.com>
* Chart bump
Signed-off-by: Steve Elliott <thayland@gmail.com>
* Rebase and bump chart
Signed-off-by: Steve Elliott <thayland@gmail.com>
* Bump chart
Signed-off-by: Steve Elliott <thayland@gmail.com>
* Fix trailing space
Signed-off-by: Steve Elliott <thayland@gmail.com>
* [stable/dex] Update dex to 2.16.0, rollout deployment when configuration change.
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
* Add OWNERS and add desaintmartin to OWNERS.
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
This commit fixes a bug that erroneosly named the
secret based on the chart name, not the release fullname.
Also, removes the quote function from the storage param
passed to tiller, currently causing memory storage to be used by default
Signed-off-by: Ash Caire <ash.caire@gmail.com>
* [stable/traefik] Add option to enable strict SNI checking
Signed-off-by: Adam Jodock <ajodock@gmail.com>
* [stable/traefik] Make sniStrict value optional
Signed-off-by: Adam Jodock <ajodock@gmail.com>
* move burrow's config to values.yaml
Signed-off-by: Gregory Hill <greg.hill@monax.io>
* switch to toJson
Signed-off-by: Gregory Hill <greg.hill@monax.io>
* Signed-off-by: rstuberg <rstuberg@infoblox.com>
Changes to be committed:
modified: ingress.yaml
This changes the ingress to externalPort not port which is internal to the container.
* Signed-off-by: rstuberg <rstuberg@infoblox.com>
Bumped chart version
* allow changing of the target port to support TLS termination sidecar
Signed-off-by: Shane Starcher <shanestarcher@gmail.com>
* allow changing of the target port to support TLS termination sidecar
Signed-off-by: Shane Starcher <shanestarcher@gmail.com>
* [stable/kube-state-metrics] Clusterrole: Allow to list resource "daemonsets", "deployments" and "replicasets" in API group "apps"
As of kube-state-metrics version 1.6 it needs to access "daemonsets", "deployments" and "replicasets"
in API group "apps" as well as "extensions"
Signed-off-by: Maxim Filatov <pipopolam@gmail.com>
* [stable/kube-state-metrics] Collectors: enable ingresses collector
Signed-off-by: Maxim Filatov <pipopolam@gmail.com>
* [stable/kube-state-metrics] Collectors: enable certificatesigningrequests collector
Signed-off-by: Maxim Filatov <pipopolam@gmail.com>
* [stable/kube-state-metrics] upgrade to 1.6.0
Signed-off-by: Maxim Filatov <pipopolam@gmail.com>
* Adds support for rbac and pod security policies for elasticsearch-curator
Signed-off-by: Derek Heldt-Werle <derek.heldt-werle@viasat.com>
* Updated README to include new psp/rbac options
Signed-off-by: Derek Heldt-Werle <derek.heldt-werle@viasat.com>
* [incubator/kafka] Add security context to kafka statefulset
Signed-off-by: Eriks Zelenka <isindir@users.sf.net>
* [incubator/kafka] bump version up to 0.15.0; fix annotations in statefulset; update securityContext yaml inclution to use ident in place of nident
Signed-off-by: Eriks Zelenka <isindir@users.sf.net>
Make LS_JAVA_OPTS environment variable configurable as logstashJavaOpts in values.yaml. It could be passed as environment varibles in the config block as well, but given its importance, a user will be most probably configue java heap size if he is configuring the resource requests / limits
and this commit makes it more easy to do so via LS_JAVA_OPTS.
Signed-off-by: Abhishek Jaisingh <abhi2254015@gmail.com>