Skip to content

Commit

Permalink
Merge pull request #402 from cybozu-go/update-sidecar-image
Browse files Browse the repository at this point in the history
Update mysqld_exporter and Fluent Bit
  • Loading branch information
ymmt2005 authored Apr 20, 2022
2 parents 9ae8b9a + 96d7f53 commit 9866285
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.11.1"

// FluentBitImage is the image for slow-log sidecar container.
FluentBitImage = "quay.io/cybozu/fluent-bit:1.8.11.1"
FluentBitImage = "quay.io/cybozu/fluent-bit:1.9.1.1"

// ExporterImage is the image for mysqld_exporter sidecar container.
ExporterImage = "quay.io/cybozu/mysqld_exporter:0.13.0.1"
ExporterImage = "quay.io/cybozu/mysqld_exporter:0.14.0.1"
)

0 comments on commit 9866285

Please sign in to comment.