Skip to content

Commit

Permalink
Pinned postgresql node tag to 15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi1693 committed Mar 26, 2024
1 parent 1792718 commit 2058cdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .idea/oms-jps.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions windmill/scripts/beforeInstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const nativeWorkerConfig = {
DATABASE_URL: DATABASE_URL,
MODE: "worker",
WORKER_GROUP: "native",
JSON_FMT: "false",
JSON_FMT: "true",
},
image: DOCKER_IMAGE,
volumes: [
Expand Down Expand Up @@ -166,7 +166,8 @@ const pgsqlConfig = {
scalingMode: "STATELESS",
isSLBAccessEnabled: false,
nodeGroup: "sqldb",
displayName: isProd ? "PostgreSQL Cluster" : "PostgreSQL"
displayName: isProd ? "PostgreSQL Cluster" : "PostgreSQL",
tag: "15.5"
};
if (isProd) {
pgsqlConfig.cluster = {is_pgpool2: true};
Expand Down

0 comments on commit 2058cdb

Please sign in to comment.