diff --git a/Cargo.toml b/Cargo.toml index 517332b..7f0579b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ncb-tts-r2" -version = "1.7.0" +version = "1.8.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/docker-compose.yml b/docker-compose.yml index c203238..6adb7ff 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ version: '3' services: ncb-tts-r2: container_name: ncb-tts-r2 - image: ghcr.io/morioka24/ncb-tts-r2:1.7 + image: ghcr.io/mii443/ncb-tts-r2:1.8 environment: - NCB_TOKEN=YOUR_BOT_TOKEN - NCB_APP_ID=YOUR_BOT_ID diff --git a/manifest/ncb-tts.yaml b/manifest/ncb-tts.yaml index 0ab3749..020f776 100644 --- a/manifest/ncb-tts.yaml +++ b/manifest/ncb-tts.yaml @@ -22,7 +22,7 @@ spec: - name: ncb-redis-pvc mountPath: /data - name: tts - image: ghcr.io/morioka22/ncb-tts-r2 + image: ghcr.io/mii443/ncb-tts-r2 volumeMounts: - name: gcp-credentials mountPath: /ncb-tts-r2/credentials.json