Skip to content

Commit

Permalink
pin postgresql revision in itest
Browse files Browse the repository at this point in the history
  • Loading branch information
kelkawi-a committed Jan 13, 2025
1 parent e8c736a commit 7636868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ async def deploy(ops_test: OpsTest, charm: str, charm_image: str):
config={"num-history-shards": 1},
),
ops_test.model.deploy(APP_NAME_TEMPORAL_ADMIN, channel="edge"),
ops_test.model.deploy("postgresql-k8s", channel="14/stable", trust=True),
ops_test.model.deploy("postgresql-k8s", channel="14/stable", trust=True, revision=381),
ops_test.model.deploy("minio", channel="edge"),
ops_test.model.deploy("nginx-ingress-integrator", channel="edge", revision=103, trust=True),
)
Expand Down

0 comments on commit 7636868

Please sign in to comment.