Skip to content

Commit

Permalink
change mysql driver to mysql8 as mysql is no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
Hung Chu committed Jan 19, 2025
1 parent bc81056 commit fa9e9fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/temporal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ server:
consistency: "local_quorum"
serialConsistency: "local_serial"
sql:
driver: "mysql"
driver: "mysql8"
host: "mysql"
port: 3306
database: "temporal"
Expand Down Expand Up @@ -184,7 +184,7 @@ server:
consistency: "local_quorum"
serialConsistency: "local_serial"
sql:
driver: "mysql"
driver: "mysql8"
host: "mysql"
port: 3306
database: "temporal_visibility"
Expand Down
4 changes: 2 additions & 2 deletions charts/temporal/values/values.aurora-mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ server:
driver: "sql"

sql:
driver: "mysql"
driver: "mysql8"
host: _HOST_
port: 3306
database: temporal
Expand All @@ -20,7 +20,7 @@ server:
driver: "sql"

sql:
driver: "mysql"
driver: "mysql8"
host: _HOST_
port: 3306
database: temporal_visibility
Expand Down

0 comments on commit fa9e9fd

Please sign in to comment.