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 f74beddaa0c47c11bc81c59c3902d9f98fcbba4f Author: Jarek Potiuk <[email protected]> AuthorDate: Fri Sep 25 18:55:26 2020 +0200 Update to latest version of pbgouncer-exporter (#11150) There was a problem with Mac version of pgbouncer exporter created and released previously. This commit releases the latest version making sure that Linux Go is used to build the pgbouncer binary. (cherry picked from commit c65d46634cb9169dfeca546ab1bdcfec28a6a1b5) --- chart/dockerfiles/pgbouncer-exporter/build_and_push.sh | 2 +- chart/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/dockerfiles/pgbouncer-exporter/build_and_push.sh b/chart/dockerfiles/pgbouncer-exporter/build_and_push.sh index da204b6..308497e 100755 --- a/chart/dockerfiles/pgbouncer-exporter/build_and_push.sh +++ b/chart/dockerfiles/pgbouncer-exporter/build_and_push.sh @@ -24,7 +24,7 @@ readonly DOCKERHUB_REPO PGBOUNCER_EXPORTER_VERSION="0.5.0" readonly PGBOUNCER_EXPORTER_VERSION -AIRFLOW_PGBOUNCER_EXPORTER_VERSION="2020.09.05" +AIRFLOW_PGBOUNCER_EXPORTER_VERSION="2020.09.25" readonly AIRFLOW_PGBOUNCER_EXPORTER_VERSION EXPECTED_GO_VERSION="1.15.1" diff --git a/chart/values.yaml b/chart/values.yaml index 5c2ee4d..ba7a01e 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -88,7 +88,7 @@ images: pullPolicy: IfNotPresent pgbouncerExporter: repository: apache/airflow - tag: airflow-pgbouncer-exporter-2020.09.05-0.5.0 + tag: airflow-pgbouncer-exporter-2020.09.25-0.5.0 pullPolicy: IfNotPresent # Environment variables for all airflow containers
