Skip to content

Commit

Permalink
Pin database and tileserver versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikuoja committed Nov 21, 2023
1 parent 3fae8f3 commit c46416d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions infra/.terraform.lock.hcl

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

4 changes: 2 additions & 2 deletions infra/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ variable "db_instance_type" {
variable "db_postgres_version" {
description = "Version number of the PostgreSQL DB. DEfault: 13.7"
type = string
default = "13.7"
default = "13.10"
}

variable "tarmo_db_name" {
Expand Down Expand Up @@ -164,7 +164,7 @@ variable "pg_tileserv_memory" {

variable "pg_tileserv_image" {
description = "Image of the pg_tileserv"
default = "docker.io/pramsey/pg_tileserv:latest"
default = "docker.io/pramsey/pg_tileserv:20231005"
}

variable "varnish_cpu" {
Expand Down

0 comments on commit c46416d

Please sign in to comment.