From 78d15e3798ead9cb640f0e0df87f0da3e7c6735d Mon Sep 17 00:00:00 2001 From: Sam Gichohi Date: Mon, 24 Oct 2022 08:39:42 -0400 Subject: [PATCH] Upgrade oom guard (#320) --- .github/workflows/build_image.yaml | 2 +- .github/workflows/publish_compiler.yaml | 2 +- .github/workflows/publish_image.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_image.yaml b/.github/workflows/build_image.yaml index a72679cd..3152692d 100644 --- a/.github/workflows/build_image.yaml +++ b/.github/workflows/build_image.yaml @@ -15,7 +15,7 @@ env: TIMESCALE_CLOUDUTILS: "v1.1.7" TIMESCALE_HOT_FORGE: "v0.1.39" TIMESCALE_PATRONI_K8S_SYNC: "v0.1.2" - TIMESCALE_OOM_GUARD: "v1.4.1" + TIMESCALE_OOM_GUARD: "v1.4.2" TIMESCALE_STATIC_PRIMARY: "true" TIMESCALE_TSDB_ADMIN: "1.0.0" TIMESCALEDB_TOOLKIT_EXTENSIONS: 1.6.0 1.7.0 1.8.0 1.10.1 1.11.0 diff --git a/.github/workflows/publish_compiler.yaml b/.github/workflows/publish_compiler.yaml index a1edd3ba..ded8073a 100644 --- a/.github/workflows/publish_compiler.yaml +++ b/.github/workflows/publish_compiler.yaml @@ -12,7 +12,7 @@ env: TIMESCALE_CLOUDUTILS: "v1.1.7" TIMESCALE_HOT_FORGE: "v0.1.39" TIMESCALE_PATRONI_K8S_SYNC: "v0.1.2" - TIMESCALE_OOM_GUARD: "v1.4.1" + TIMESCALE_OOM_GUARD: "v1.4.2" TIMESCALE_TSDB_ADMIN: "1.0.0" # This compiler image is used to create patches in other environments. diff --git a/.github/workflows/publish_image.yaml b/.github/workflows/publish_image.yaml index b13c9312..c195ff6d 100644 --- a/.github/workflows/publish_image.yaml +++ b/.github/workflows/publish_image.yaml @@ -11,7 +11,7 @@ env: TIMESCALE_CLOUDUTILS: "v1.1.7" TIMESCALE_HOT_FORGE: "v0.1.39" TIMESCALE_PATRONI_K8S_SYNC: "v0.1.2" - TIMESCALE_OOM_GUARD: "v1.4.1" + TIMESCALE_OOM_GUARD: "v1.4.2" TIMESCALE_STATIC_PRIMARY: '' TIMESCALE_TSDB_ADMIN: "1.0.0" TIMESCALEDB_TOOLKIT_EXTENSIONS: 1.6.0 1.7.0 1.8.0 1.10.1 1.11.0