Skip to content

Commit 2adecd1

Browse files
committed
Pin COS charms revisions
1 parent e3f27f5 commit 2adecd1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

  • python/tests/integration/resources

python/tests/integration/resources/main.tf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,14 @@ module "cos" {
8383
source = "git::https://github.com/canonical/observability-stack//terraform/cos-lite?ref=cd55b1d"
8484
model_uuid = var.cos_model_uuid
8585
internal_tls = false
86+
alertmanager = { revision = 191 }
87+
catalogue = { revision = 113 }
88+
grafana = { revision = 180 }
89+
loki = { revision = 217 }
90+
prometheus = { revision = 287 }
91+
traefik = { revision = 281 }
92+
93+
8694
}
8795

8896
resource "juju_model" "spark" {

0 commit comments

Comments
 (0)