Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/controller/node/labels.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const (
nodeLabel = "sei.io/node"
componentLabel = "sei.io/component"
dataDir = "/sei"
defaultSidecarImage = "ghcr.io/sei-protocol/seictl@sha256:64f92fb5bc3f451b3cd23d95275685b7fed28ab4dff36a0182267dc77e266c49"
defaultSidecarImage = "ghcr.io/sei-protocol/seictl@sha256:8834d1f312b3427ffc39ecba705114299a7a3964672f60001ad76b0bc708b155"
)

func resourceLabelsForNode(node *seiv1alpha1.SeiNode) map[string]string {
Expand Down
2 changes: 1 addition & 1 deletion manifests/samples/pacific-1-full-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
image: "ghcr.io/sei-protocol/sei:v6.3.0"

sidecar:
image: ghcr.io/sei-protocol/seictl@sha256:64f92fb5bc3f451b3cd23d95275685b7fed28ab4dff36a0182267dc77e266c49
image: ghcr.io/sei-protocol/seictl@sha256:8834d1f312b3427ffc39ecba705114299a7a3964672f60001ad76b0bc708b155

storage:
retainOnDelete: true
Expand Down
7 changes: 6 additions & 1 deletion manifests/samples/pacific-1-shadow-replayer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,17 @@ spec:
image: ghcr.io/bdchatham/sei-shadow:skip-apphash

sidecar:
image: ghcr.io/sei-protocol/seictl@sha256:64f92fb5bc3f451b3cd23d95275685b7fed28ab4dff36a0182267dc77e266c49
image: ghcr.io/sei-protocol/seictl@sha256:8834d1f312b3427ffc39ecba705114299a7a3964672f60001ad76b0bc708b155

entrypoint:
command: ["seid"]
args: ["start", "--home", "/sei", "--skip-app-hash-validation"]

genesis:
s3:
uri: s3://sei-testnet-genesis-config/pacific-1/genesis.json
region: us-east-2

storage:
retainOnDelete: true

Expand Down
2 changes: 1 addition & 1 deletion manifests/samples/pacific-1-snapshotter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
image: "ghcr.io/sei-protocol/sei:v6.3.0"

sidecar:
image: ghcr.io/sei-protocol/seictl@sha256:64f92fb5bc3f451b3cd23d95275685b7fed28ab4dff36a0182267dc77e266c49
image: ghcr.io/sei-protocol/seictl@sha256:8834d1f312b3427ffc39ecba705114299a7a3964672f60001ad76b0bc708b155

entrypoint:
command: ["seid"]
Expand Down
2 changes: 1 addition & 1 deletion manifests/samples/pacific-1-state-syncer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
image: "ghcr.io/sei-protocol/sei:v6.3.0"

sidecar:
image: ghcr.io/sei-protocol/seictl@sha256:64f92fb5bc3f451b3cd23d95275685b7fed28ab4dff36a0182267dc77e266c49
image: ghcr.io/sei-protocol/seictl@sha256:8834d1f312b3427ffc39ecba705114299a7a3964672f60001ad76b0bc708b155

entrypoint:
command: ["seid"]
Expand Down
Loading