Skip to content

Commit

Permalink
Merge pull request #669 from cybozu-go/update-for-k8s-1.28-No5
Browse files Browse the repository at this point in the history
Update version.go for new image
  • Loading branch information
takara9 authored May 16, 2024
2 parents 36dc204 + f67215d commit 41abb9c
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.20.2"

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

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

0 comments on commit 41abb9c

Please sign in to comment.