Skip to content

Commit

Permalink
chore: Update hydra node image
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezzfelipe committed Nov 4, 2024
1 parent 2ae2de0 commit 183b696
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions playbook/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ terraform {
}

provider "kubernetes" {
config_path = "~/.kube/config"
config_path = "~/.kube/config"
config_context = "hydra-doom-dev-cluster"
}

provider "helm" {
kubernetes {
config_path = "~/.kube/config"
config_path = "~/.kube/config"
config_context = "hydra-doom-dev-cluster"
}
}
Expand All @@ -47,6 +47,7 @@ module "stage2" {
namespace = local.namespace
external_domain = "us-east-1.hydra-doom.sundae.fi"
operator_image = local.operator_image
hydra_node_image = "ghcr.io/cardano-scaling/hydra-node:unstable"
sidecar_image = "ghcr.io/demeter-run/doom-patrol-metrics-exporter:a5406f8180a77474c06e44f95619cada183bb8fe"
open_head_image = "ghcr.io/demeter-run/doom-patrol-hydra:0ee2f6b6d38e500097d992820e0089ead7cb10bc"
control_plane_image = "ghcr.io/demeter-run/doom-patrol-hydra:c4d9d80ea42a202408cf062193d2a675a42f432f"
Expand Down

0 comments on commit 183b696

Please sign in to comment.