Skip to content

Commit

Permalink
update mysql_exporter 0.15.1 and update mysql tag 8.0.33,34,35
Browse files Browse the repository at this point in the history
  • Loading branch information
takara9 committed Apr 22, 2024
1 parent 4a97201 commit c4c749f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion containers/mysql/8.0.33/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.0.33.2
8.0.33.3
2 changes: 1 addition & 1 deletion containers/mysql/8.0.34/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.0.34.2
8.0.34.3
2 changes: 1 addition & 1 deletion containers/mysql/8.0.35/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.0.35.1
8.0.35.2
2 changes: 1 addition & 1 deletion containers/mysqld_exporter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Stage1: build from source
FROM ghcr.io/cybozu/golang:1.19-jammy AS build

ARG MYSQLD_EXPORTER_VERSION=v0.15.0
ARG MYSQLD_EXPORTER_VERSION=v0.15.1

RUN git clone -b ${MYSQLD_EXPORTER_VERSION} --depth 1 https://github.com/prometheus/mysqld_exporter \
&& make -C mysqld_exporter build
Expand Down
2 changes: 1 addition & 1 deletion containers/mysqld_exporter/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.0.2
0.15.1.1
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ const (
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 c4c749f

Please sign in to comment.