Skip to content

Commit

Permalink
Increment the snap revision to pull in exporter related bug fix (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
shayancanonical authored May 1, 2024
1 parent 2282f38 commit 410fd19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
TLS_SSL_CERT_FILE = "custom-server-cert.pem"
MYSQL_EXPORTER_PORT = 9104
CHARMED_MYSQL_SNAP_NAME = "charmed-mysql"
CHARMED_MYSQL_SNAP_REVISION = 102 # MySQL v8.0.36
CHARMED_MYSQL_SNAP_REVISION = 103 # MySQL v8.0.36
CHARMED_MYSQLD_EXPORTER_SERVICE = "mysqld-exporter"
CHARMED_MYSQLD_SERVICE = "mysqld"
CHARMED_MYSQL = "charmed-mysql.mysql"
Expand Down

0 comments on commit 410fd19

Please sign in to comment.