Skip to content

Commit

Permalink
Merge pull request #554 from cybozu-go/upgrade-sidecar
Browse files Browse the repository at this point in the history
Updating mysqld_exporter and fluent-bit images used in moco
  • Loading branch information
yamatcha authored Aug 16, 2023
2 parents bd041db + ef93aa7 commit d91dc27
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 d91dc27

Please sign in to comment.