Skip to content

Commit 6ed8510

Browse files
ci: fix handle provider OCI image reference (#916)
1 parent 8274d12 commit 6ed8510

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

nix/cardano-services/deployments.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ in {
2424
}
2525
];
2626
};
27+
handle-provider-deployment = {
28+
spec.template.spec.containers = dmerge.updateOn "name" [
29+
{
30+
name = "handle-provider";
31+
image = cell.oci-images.cardano-services.image.name;
32+
}
33+
];
34+
};
2735
handle-projector-deployment = {
2836
spec.template.spec.containers = dmerge.updateOn "name" [
2937
{

0 commit comments

Comments
 (0)