Skip to content

Commit

Permalink
chore: update utxorpc (#159)
Browse files Browse the repository at this point in the history
Signed-off-by: Ales Verbic <[email protected]>
  • Loading branch information
verbotenj authored Nov 19, 2024
1 parent 747f589 commit 50537b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stage3/utxorpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
utxorpc_defaults = {
namespace = "ext-utxorpc-m0"
dns_zone = "utxorpc.cloud"
operator_image_tag = "40389c34949a6ac5d72d5a887164a6950e1924a0"
operator_image_tag = "a0db1920b5d23321d26b8a2de5b17476b1d73c7b"
networks = ["cardano-mainnet", "cardano-preprod", "cardano-preview"]
cloudflared_image_tag = "latest"
cloudflared_replicas = 0
Expand Down Expand Up @@ -34,7 +34,7 @@ locals {
operator = "Exists"
}
]
proxies_image_tag = "40389c34949a6ac5d72d5a887164a6950e1924a0"
proxies_image_tag = "a0db1920b5d23321d26b8a2de5b17476b1d73c7b"
proxies_replicas = 0
proxies_resources = {
limits = {
Expand Down

0 comments on commit 50537b3

Please sign in to comment.