Skip to content

Commit

Permalink
Upgrade oom guard (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgichohi authored Oct 24, 2022
1 parent 7c3dc20 commit 78d15e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_compiler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78d15e3

Please sign in to comment.