Skip to content

Commit 2749166

Browse files
committed
deploy: correct sidecar image to actual sei-config fix digest
The previous digest (78acbf) was from the pre-fix build. The actual build with the giga_executor TOML key fix is 8bfef0.
1 parent 9753cc1 commit 2749166

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/production-deployment-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ spec:
5353
chainId: pacific-1
5454
image: "ghcr.io/sei-protocol/sei:v6.3.0"
5555
sidecar:
56-
image: ghcr.io/sei-protocol/seictl@sha256:78acbf33cc62c41f65766eef10698af2656b3a169eef3be19f707af6f6f51d62
56+
image: ghcr.io/sei-protocol/seictl@sha256:8bfef078409c160f03c62fcd969702b3edc9d957369fb56dca9e34e09ac6c99a
5757
resources:
5858
requests:
5959
cpu: "500m"

internal/controller/node/labels.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const (
1010
nodeLabel = "sei.io/node"
1111
componentLabel = "sei.io/component"
1212
dataDir = "/sei"
13-
defaultSidecarImage = "ghcr.io/sei-protocol/seictl@sha256:78acbf33cc62c41f65766eef10698af2656b3a169eef3be19f707af6f6f51d62"
13+
defaultSidecarImage = "ghcr.io/sei-protocol/seictl@sha256:8bfef078409c160f03c62fcd969702b3edc9d957369fb56dca9e34e09ac6c99a"
1414
)
1515

1616
func resourceLabelsForNode(node *seiv1alpha1.SeiNode) map[string]string {

manifests/samples/pacific-1-full-node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
image: "ghcr.io/sei-protocol/sei:v6.3.0"
1313

1414
sidecar:
15-
image: ghcr.io/sei-protocol/seictl@sha256:78acbf33cc62c41f65766eef10698af2656b3a169eef3be19f707af6f6f51d62
15+
image: ghcr.io/sei-protocol/seictl@sha256:8bfef078409c160f03c62fcd969702b3edc9d957369fb56dca9e34e09ac6c99a
1616

1717
storage:
1818
retainOnDelete: true

manifests/samples/pacific-1-shadow-replayer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
image: ghcr.io/bdchatham/sei-shadow@sha256:fabc114bea77f8b0d331360d860d5e807b9c35f56d9f01d34d82b8113304d530
1515

1616
sidecar:
17-
image: ghcr.io/sei-protocol/seictl@sha256:78acbf33cc62c41f65766eef10698af2656b3a169eef3be19f707af6f6f51d62
17+
image: ghcr.io/sei-protocol/seictl@sha256:8bfef078409c160f03c62fcd969702b3edc9d957369fb56dca9e34e09ac6c99a
1818

1919
entrypoint:
2020
command: ["seid"]

manifests/samples/pacific-1-snapshotter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
image: "ghcr.io/sei-protocol/sei:v6.3.0"
1313

1414
sidecar:
15-
image: ghcr.io/sei-protocol/seictl@sha256:78acbf33cc62c41f65766eef10698af2656b3a169eef3be19f707af6f6f51d62
15+
image: ghcr.io/sei-protocol/seictl@sha256:8bfef078409c160f03c62fcd969702b3edc9d957369fb56dca9e34e09ac6c99a
1616

1717
entrypoint:
1818
command: ["seid"]

manifests/samples/pacific-1-state-syncer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
image: "ghcr.io/sei-protocol/sei:v6.3.0"
1313

1414
sidecar:
15-
image: ghcr.io/sei-protocol/seictl@sha256:78acbf33cc62c41f65766eef10698af2656b3a169eef3be19f707af6f6f51d62
15+
image: ghcr.io/sei-protocol/seictl@sha256:8bfef078409c160f03c62fcd969702b3edc9d957369fb56dca9e34e09ac6c99a
1616

1717
entrypoint:
1818
command: ["seid"]

0 commit comments

Comments
 (0)