This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit f7500455ccc8d84e091bdfc405aaeb6f2c38eb60 Author: Kaxil Naik <[email protected]> AuthorDate: Sat Nov 7 11:14:58 2020 +0000 Fix default values for Helm Chart (#12153) (cherry picked from commit 874e497ff8b81121308018d02137361f66ae3c36) --- chart/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/chart/README.md b/chart/README.md index df8ea5d..db59db7 100644 --- a/chart/README.md +++ b/chart/README.md @@ -142,17 +142,17 @@ The following tables lists the configurable parameters of the Airflow chart and | `images.flower.repository` | Docker repository to pull image from. Update this to deploy a custom image | `~` | | `images.flower.tag` | Docker image tag to pull image from. Update this to deploy a new custom image tag | `~` | | `images.flower.pullPolicy` | PullPolicy for flower image | `IfNotPresent` | -| `images.statsd.repository` | Docker repository to pull image from. Update this to deploy a custom image | `astronomerinc/ap-statsd-exporter` | -| `images.statsd.tag` | Docker image tag to pull image from. Update this to deploy a new custom image tag | `~` | +| `images.statsd.repository` | Docker repository to pull image from. Update this to deploy a custom image | `apache/airflow` | +| `images.statsd.tag` | Docker image tag to pull image from. Update this to deploy a new custom image tag | `airflow-statsd-exporter-2020.09.05-v0.17.0` | | `images.statsd.pullPolicy` | PullPolicy for statsd-exporter image | `IfNotPresent` | | `images.redis.repository` | Docker repository to pull image from. Update this to deploy a custom image | `redis` | | `images.redis.tag` | Docker image tag to pull image from. Update this to deploy a new custom image tag | `6-buster` | | `images.redis.pullPolicy` | PullPolicy for redis image | `IfNotPresent` | -| `images.pgbouncer.repository` | Docker repository to pull image from. Update this to deploy a custom image | `astronomerinc/ap-pgbouncer` | -| `images.pgbouncer.tag` | Docker image tag to pull image from. Update this to deploy a new custom image tag | `~` | +| `images.pgbouncer.repository` | Docker repository to pull image from. Update this to deploy a custom image | `apache/airflow` | +| `images.pgbouncer.tag` | Docker image tag to pull image from. Update this to deploy a new custom image tag | `airflow-pgbouncer-2020.09.05-1.14.0` | | `images.pgbouncer.pullPolicy` | PullPolicy for pgbouncer image | `IfNotPresent` | -| `images.pgbouncerExporter.repository` | Docker repository to pull image from. Update this to deploy a custom image | `astronomerinc/ap-pgbouncer-exporter` | -| `images.pgbouncerExporter.tag` | Docker image tag to pull image from. Update this to deploy a new custom image tag | `~` | +| `images.pgbouncerExporter.repository` | Docker repository to pull image from. Update this to deploy a custom image | `apache/airflow` | +| `images.pgbouncerExporter.tag` | Docker image tag to pull image from. Update this to deploy a new custom image tag | `airflow-pgbouncer-exporter-2020.09.25-0.5.0` | | `images.pgbouncerExporter.pullPolicy` | PullPolicy for pgbouncer-exporter image | `IfNotPresent` | | `env` | Environment variables key/values to mount into Airflow pods | `[]` | | `secret` | Secret name/key pairs to mount into Airflow pods | `[]` |
