Skip to content

Commit 7330d77

Browse files
committed
deploy: update sidecar image with giga_executor TOML key fix
1 parent 268c090 commit 7330d77

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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:8834d1f312b3427ffc39ecba705114299a7a3964672f60001ad76b0bc708b155"
13+
defaultSidecarImage = "ghcr.io/sei-protocol/seictl@sha256:78acbf33cc62c41f65766eef10698af2656b3a169eef3be19f707af6f6f51d62"
1414
)
1515

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

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:8834d1f312b3427ffc39ecba705114299a7a3964672f60001ad76b0bc708b155
17+
image: ghcr.io/sei-protocol/seictl@sha256:78acbf33cc62c41f65766eef10698af2656b3a169eef3be19f707af6f6f51d62
1818

1919
entrypoint:
2020
command: ["seid"]

0 commit comments

Comments
 (0)