Skip to content

Commit

Permalink
Upgrade fluentbitimage and mysqldexporterimage used in moco
Browse files Browse the repository at this point in the history
  • Loading branch information
yamatcha committed Aug 9, 2023
1 parent d6c50e2 commit 0db0970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ const (
Version = "0.16.1"

// FluentBitImage is the image for slow-log sidecar container.
FluentBitImage = "ghcr.io/cybozu-go/moco/fluent-bit:2.0.9.1"
FluentBitImage = "ghcr.io/cybozu-go/moco/fluent-bit:2.1.8.2"

// ExporterImage is the image for mysqld_exporter sidecar container.
ExporterImage = "ghcr.io/cybozu-go/moco/mysqld_exporter:0.14.0.1"
ExporterImage = "ghcr.io/cybozu-go/moco/mysqld_exporter:0.15.0.2"
)

0 comments on commit 0db0970

Please sign in to comment.