Skip to content

Commit

Permalink
Update building blocks to 1.1.12 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickclyde authored Feb 21, 2024
1 parent 8112982 commit 09dd391
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/aws/implementation/modules/eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ resource "helm_release" "building_blocks" {

set {
name = "image.tag"
value = "v1.1.11"
value = "v1.1.12"
}

set {
Expand Down
2 changes: 1 addition & 1 deletion terraform/implementation/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ resource "helm_release" "building_blocks" {

set {
name = "image.tag"
value = "v1.1.8"
value = "v1.1.12"
}

set {
Expand Down

0 comments on commit 09dd391

Please sign in to comment.