diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 50879cc..7244b52 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,6 +4,9 @@ repos: rev: v4.6.0 hooks: - id: trailing-whitespace + exclude_types: + - markdown + - mdx - id: end-of-file-fixer - id: check-yaml - id: check-added-large-files @@ -11,9 +14,9 @@ repos: rev: v0.5.0 hooks: - id: ruff - args: [ --fix ] + args: [--fix] - id: ruff-format - repo: https://github.com/psf/black-pre-commit-mirror rev: 24.4.2 hooks: - - id: black + - id: black 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: