* [stable/traefik] Added ability to provide extra certs to traefik at deployment time
Signed-off-by: Ryan Orth <ryanorth@workfront.com>
* [stable/traefik] Updated README.md and values.yaml based on review feedback
Signed-off-by: Ryan Orth <ryanorth@workfront.com>
* [stable/traefik] Performing version bump
Signed-off-by: Ryan Orth <ryanorth@workfront.com>
* [stable/postgresql] Add dedicated tmpsfs for /dev/shm.
Start a database pod without limitations on shm memory. By default docker
limit to (see e.g. the [docker
issue](https://github.com/docker-library/postgres/issues/416), which could be
not enough if PostgreSQL uses parallel workers heavily. If this option is
present and value is , to the target database pod will be mounted a new
tmpfs volume to remove this limitation.
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
* [stable/postgresql] SHM: Second version after review + improvements.
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
* Fix wrong PUBLISH_PORT(defalut 9090) if defined in values.yaml(values-production.yaml)
Signed-off-by: huang-tianwen <tianwen.huang@hotmail.com>
* Chart version increment
Signed-off-by: huang-tianwen <tianwen.huang@hotmail.com>
* update to support k8s v1.16
Signed-off-by: Jeff Billimek <jeffrey_k_billimek@homedepot.com>
* Add minimum kubeVersion
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* remove Ingress networking.k8s.io/v1beta1 apiVersion
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* Add major version notes to Readme
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* Fix linting
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* Update stable/oauth2-proxy/README.md
nice catch!
Co-Authored-By: Cédric de Saint Martin <cedric@desaintmartin.fr>
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* Removing verbiabe about uninstalling the chart
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* added support for legacy ingress api version
Signed-off-by: jasper.culong <jasper.culong@trustarc.com>
* semverCompare instead of configurable, changed k8s version condition
Signed-off-by: Jasper Culong <jculongit10@yahoo.com>
* updates related to ignite release with unofficial image
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
* update with latest image
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
* bump the chart minor version
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
* update with official image tag
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
* bump dockerProviderVersion
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
* update to latest agent image and bumping docker provider version
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
* bump chart version
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
* revert 1.16 api version updates
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
* doc update for kubernetes version support
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
* update to 11012019
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
* change affinity to blacklist master and controlplane nodes for rs pod
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
* removing role dependency for rs pod
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
The environment variables for Redis and Celery prevent
the helm chart to work in LocalExecutori mode.
They are now only exported if:
- Redis is enabled
- and Airflow executor is "Celery"
Signed-off-by: Olivier Monnier <5500018+omonnier@users.noreply.github.com>
* [stable/prometheus-node-exporter] Override of namespace
Signed-off-by: Alexander Katsyuba <arruzk@gmail.com>
* [stable/prometheus-node-exporter] Fix notes.txt and ClusterRole
Signed-off-by: Alexander Katsyuba <arruzk@gmail.com>
* [stable/kube-state-metrics] Bump chart version
Signed-off-by: Alexander Katsyuba <arruzk@gmail.com>
The initContainers in the web, scheduler and worker pods can
benefit from environment variables, like, for example, proxy settings.
Signed-off-by: Olivier Monnier <5500018+omonnier@users.noreply.github.com>
* [stable/owncloud] Standarise Ingress properties
Signed-off-by: Miguel A. Cabrera Minagorri <macabrera@bitnami.com>
* [stable/owncloud] Update README.md with the ingress properties
Signed-off-by: Miguel A. Cabrera Minagorri <macabrera@bitnami.com>
* Update major version
Signed-off-by: Miguel A. Cabrera Minagorri <macabrera@bitnami.com>
* added option to set existing secret with Google Application Default Credentials
added option to set backup pod labels
commented AWS defaults for backup
Signed-off-by: Alexander Smirnov <asmirnov@proofpoint.com>
* when removing the values it might make sense to set the default to [] or {}
Signed-off-by: Alexander Smirnov <asmirnov@proofpoint.com>
* added an entry in CHANGELOG
Signed-off-by: Alexander Smirnov <asmirnov@proofpoint.com>
* fixed typo
Signed-off-by: Alexander Smirnov <asmirnov@proofpoint.com>
* [stable/airflow] Add a flag to disable disruption budget pod
Pod Disruptions may be disabled on Kubernetes cluster.
Signed-off-by: Olivier Monnier <5500018+omonnier@users.noreply.github.com>
* [stable/airflow] Add DAG git ref to the scheduler and web pod annotations
This will trigger a pod restart whenever the git ref
changes on the git project containing the DAGS.
Signed-off-by: Olivier Monnier <5500018+omonnier@users.noreply.github.com>
`postgresqlPostgresPassword` enables users to set a password for the `postgres` user when `postgresqlUsername` is not `postgres`
Signed-off-by: Sameer Naik <sameersbn@vmware.com>