Skip to content

Commit

Permalink
fix: bump image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Aug 30, 2024
1 parent db0b6d1 commit 39cba26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions modules/helm_release/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ locals {
}

image_tags = {
"migrations.image.tag" = "26397ff",
"webservice.image.tag" = "0d18a53",
"event-worker.image.tag" = "0d18a53",
"job-policy-checker.image.tag" = "0d18a53",
"migrations.image.tag" = "fb31148",
"webservice.image.tag" = "fb31148",
"event-worker.image.tag" = "fb31148",
"job-policy-checker.image.tag" = "fb31148",
}

postgres_settings = {
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ variable "google_auth" {

variable "chart_version" {
type = string
default = "0.1.17"
default = "0.1.20"
}

0 comments on commit 39cba26

Please sign in to comment.