diff --git a/README.CN.md b/README.CN.md index d772830..56089c8 100644 --- a/README.CN.md +++ b/README.CN.md @@ -23,7 +23,7 @@ 3. 安装依赖:`pip install requirements.txt` ## docker安装 -使用镜像:`ghcr.io/mhkarimi1383/mysql_idb:mysql-8.4`(可根据需要更改mysql版本) +使用镜像:`ghcr.io/anyongjin/mysql_idb:mysql-8.4`(可根据需要更改mysql版本) 也可从`Dockerfile`构建镜像并使用 ## k8s中使用 diff --git a/README.md b/README.md index 0c38ae5..e6447de 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Other steps are like previous section ## With Docker -Bring up a container with both new and old data available (with connection access to new db) with image: `ghcr.io/mhkarimi1383/mysql_idb:mysql-8.4` (change mysql version if needed) +Bring up a container with both new and old data available (with connection access to new db) with image: `ghcr.io/anyongjin/mysql_idb:mysql-8.4` (change mysql version if needed) Other steps are like previous section diff --git a/k8s-sample.yaml b/k8s-sample.yaml index 205925a..a67abbd 100644 --- a/k8s-sample.yaml +++ b/k8s-sample.yaml @@ -18,7 +18,7 @@ spec: spec: containers: # Change image if needed - - image: ghcr.io/mhkarimi1383/mysql_idb:mysql-8.4 + - image: ghcr.io/anyongjin/mysql_idb:mysql-8.4 imagePullPolicy: IfNotPresent name: mysql-idb resources: