diff --git a/README.md b/README.md index 013664991..1929971c8 100644 --- a/README.md +++ b/README.md @@ -7,72 +7,17 @@ Popular applications, provided by [Bitnami](https://bitnami.com), ready to launc ```bash $ helm repo add bitnami https://charts.bitnami.com/bitnami $ helm search bitnami +$ helm install bitnami/ ``` -## Upstreamed charts (contributed to [helm/charts](https://github.com/helm/charts)) +![Installing a chart](demo.gif) -- [Dokuwiki](https://github.com/helm/charts/tree/master/stable/dokuwiki) -- [Drupal](https://github.com/helm/charts/tree/master/stable/drupal) -- [ExternalDNS](https://github.com/helm/charts/tree/master/stable/external-dns) -- [Ghost](https://github.com/helm/charts/tree/master/stable/ghost) -- [JasperReports](https://github.com/helm/charts/tree/master/stable/jasperreports) -- [Joomla!](https://github.com/helm/charts/tree/master/stable/joomla) -- [Kubewatch](https://github.com/helm/charts/tree/master/stable/kubewatch) -- [MariaDB](https://github.com/helm/charts/tree/master/stable/mariadb) -- [MediaWiki](https://github.com/helm/charts/tree/master/stable/mediawiki) -- [MongoDB](https://github.com/helm/charts/tree/master/stable/mongodb) -- [Moodle](https://github.com/helm/charts/tree/master/stable/moodle) -- [NATS](https://github.com/helm/charts/tree/master/stable/nats) -- [Odoo](https://github.com/helm/charts/tree/master/stable/odoo) -- [OpenCart](https://github.com/helm/charts/tree/master/stable/opencart) -- [OrangeHRM](https://github.com/helm/charts/tree/master/stable/orangehrm) -- [Osclass](https://github.com/helm/charts/tree/master/stable/osclass) -- [OwnCloud](https://github.com/helm/charts/tree/master/stable/owncloud) -- [Parse](https://github.com/helm/charts/tree/master/stable/parse) -- [Phabricator](https://github.com/helm/charts/tree/master/stable/phabricator) -- [phpBB](https://github.com/helm/charts/tree/master/stable/phpbb) -- [phpMyAdmin](https://github.com/helm/charts/tree/master/stable/phpmyadmin) -- [PostgreSQL](https://github.com/helm/charts/tree/master/stable/postgresql) -- [PrestaShop](https://github.com/helm/charts/tree/master/stable/prestashop) -- [RabbitMQ](https://github.com/helm/charts/tree/master/stable/rabbitmq) -- [Redis](https://github.com/helm/charts/tree/master/stable/redis) -- [Redmine](https://github.com/helm/charts/tree/master/stable/redmine) -- [SuiteCRM](https://github.com/helm/charts/tree/master/stable/suitecrm) -- [TestLink](https://github.com/helm/charts/tree/master/stable/testlink) -- [WordPress](https://github.com/helm/charts/tree/master/stable/wordpress) +## Charts -## Bitnami charts +This repository contains: -- [Apache](https://github.com/bitnami/charts/tree/master/bitnami/apache) -- [Apache Airflow](https://github.com/bitnami/charts/tree/master/bitnami/airflow) -- [Apache Spark](https://github.com/bitnami/charts/tree/master/bitnami/spark) -- [Cassandra](https://github.com/bitnami/charts/tree/master/bitnami/cassandra) -- [Elasticsearch](https://github.com/bitnami/charts/tree/master/bitnami/elasticsearch) -- [etcd](https://github.com/bitnami/charts/tree/master/bitnami/etcd) -- [Fluentd](https://github.com/bitnami/charts/tree/master/bitnami/fluentd) -- [Grafana](https://github.com/bitnami/charts/tree/master/bitnami/grafana) -- [Harbor](https://github.com/bitnami/charts/tree/master/bitnami/harbor) -- [HashiCorp Consul](https://github.com/bitnami/charts/tree/master/bitnami/consul) -- [InfluxDB](https://github.com/bitnami/charts/tree/master/bitnami/influxdb) -- [Jenkins](https://github.com/bitnami/charts/tree/master/bitnami/jenkins) -- [Kafka](https://github.com/bitnami/charts/tree/master/bitnami/kafka) -- [Kibana](https://github.com/bitnami/charts/tree/master/bitnami/kibana) -- [Kubeapps](https://github.com/bitnami/charts/tree/master/bitnami/kubeapps) -- [Magento](https://github.com/bitnami/charts/tree/master/bitnami/magento) -- [Memcached](https://github.com/bitnami/charts/tree/master/bitnami/memcached) -- [MariaDB Galera](https://github.com/bitnami/charts/tree/master/bitnami/mariadb-galera) -- [Metrics Server](https://github.com/bitnami/charts/tree/master/bitnami/metrics-server) -- [Minio](https://github.com/bitnami/charts/tree/master/bitnami/minio) -- [MXNet](https://github.com/bitnami/charts/tree/master/bitnami/mxnet) -- [MySQL](https://github.com/bitnami/charts/tree/master/bitnami/mysql) -- [nginx](https://github.com/bitnami/charts/tree/master/bitnami/nginx) -- [nginx-ingress-controller](https://github.com/bitnami/charts/tree/master/bitnami/nginx-ingress-controller) -- [NodeJS](https://github.com/bitnami/charts/tree/master/bitnami/node) -- [PyTorch](https://github.com/bitnami/charts/tree/master/bitnami/pytorch) -- [TensorFlow ResNet](https://github.com/bitnami/charts/tree/master/bitnami/tensorflow-resnet) -- [Tomcat](https://github.com/bitnami/charts/tree/master/bitnami/tomcat) -- [WildFly](https://github.com/bitnami/charts/tree/master/bitnami/wildfly) -- [ZooKeeper](https://github.com/bitnami/charts/tree/master/bitnami/zookeeper) +* [Upstreamed charts](./upstreamed) (contributed to [helm/charts](https://github.com/helm/charts)) +* [Bitnami charts](./bitnami) ## Before you begin diff --git a/bitnami/apache/Chart.yaml b/bitnami/apache/Chart.yaml index 5b66272b8..398101370 100644 --- a/bitnami/apache/Chart.yaml +++ b/bitnami/apache/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: apache -version: 7.1.0 +version: 7.1.1 appVersion: 2.4.41 description: Chart for Apache HTTP Server keywords: diff --git a/bitnami/apache/README.md b/bitnami/apache/README.md index cabd0679c..1a0eee36b 100644 --- a/bitnami/apache/README.md +++ b/bitnami/apache/README.md @@ -19,6 +19,11 @@ This chart bootstraps a [Apache](https://github.com/bitnami/bitnami-docker-apach Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment and management of Helm Charts in clusters. This Helm chart has been tested on top of [Bitnami Kubernetes Production Runtime](https://kubeprod.io/) (BKPR). Deploy BKPR to get automated TLS certificates, logging and monitoring for your applications. +## Prerequisites + +- Kubernetes 1.12+ +- Helm 2.11+ or Helm 3.0-beta3+ + ## Installing the Chart To install the chart with the release name `my-release`: @@ -119,7 +124,7 @@ $ helm install --name my-release -f values.yaml bitnami/apache The Apache chart allows you to deploy a custom web application using one of the following methods: - Cloning from a git repository: Set `cloneHtdocsFromGit.enabled` to `true` and set the repository and branch using the `cloneHtdocsFromGit.repository` and `cloneHtdocsFromGit.branch` parameters. A sidecar will also pull the latest changes in an interval set by `cloneHtdocsFromGit.interval`. - - Providing a ConfigMap: Set the `htdocsConfigMap` value to mount a ConfigMap in the Apache htdocs folder. + - Providing a ConfigMap: Set the `htdocsConfigMap` value to mount a ConfigMap in the Apache htdocs folder. - Using an existing PVC: Set the `htdocsPVC` value to mount an PersistentVolumeClaim with the web application content. In the following example you can deploy a example web application using git: diff --git a/bitnami/apache/values.yaml b/bitnami/apache/values.yaml index d40f37013..de68cce5a 100644 --- a/bitnami/apache/values.yaml +++ b/bitnami/apache/values.yaml @@ -13,7 +13,7 @@ image: registry: docker.io repository: bitnami/apache - tag: 2.4.41-debian-9-r49 + tag: 2.4.41-debian-9-r66 ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## @@ -31,7 +31,7 @@ image: git: registry: docker.io repository: bitnami/git - tag: 2.23.0-debian-9-r42 + tag: 2.23.0-debian-9-r59 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. @@ -165,7 +165,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.7.0-debian-9-r67 + tag: 0.7.0-debian-9-r84 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/bitnami/cassandra/Chart.yaml b/bitnami/cassandra/Chart.yaml index 36d0953e6..7c6dbd63b 100644 --- a/bitnami/cassandra/Chart.yaml +++ b/bitnami/cassandra/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: cassandra -version: 4.1.2 +version: 4.1.3 appVersion: 3.11.4 description: Apache Cassandra is a free and open-source distributed database management system designed to handle large amounts of data across many commodity servers, providing high availability with no single point of failure. Cassandra offers robust support for clusters spanning multiple datacenters, with asynchronous masterless replication allowing low latency operations for all clients. icon: https://bitnami.com/assets/stacks/cassandra/img/cassandra-stack-220x234.png diff --git a/bitnami/cassandra/README.md b/bitnami/cassandra/README.md index ec978b4a4..21abf9ae2 100644 --- a/bitnami/cassandra/README.md +++ b/bitnami/cassandra/README.md @@ -17,7 +17,8 @@ Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment ## Prerequisites -- Kubernetes 1.8+ +- Kubernetes 1.12+ +- Helm 2.11+ or Helm 3.0-beta3+ - PV provisioner support in the underlying infrastructure ## Installing the Chart diff --git a/bitnami/consul/Chart.yaml b/bitnami/consul/Chart.yaml index 40045e45e..d0e729e62 100644 --- a/bitnami/consul/Chart.yaml +++ b/bitnami/consul/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: consul -version: 6.0.2 +version: 6.0.3 appVersion: 1.6.1 description: Highly available and distributed service discovery and key-value store designed with support for the modern data center to make distributed systems and configuration easy. home: https://www.consul.io/ diff --git a/bitnami/consul/README.md b/bitnami/consul/README.md index 5f3347f19..756b4dc78 100644 --- a/bitnami/consul/README.md +++ b/bitnami/consul/README.md @@ -17,7 +17,8 @@ Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment ## Prerequisites -- Kubernetes 1.4+ with Beta APIs enabled +- Kubernetes 1.12+ +- Helm 2.11+ or Helm 3.0-beta3+ - PV provisioner support in the underlying infrastructure ## Installing the Chart diff --git a/bitnami/elasticsearch/Chart.yaml b/bitnami/elasticsearch/Chart.yaml index 70c84144b..aa2505e5f 100644 --- a/bitnami/elasticsearch/Chart.yaml +++ b/bitnami/elasticsearch/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: elasticsearch -version: 6.3.10 +version: 6.3.11 appVersion: 7.4.0 description: A highly scalable open-source full-text search and analytics engine keywords: diff --git a/bitnami/elasticsearch/README.md b/bitnami/elasticsearch/README.md index 9f409de50..b6cfd0cad 100644 --- a/bitnami/elasticsearch/README.md +++ b/bitnami/elasticsearch/README.md @@ -17,7 +17,8 @@ Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment ## Prerequisites -- Kubernetes 1.6+ with Beta APIs enabled +- Kubernetes 1.12+ +- Helm 2.11+ or Helm 3.0-beta3+ - PV provisioner support in the underlying infrastructure ## Installing the Chart diff --git a/bitnami/etcd/Chart.yaml b/bitnami/etcd/Chart.yaml index 1f740672f..aeeb6e2f6 100644 --- a/bitnami/etcd/Chart.yaml +++ b/bitnami/etcd/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: etcd -version: 4.3.9 +version: 4.3.10 appVersion: 3.4.2 description: etcd is a distributed key value store that provides a reliable way to store data across a cluster of machines keywords: diff --git a/bitnami/etcd/README.md b/bitnami/etcd/README.md index 44ac9722a..e8e65cbd2 100644 --- a/bitnami/etcd/README.md +++ b/bitnami/etcd/README.md @@ -17,7 +17,8 @@ Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment ## Prerequisites -- Kubernetes 1.4+ with Beta APIs enabled +- Kubernetes 1.12+ +- Helm 2.11+ or Helm 3.0-beta3+ - PV provisioner support in the underlying infrastructure ## Installing the Chart diff --git a/bitnami/fluentd/Chart.yaml b/bitnami/fluentd/Chart.yaml index c52e378ec..b79213412 100644 --- a/bitnami/fluentd/Chart.yaml +++ b/bitnami/fluentd/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: fluentd -version: 0.1.0 +version: 0.1.1 appVersion: 1.7.3 description: Fluentd is an open source data collector for unified logging layer keywords: diff --git a/bitnami/fluentd/README.md b/bitnami/fluentd/README.md index 1eee02417..ec2d6db20 100644 --- a/bitnami/fluentd/README.md +++ b/bitnami/fluentd/README.md @@ -15,6 +15,12 @@ This chart bootstraps a [Fluentd](https://github.com/bitnami/bitnami-docker-flue Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment and management of Helm Charts in clusters. +## Prerequisites + +- Kubernetes 1.12+ +- Helm 2.11+ or Helm 3.0-beta3+ +- PV provisioner support in the underlying infrastructure + ## Installing the Chart To install the chart with the release name `my-release`: @@ -170,7 +176,7 @@ data: {{- end }} - + # Ignore fluentd own events @type null diff --git a/bitnami/grafana/Chart.yaml b/bitnami/grafana/Chart.yaml index 45c8df585..80f1a4cd2 100644 --- a/bitnami/grafana/Chart.yaml +++ b/bitnami/grafana/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: grafana -version: 0.0.5 +version: 0.0.6 appVersion: "6.3.3" description: Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB. keywords: diff --git a/bitnami/grafana/README.md b/bitnami/grafana/README.md index 738e1b2b5..6438eb4c6 100644 --- a/bitnami/grafana/README.md +++ b/bitnami/grafana/README.md @@ -15,6 +15,13 @@ This chart bootstraps a [grafana](https://github.com/bitnami/bitnami-docker-graf Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment and management of Helm Charts in clusters. +## Prerequisites + +- Kubernetes 1.12+ +- Helm 2.11+ or Helm 3.0-beta3+ +- PV provisioner support in the underlying infrastructure +- ReadWriteMany volumes for deployment scaling + ## Installing the Chart To install the chart with the release name `my-release`: diff --git a/bitnami/harbor/Chart.yaml b/bitnami/harbor/Chart.yaml index f1b3751b4..2681d3032 100644 --- a/bitnami/harbor/Chart.yaml +++ b/bitnami/harbor/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: harbor -version: 2.6.11 +version: 2.6.12 appVersion: 1.9.1 description: Harbor is an an open source trusted cloud native registry project that stores, signs, and scans content keywords: diff --git a/bitnami/harbor/README.md b/bitnami/harbor/README.md index 1e49fee86..07f9f9cb2 100644 --- a/bitnami/harbor/README.md +++ b/bitnami/harbor/README.md @@ -25,8 +25,10 @@ This [Helm](https://github.com/kubernetes/helm) chart installs [Harbor](https:// ## Prerequisites -- Kubernetes cluster 1.10+ -- Helm 2.8.0+ +- Kubernetes 1.12+ +- Helm 2.11+ or Helm 3.0-beta3+ +- PV provisioner support in the underlying infrastructure +- ReadWriteMany volumes for deployment scaling ## Installing the Chart diff --git a/bitnami/harbor/values.yaml b/bitnami/harbor/values.yaml index 0b9bbe74a..743685d16 100644 --- a/bitnami/harbor/values.yaml +++ b/bitnami/harbor/values.yaml @@ -298,7 +298,7 @@ service: notarySecretName: "" # The common name used to generate the certificate, it's necessary # when the type isn't "ingress" and "secretName" is null - commonName: "" + commonName: "harbor.local" ingress: hosts: core: core.harbor.domain diff --git a/bitnami/influxdb/Chart.yaml b/bitnami/influxdb/Chart.yaml index fe1b38fb4..6f9cfdfc0 100644 --- a/bitnami/influxdb/Chart.yaml +++ b/bitnami/influxdb/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 1.7.8 +appVersion: 1.7.9 description: InfluxDB is an open source time-series database designed to handle large write and read loads in real-time. engine: gotpl home: https://www.influxdata.com/products/influxdb-overview/ diff --git a/bitnami/influxdb/README.md b/bitnami/influxdb/README.md index f74dd883d..d1a032576 100644 --- a/bitnami/influxdb/README.md +++ b/bitnami/influxdb/README.md @@ -15,6 +15,13 @@ This chart bootstraps a [influxdb](https://github.com/bitnami/bitnami-docker-inf Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment and management of Helm Charts in clusters. +## Prerequisites + +- Kubernetes 1.12+ +- Helm 2.11+ or Helm 3.0-beta3+ +- PV provisioner support in the underlying infrastructure +- ReadWriteMany volumes for deployment scaling + ## Installing the Chart To install the chart with the release name `my-release`: diff --git a/bitnami/kibana/Chart.yaml b/bitnami/kibana/Chart.yaml index bb4b72835..99834c53d 100644 --- a/bitnami/kibana/Chart.yaml +++ b/bitnami/kibana/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: kibana -appVersion: 7.4.0 +appVersion: 7.4.1 description: Kibana is an open source, browser based analytics and search dashboard for Elasticsearch. version: 0.1.1 keywords: diff --git a/bitnami/kibana/README.md b/bitnami/kibana/README.md index 587dda9cf..eb1be3ca1 100644 --- a/bitnami/kibana/README.md +++ b/bitnami/kibana/README.md @@ -20,6 +20,13 @@ This chart bootstraps a [kibana](https://github.com/bitnami/bitnami-docker-kiban Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment and management of Helm Charts in clusters. +## Prerequisites + +- Kubernetes 1.12+ +- Helm 2.11+ or Helm 3.0-beta3+ +- PV provisioner support in the underlying infrastructure +- ReadWriteMany volumes for deployment scaling + ## Installing the Chart This chart requires a Elasticsearch instance to work. The chart offers two options: diff --git a/bitnami/memcached/Chart.yaml b/bitnami/memcached/Chart.yaml index f45a6c824..32f9c6643 100644 --- a/bitnami/memcached/Chart.yaml +++ b/bitnami/memcached/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: memcached -version: 3.0.1 +version: 3.0.2 appVersion: 1.5.19 description: Chart for Memcached keywords: diff --git a/bitnami/memcached/README.md b/bitnami/memcached/README.md index ec92d8154..203db6863 100644 --- a/bitnami/memcached/README.md +++ b/bitnami/memcached/README.md @@ -17,8 +17,8 @@ Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment ## Prerequisites -- Kubernetes 1.4+ with Beta APIs enabled -- PV provisioner support in the underlying infrastructure +- Kubernetes 1.12+ +- Helm 2.11+ or Helm 3.0-beta3+ ## Installing the Chart diff --git a/bitnami/metrics-server/Chart.yaml b/bitnami/metrics-server/Chart.yaml index 53b610ee9..4981dcc15 100644 --- a/bitnami/metrics-server/Chart.yaml +++ b/bitnami/metrics-server/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: metrics-server version: 3.2.3 -appVersion: 0.3.5 +appVersion: 0.3.7 description: Metrics Server is a cluster-wide aggregator of resource usage data. Metrics Server collects metrics from the Summary API, exposed by Kubelet on each node. keywords: - metrics-server diff --git a/bitnami/metrics-server/values.yaml b/bitnami/metrics-server/values.yaml index 7464a9556..915c7ab4c 100644 --- a/bitnami/metrics-server/values.yaml +++ b/bitnami/metrics-server/values.yaml @@ -13,7 +13,7 @@ image: registry: docker.io repository: bitnami/metrics-server - tag: 0.3.5-debian-9-r0 + tag: 0.3.6-debian-9-r0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/bitnami/minio/Chart.yaml b/bitnami/minio/Chart.yaml index e1a325411..e82c8d935 100644 --- a/bitnami/minio/Chart.yaml +++ b/bitnami/minio/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -version: 1.2.15 +version: 1.2.16 appVersion: 2019.10.2 description: MinIO is an object storage server, compatible with Amazon S3 cloud storage service, mainly used for storing unstructured data (such as photos, videos, log files, etc.) keywords: diff --git a/bitnami/minio/README.md b/bitnami/minio/README.md index 851808b2c..8b7279b71 100644 --- a/bitnami/minio/README.md +++ b/bitnami/minio/README.md @@ -17,8 +17,10 @@ Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment ## Prerequisites -- Kubernetes 1.8+ with Beta APIs enabled +- Kubernetes 1.12+ +- Helm 2.11+ or Helm 3.0-beta3+ - PV provisioner support in the underlying infrastructure +- ReadWriteMany volumes for deployment scaling ## Installing the Chart diff --git a/bitnami/mxnet/Chart.yaml b/bitnami/mxnet/Chart.yaml index 2d56a18b1..f749102e0 100644 --- a/bitnami/mxnet/Chart.yaml +++ b/bitnami/mxnet/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mxnet -version: 1.3.8 +version: 1.3.9 appVersion: 1.5.1 description: A flexible and efficient library for deep learning keywords: diff --git a/bitnami/mxnet/README.md b/bitnami/mxnet/README.md index 5f44c2438..b551c2f55 100644 --- a/bitnami/mxnet/README.md +++ b/bitnami/mxnet/README.md @@ -17,8 +17,10 @@ Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment ## Prerequisites -- Kubernetes 1.8+ with Beta APIs enabled +- Kubernetes 1.12+ +- Helm 2.11+ or Helm 3.0-beta3+ - PV provisioner support in the underlying infrastructure +- ReadWriteMany volumes for deployment scaling ## Installing the Chart diff --git a/bitnami/mysql/Chart.yaml b/bitnami/mysql/Chart.yaml index de6802ec7..bd08f69e3 100644 --- a/bitnami/mysql/Chart.yaml +++ b/bitnami/mysql/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mysql -version: 6.4.5 +version: 6.4.6 appVersion: 8.0.18 description: Chart to create a Highly available MySQL cluster keywords: diff --git a/bitnami/mysql/README.md b/bitnami/mysql/README.md index ad190b362..9e7439fd3 100644 --- a/bitnami/mysql/README.md +++ b/bitnami/mysql/README.md @@ -17,7 +17,8 @@ Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment ## Prerequisites -- Kubernetes 1.10+ +- Kubernetes 1.12+ +- Helm 2.11+ or Helm 3.0-beta3+ - PV provisioner support in the underlying infrastructure ## Installing the Chart diff --git a/bitnami/nginx-ingress-controller/Chart.yaml b/bitnami/nginx-ingress-controller/Chart.yaml index 5dc2dffb1..406b82f74 100644 --- a/bitnami/nginx-ingress-controller/Chart.yaml +++ b/bitnami/nginx-ingress-controller/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: nginx-ingress-controller -version: 5.0.7 +version: 5.0.8 appVersion: 0.26.1 description: Chart for the nginx Ingress controller keywords: diff --git a/bitnami/nginx-ingress-controller/README.md b/bitnami/nginx-ingress-controller/README.md index 9ce9f1ef4..21072a112 100644 --- a/bitnami/nginx-ingress-controller/README.md +++ b/bitnami/nginx-ingress-controller/README.md @@ -19,7 +19,8 @@ Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment ## Prerequisites -- Kubernetes 1.6+ +- Kubernetes 1.12+ +- Helm 2.11+ or Helm 3.0-beta3+ ## Installing the Chart diff --git a/bitnami/nginx/Chart.yaml b/bitnami/nginx/Chart.yaml index 4fb4c9ad0..cdfb2ffc5 100644 --- a/bitnami/nginx/Chart.yaml +++ b/bitnami/nginx/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: nginx -version: 4.3.8 +version: 4.3.9 appVersion: 1.16.1 description: Chart for the nginx server keywords: diff --git a/bitnami/nginx/README.md b/bitnami/nginx/README.md index 7f4efe809..639e685c6 100644 --- a/bitnami/nginx/README.md +++ b/bitnami/nginx/README.md @@ -17,6 +17,11 @@ This chart bootstraps a [NGINX Open Source](https://github.com/bitnami/bitnami-d Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment and management of Helm Charts in clusters. This Helm chart has been tested on top of [Bitnami Kubernetes Production Runtime](https://kubeprod.io/) (BKPR). Deploy BKPR to get automated TLS certificates, logging and monitoring for your applications. +## Prerequisites + +- Kubernetes 1.12+ +- Helm 2.11+ or Helm 3.0-beta3+ + ## Installing the Chart To install the chart with the release name `my-release`: diff --git a/bitnami/node/Chart.yaml b/bitnami/node/Chart.yaml index 6462a815b..870f62e79 100644 --- a/bitnami/node/Chart.yaml +++ b/bitnami/node/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: node -version: 11.2.5 +version: 11.2.6 appVersion: 10.16.3 description: Event-driven I/O server-side JavaScript environment based on V8 keywords: diff --git a/bitnami/node/README.md b/bitnami/node/README.md index a88ab35fd..a07320e25 100644 --- a/bitnami/node/README.md +++ b/bitnami/node/README.md @@ -19,8 +19,10 @@ Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment ## Prerequisites -- Kubernetes 1.4+ with Beta APIs enabled +- Kubernetes 1.12+ +- Helm 2.11+ or Helm 3.0-beta3+ - PV provisioner support in the underlying infrastructure +- ReadWriteMany volumes for deployment scaling ## Installing the Chart diff --git a/bitnami/pytorch/Chart.yaml b/bitnami/pytorch/Chart.yaml index de0d6b847..58026a03c 100644 --- a/bitnami/pytorch/Chart.yaml +++ b/bitnami/pytorch/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: pytorch -version: 1.2.6 +version: 1.2.7 appVersion: 1.3.0 description: Deep learning platform that accelerates the transition from research prototyping to production deployment keywords: diff --git a/bitnami/pytorch/README.md b/bitnami/pytorch/README.md index 530841076..ed02bed53 100644 --- a/bitnami/pytorch/README.md +++ b/bitnami/pytorch/README.md @@ -17,8 +17,10 @@ Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment ## Prerequisites -- Kubernetes 1.8+ with Beta APIs enabled +- Kubernetes 1.12+ +- Helm 2.11+ or Helm 3.0-beta3+ - PV provisioner support in the underlying infrastructure +- ReadWriteMany volumes for deployment scaling ## Installing the Chart diff --git a/bitnami/spark/Chart.yaml b/bitnami/spark/Chart.yaml index 47ae68594..6b64a6635 100644 --- a/bitnami/spark/Chart.yaml +++ b/bitnami/spark/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -version: 1.0.7 +version: 1.0.8 appVersion: 2.4.4 description: Spark is a fast and general-purpose cluster computing system. name: spark diff --git a/bitnami/spark/README.md b/bitnami/spark/README.md index 66857f381..9362970f9 100644 --- a/bitnami/spark/README.md +++ b/bitnami/spark/README.md @@ -15,6 +15,11 @@ This chart bootstraps a [spark](https://github.com/bitnami/bitnami-docker-spark) Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment and management of Helm Charts in clusters. This Helm chart has been tested on top of [Bitnami Kubernetes Production Runtime](https://kubeprod.io/) (BKPR). Deploy BKPR to get automated TLS certificates, logging and monitoring for your applications. +## Prerequisites + +- Kubernetes 1.12+ +- Helm 2.11+ or Helm 3.0-beta3+ + ## Installing the Chart To install the chart with the release name `my-release`: diff --git a/bitnami/tensorflow-resnet/Chart.yaml b/bitnami/tensorflow-resnet/Chart.yaml index 159b15a3c..c72f0d42e 100755 --- a/bitnami/tensorflow-resnet/Chart.yaml +++ b/bitnami/tensorflow-resnet/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: tensorflow-resnet -version: 1.2.3 +version: 1.2.4 appVersion: 1.14.0 description: Open-source software library serving the ResNet machine learning model. keywords: diff --git a/bitnami/tensorflow-resnet/README.md b/bitnami/tensorflow-resnet/README.md index dfc24e9ef..2ea356dfc 100755 --- a/bitnami/tensorflow-resnet/README.md +++ b/bitnami/tensorflow-resnet/README.md @@ -17,8 +17,8 @@ Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment ## Prerequisites -- Kubernetes 1.4+ with Beta APIs enabled -- PV provisioner support in the underlying infrastructure +- Kubernetes 1.12+ +- Helm 2.11+ or Helm 3.0-beta3+ ## Get this chart diff --git a/bitnami/tomcat/Chart.yaml b/bitnami/tomcat/Chart.yaml index 36601195b..91c00648e 100644 --- a/bitnami/tomcat/Chart.yaml +++ b/bitnami/tomcat/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: tomcat -version: 5.0.1 -appVersion: 9.0.26 +version: 6.0.1 +appVersion: 9.0.27 description: Chart for Apache Tomcat keywords: - tomcat diff --git a/bitnami/tomcat/README.md b/bitnami/tomcat/README.md index 3ffea27a8..20648a06c 100644 --- a/bitnami/tomcat/README.md +++ b/bitnami/tomcat/README.md @@ -84,8 +84,11 @@ The following tables lists the configurable parameters of the Tomcat chart and t | `ingress.enabled` | Enable the ingress controller | `false` | | `ingress.certManager` | Add annotations for certManager | `false` | | `ingress.annotations` | Annotations to set in the ingress controller | - | -| `ingress.hosts` | List of hostnames to be covered with the ingress | `tomcat.local` | -| `ingress.tls` | List with TLS configuration for the ingress | `hosts: tomcat.local, secretName: tomcat.local-tls` | +| `ingress.hosts[0].name` | Hostname to your opencart installation | `tomcat.local` | +| `ingress.hosts[0].path` | Path within the url structure | `/` | +| `ingress.hosts[0].tls` | Utilize TLS backend in ingress | `false` | +| `ingress.hosts[0].tlsHosts` | Array of TLS hosts for ingress record (defaults to `ingress.hosts[0].name` if `nil`) | `nil` | +| `ingress.hosts[0].tlsSecret` | TLS Secret (certificates) | `tomcat.local-tls` | | `affinity` | Map of node/pod affinities | `{}` | The above parameters map to the env variables defined in [bitnami/tomcat](http://github.com/bitnami/bitnami-docker-tomcat). For more information please refer to the [bitnami/tomcat](http://github.com/bitnami/bitnami-docker-tomcat) image documentation. diff --git a/bitnami/tomcat/templates/ingress.yaml b/bitnami/tomcat/templates/ingress.yaml index daaf3b0a2..58707aba2 100644 --- a/bitnami/tomcat/templates/ingress.yaml +++ b/bitnami/tomcat/templates/ingress.yaml @@ -26,8 +26,18 @@ spec: serviceName: "{{ template "tomcat.fullname" $ }}" servicePort: http {{- end }} - {{- if .Values.ingress.tls }} tls: -{{ toYaml .Values.ingress.tls | indent 4 }} + {{- range .Values.ingress.hosts }} + {{- if .tls }} + - hosts: + {{- if .tlsHosts }} + {{- range $host := .tlsHosts }} + - {{ $host }} + {{- end }} + {{- else }} + - {{ .name }} + {{- end }} + secretName: {{ .tlsSecret }} + {{- end }} {{- end }} {{- end }} diff --git a/bitnami/tomcat/values.yaml b/bitnami/tomcat/values.yaml index 1ece63c63..eea313c7d 100644 --- a/bitnami/tomcat/values.yaml +++ b/bitnami/tomcat/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/tomcat - tag: 9.0.26-debian-9-r0 + tag: 9.0.27-debian-9-r0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -146,12 +146,19 @@ ingress: - name: tomcat.local path: / - ## The tls configuration for the ingress - ## see: https://kubernetes.io/docs/concepts/services-networking/ingress/#tls - tls: - - hosts: - - tomcat.local - secretName: tomcat.local-tls + ## Set this to true in order to enable TLS on the ingress record + tls: false + + ## Optionally specify the TLS hosts for the ingress record + ## Useful when the Ingress controller supports www-redirection + ## If not specified, the above host name will be used + # tlsHosts: + # - www.tomcat.local + # - tomcat.local + + ## If TLS is set to true, you must declare what secret will store the key/certificate for TLS + tlsSecret: tomcat.local-tls + ## Affinity for pod assignment ## Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity diff --git a/bitnami/wildfly/Chart.yaml b/bitnami/wildfly/Chart.yaml index b3e46d3c3..ba815c0ac 100644 --- a/bitnami/wildfly/Chart.yaml +++ b/bitnami/wildfly/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: wildfly -version: 3.3.3 +version: 3.3.4 appVersion: 18.0.0 description: Chart for Wildfly keywords: diff --git a/bitnami/wildfly/README.md b/bitnami/wildfly/README.md index 63ba24e6e..12554b2c3 100644 --- a/bitnami/wildfly/README.md +++ b/bitnami/wildfly/README.md @@ -17,8 +17,10 @@ Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment ## Prerequisites -- Kubernetes 1.4+ with Beta APIs enabled +- Kubernetes 1.12+ +- Helm 2.11+ or Helm 3.0-beta3+ - PV provisioner support in the underlying infrastructure +- ReadWriteMany volumes for deployment scaling ## Installing the Chart diff --git a/bitnami/zookeeper/Chart.yaml b/bitnami/zookeeper/Chart.yaml index 7d113322f..d9f9f2d05 100644 --- a/bitnami/zookeeper/Chart.yaml +++ b/bitnami/zookeeper/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: zookeeper -version: 5.0.2 +version: 5.0.3 appVersion: 3.5.5 description: A centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services for distributed applications. keywords: diff --git a/bitnami/zookeeper/README.md b/bitnami/zookeeper/README.md index 2ce1c5873..5a8532482 100644 --- a/bitnami/zookeeper/README.md +++ b/bitnami/zookeeper/README.md @@ -17,7 +17,8 @@ Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment ## Prerequisites -- Kubernetes 1.4+ with Beta APIs enabled +- Kubernetes 1.12+ +- Helm 2.11+ or Helm 3.0-beta3+ - PV provisioner support in the underlying infrastructure ## Installing the Chart diff --git a/demo.gif b/demo.gif index 3c2473ed9..7ff8f1329 100644 Binary files a/demo.gif and b/demo.gif differ diff --git a/upstreamed/odoo/Chart.yaml b/upstreamed/odoo/Chart.yaml index 144cf9e13..8e37021f2 100644 --- a/upstreamed/odoo/Chart.yaml +++ b/upstreamed/odoo/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: odoo -version: 11.1.7 -appVersion: 12.0.20190915 +version: 11.1.8 +appVersion: 12.0.20191015 description: A suite of web based open source business apps. home: https://www.odoo.com/ icon: https://bitnami.com/assets/stacks/odoo/img/odoo-stack-110x117.png diff --git a/upstreamed/odoo/requirements.lock b/upstreamed/odoo/requirements.lock index 52f9ce92e..b37b335cc 100644 --- a/upstreamed/odoo/requirements.lock +++ b/upstreamed/odoo/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: postgresql repository: https://kubernetes-charts.storage.googleapis.com/ - version: 6.3.9 + version: 6.3.13 digest: sha256:3fb60c16194499f6ebb30080e98e402f6c6d0fcf1133b8b03c2a90224b3fc291 -generated: "2019-09-23T09:19:39.951279+02:00" +generated: 2019-10-15T07:48:10.55915881Z diff --git a/upstreamed/odoo/values.yaml b/upstreamed/odoo/values.yaml index 604379f5f..efb5e39aa 100644 --- a/upstreamed/odoo/values.yaml +++ b/upstreamed/odoo/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/odoo - tag: 12.0.20190915-debian-9-r0 + tag: 12.0.20191015-debian-9-r0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images