diff --git a/DistTestCore/Codex/CodexContainerRecipe.cs b/DistTestCore/Codex/CodexContainerRecipe.cs index ff263a7..57425f1 100644 --- a/DistTestCore/Codex/CodexContainerRecipe.cs +++ b/DistTestCore/Codex/CodexContainerRecipe.cs @@ -7,10 +7,10 @@ namespace DistTestCore.Codex public class CodexContainerRecipe : ContainerRecipeFactory { #if Arm64 - public const string DockerImage = "emizzle/nim-codex-arm64:sha-c7af585"; + public const string DockerImage = "codexstorage/nim-codex:sha-7b88ea0"; #else - //public const string DockerImage = "thatbenbierens/nim-codex:sha-9716635"; - public const string DockerImage = "thatbenbierens/codexlocal:latest"; + //public const string DockerImage = "codexstorage/nim-codex:sha-7b88ea0"; + public const string DockerImage = "codexstorage/nim-codex:sha-7b88ea0"; #endif public const string MetricsPortTag = "metrics_port"; diff --git a/codexnode-manifest.yml b/codexnode-manifest.yml index dafddec..fdd4262 100644 --- a/codexnode-manifest.yml +++ b/codexnode-manifest.yml @@ -24,7 +24,7 @@ spec: spec: containers: - name: codex-node1 - image: thatbenbierens/nim-codex:sha-b204837 + image: codexstorage/nim-codex:sha-7b88ea0 ports: - containerPort: 8080 name: api-1 @@ -38,7 +38,7 @@ spec: - name: LISTEN_ADDRS value: "/ip4/0.0.0.0/tcp/8082" - name: codex-node2 - image: thatbenbierens/nim-codex:sha-b204837 + image: codexstorage/nim-codex:sha-7b88ea0 ports: - containerPort: 8083 name: api-2