change versions

This commit is contained in:
mii443
2025-04-03 03:04:35 +09:00
parent e12dbd7375
commit 8db4d65042
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "ncb-tts-r2" name = "ncb-tts-r2"
version = "1.7.0" version = "1.8.0"
edition = "2021" edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -3,7 +3,7 @@ version: '3'
services: services:
ncb-tts-r2: ncb-tts-r2:
container_name: 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: environment:
- NCB_TOKEN=YOUR_BOT_TOKEN - NCB_TOKEN=YOUR_BOT_TOKEN
- NCB_APP_ID=YOUR_BOT_ID - NCB_APP_ID=YOUR_BOT_ID

View File

@ -22,7 +22,7 @@ spec:
- name: ncb-redis-pvc - name: ncb-redis-pvc
mountPath: /data mountPath: /data
- name: tts - name: tts
image: ghcr.io/morioka22/ncb-tts-r2 image: ghcr.io/mii443/ncb-tts-r2
volumeMounts: volumeMounts:
- name: gcp-credentials - name: gcp-credentials
mountPath: /ncb-tts-r2/credentials.json mountPath: /ncb-tts-r2/credentials.json