Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebuild pgbouncer and pgbouncer-exporter images with newer versions #36898

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion chart/dockerfiles/pgbouncer-exporter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
ARG ALPINE_VERSION="3.17"
ARG ALPINE_VERSION="3.19"
ARG GO_VERSION

FROM golang:${GO_VERSION} AS builder
Expand Down
6 changes: 3 additions & 3 deletions chart/dockerfiles/pgbouncer-exporter/build_and_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ readonly DOCKERHUB_USER
DOCKERHUB_REPO=${DOCKERHUB_REPO:="airflow"}
readonly DOCKERHUB_REPO

PGBOUNCER_EXPORTER_VERSION="0.14.0"
PGBOUNCER_EXPORTER_VERSION="0.16.0"
readonly PGBOUNCER_EXPORTER_VERSION

AIRFLOW_PGBOUNCER_EXPORTER_VERSION="2023.02.21"
AIRFLOW_PGBOUNCER_EXPORTER_VERSION="2024.01.19"
readonly AIRFLOW_PGBOUNCER_EXPORTER_VERSION

EXPECTED_GO_VERSION="1.19.6"
EXPECTED_GO_VERSION="1.21.6"
readonly EXPECTED_GO_VERSION

COMMIT_SHA=$(git rev-parse HEAD)
Expand Down
6 changes: 3 additions & 3 deletions chart/dockerfiles/pgbouncer/build_and_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ readonly DOCKERHUB_USER
DOCKERHUB_REPO=${DOCKERHUB_REPO:="airflow"}
readonly DOCKERHUB_REPO

PGBOUNCER_VERSION="1.16.1"
PGBOUNCER_VERSION="1.21.0"
readonly PGBOUNCER_VERSION

PGBOUNCER_SHA256="087477e9e4766d032b04b7b006c0c8d64160a54141a7bfc2c6e5ae7ae11bf7fc"
PGBOUNCER_SHA256="7e1dd620c8d85a8490aff25061d5055d7aef9cf3e8bfe2d9e7719b8ee59114e2"
readonly PGBOUNCER_SHA256

AIRFLOW_PGBOUNCER_VERSION="2023.02.24"
AIRFLOW_PGBOUNCER_VERSION="2024.01.19"
readonly AIRFLOW_PGBOUNCER_VERSION

COMMIT_SHA=$(git rev-parse HEAD)
Expand Down
4 changes: 2 additions & 2 deletions chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@
"tag": {
"description": "The PgBouncer image tag.",
"type": "string",
"default": "airflow-pgbouncer-2023.02.24-1.16.1"
"default": "airflow-pgbouncer-2024.01.19-1.21.0"
},
"pullPolicy": {
"description": "The PgBouncer image pull policy.",
Expand All @@ -749,7 +749,7 @@
"tag": {
"description": "The PgBouncer exporter image tag.",
"type": "string",
"default": "airflow-pgbouncer-exporter-2023.02.21-0.14.0"
"default": "airflow-pgbouncer-exporter-2024.01.19-0.16.0"
},
"pullPolicy": {
"description": "The PgBouncer exporter image pull policy.",
Expand Down
4 changes: 2 additions & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ images:
pullPolicy: IfNotPresent
pgbouncer:
repository: apache/airflow
tag: airflow-pgbouncer-2023.02.24-1.16.1
tag: airflow-pgbouncer-2024.01.19-1.21.0
potiuk marked this conversation as resolved.
Show resolved Hide resolved
pullPolicy: IfNotPresent
pgbouncerExporter:
repository: apache/airflow
tag: airflow-pgbouncer-exporter-2023.02.21-0.14.0
tag: airflow-pgbouncer-exporter-2024.01.19-0.16.0
pullPolicy: IfNotPresent
gitSync:
repository: registry.k8s.io/git-sync/git-sync
Expand Down