Skip to content

Commit

Permalink
feat: bump tshark-s3 container
Browse files Browse the repository at this point in the history
Signed-off-by: Smuu <[email protected]>
  • Loading branch information
smuu committed Jun 7, 2024
1 parent 952406d commit 3df8569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/instance/tshark.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

const (
tsharkCollectorName = "tshark-collector"
tsharkCollectorImage = "ghcr.io/celestiaorg/tshark-s3:pr-5"
tsharkCollectorImage = "ghcr.io/celestiaorg/tshark-s3:pr-7"
tsharkCollectorCPU = "100m"
tsharkCollectorMemory = "250Mi"
tsharkCollectorVolumePath = "/tshark"
Expand Down

0 comments on commit 3df8569

Please sign in to comment.