Skip to content

Commit 3632bc7

Browse files
DPE-2426 Update mysql image to 8.0.34 rock (#297)
* Update mysql image to 8.0.34 rock * Update the rock hash in the upgrade test * Deploy the latest/stable charm of the tls-operator in the tls integration test * Update comment to correct version of mysql
1 parent ac5c0c2 commit 3632bc7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ resources:
3232
mysql-image:
3333
type: oci-image
3434
description: Ubuntu LTS Docker image for MySQL
35-
upstream-source: ghcr.io/canonical/charmed-mysql@sha256:753477ce39712221f008955b746fcf01a215785a215fe3de56f525380d14ad97
35+
upstream-source: ghcr.io/canonical/charmed-mysql@sha256:3b6a4a63971acec3b71a0178cd093014a695ddf7c31d91d56ebb110eec6cdbe1
3636

3737
peers:
3838
database-peers:

tests/integration/high_availability/test_upgrade.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ async def test_upgrade_charms(ops_test: OpsTest, continuous_writes) -> None:
6969
logger.info("Ensure continuous_writes")
7070
await ensure_all_units_continuous_writes_incrementing(ops_test)
7171

72-
# 8.0.33
72+
# 8.0.34
7373
resources = {
74-
"mysql-image": "ghcr.io/canonical/charmed-mysql@sha256:753477ce39712221f008955b746fcf01a215785a215fe3de56f525380d14ad97"
74+
"mysql-image": "ghcr.io/canonical/charmed-mysql@sha256:3b6a4a63971acec3b71a0178cd093014a695ddf7c31d91d56ebb110eec6cdbe1"
7575
}
7676
logger.info("Refresh the charm")
7777
application = ops_test.model.applications[mysql_app_name]

tests/integration/test_tls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ async def test_enable_tls(ops_test: OpsTest) -> None:
113113
logger.info("Deploy TLS operator")
114114
async with ops_test.fast_forward("60s"):
115115
tls_config = {"generate-self-signed-certificates": "true", "ca-common-name": "Test CA"}
116-
await ops_test.model.deploy(TLS_APP_NAME, channel="edge", config=tls_config)
116+
await ops_test.model.deploy(TLS_APP_NAME, channel="latest/stable", config=tls_config)
117117
await ops_test.model.wait_for_idle(apps=[TLS_APP_NAME], status="active", timeout=15 * 60)
118118

119119
# Relate with TLS charm

0 commit comments

Comments
 (0)