Skip to content

Commit

Permalink
remove sizzl references
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Oct 10, 2024
1 parent 0708068 commit 720516c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/helm_release/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ locals {
}

image_tags = {
"webservice.image.tag" = "904ed5a",
"webservice.image.tag" = "e2b19bd",
"migrations.image.tag" = "e2b19bd",
"event-worker.image.tag" = "904ed5a",
"job-policy-checker.image.tag" = "904ed5a",
"event-worker.image.tag" = "e2b19bd",
"job-policy-checker.image.tag" = "e2b19bd",
}

postgres_settings = {
Expand Down

0 comments on commit 720516c

Please sign in to comment.