Skip to content

Commit 6b53f24

Browse files
committed
fix: bump helm chart
1 parent 2739615 commit 6b53f24

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

modules/helm_release/main.tf

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
locals {
2-
32
other_settings = {
43
"global.fqdn" = var.fqdn,
54
}
65

76
image_tags = {
8-
"webservice.image.tag" = "cc9109e",
7+
"webservice.image.tag" = "38a36a8",
98
"migrations.image.tag" = "c478a3c",
10-
"event-worker.image.tag" = "a29ef6c",
11-
"job-policy-checker.image.tag" = "a29ef6c",
9+
"event-worker.image.tag" = "65ca82e",
10+
"job-policy-checker.image.tag" = "65ca82e",
1211
}
1312

1413
postgres_settings = {

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ variable "google_auth" {
5959

6060
variable "chart_version" {
6161
type = string
62-
default = "0.1.28"
62+
default = "0.1.29"
6363
}
6464

6565
variable "github_bot" {

0 commit comments

Comments
 (0)