diff --git a/charts/README.md b/charts/README.md index 4819198b..7f16f7ef 100644 --- a/charts/README.md +++ b/charts/README.md @@ -55,8 +55,8 @@ The following table lists the configurable parameters of the krypton chart and t | `replicaCount` | The number of pods | `3` | | `busybox.image` | `busybox` image repository. | `busybox` | | `busybox.tag` | `busybox` image tag. | `1.32` | -| `mysql.image` | `mysql` image repository. | `kryptondb/percona` | -| `mysql.tag` | `mysql` image tag. | `5.7` | +| `mysql.image` | `mysql` image repository. | `xenondb/percona` | +| `mysql.tag` | `mysql` image tag. | `5.7.33` | | `mysql.allowEmptyRootPassword` | If set true, allow a empty root password. | `true` | | `mysql.mysqlRootPassword` | Password for the `root` user. | | | `mysql.mysqlReplicationPassword` | Password for the `qc_repl` user. | `Repl_123`, random 12 characters if not set | @@ -78,7 +78,7 @@ The following table lists the configurable parameters of the krypton chart and t | `mysql.readinessProbe.failureThreshold` | Minimum consecutive failures for the mysql probe to be considered failed after having succeeded. | 3 | | `mysql.extraEnvVars` | Additional environment variables as a string to be passed to the `tpl` function | | | `mysql.resources` | CPU/Memory resource requests/limits for mysql. | Memory: `256Mi`, CPU: `100m` | -| `xenon.image` | `xenon` image repository. | `kryptondb/xenon` | +| `xenon.image` | `xenon` image repository. | `xenondb/xenon` | | `xenon.tag` | `xenon` image tag. | `1.1.5-alpha` | | `xenon.args` | Additional arguments to pass to the xenon container. | `[]` | | `xenon.extraEnvVars` | Additional environment variables as a string to be passed to the `tpl` function | | diff --git a/charts/values.yaml b/charts/values.yaml index 51fc81a8..46d53a14 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -23,8 +23,8 @@ busybox: tag: 1.32 mysql: - image: kryptondb/percona - tag: 5.7 + image: xenondb/percona + tag: 5.7.33 allowEmptyRootPassword: true # mysqlRootPassword: @@ -77,7 +77,7 @@ mysql: cpu: 500m xenon: - image: kryptondb/xenon + image: xenondb/xenon tag: 1.1.5-alpha args: [] diff --git a/dockerfile/mysql/README.md b/dockerfile/mysql/README.md index 4bdaf9ff..11aa2e32 100644 --- a/dockerfile/mysql/README.md +++ b/dockerfile/mysql/README.md @@ -1,8 +1,8 @@ # Introduction -The [MySQL](https://hub.docker.com/repository/docker/kryptondb/percona) image has been pushed into docker hub. The available versions are: +The [MySQL](https://hub.docker.com/repository/docker/xenondb/percona) image has been pushed into docker hub. The available versions are: - kryptondb/percona (tag: 5.7) + xenondb/percona (tag: 5.7.33) Images are updated when new releases are published. diff --git a/dockerfile/xenon/README.md b/dockerfile/xenon/README.md index 3c0e9690..12b2b11d 100644 --- a/dockerfile/xenon/README.md +++ b/dockerfile/xenon/README.md @@ -1,8 +1,8 @@ # Introduction -The [Xenon](https://hub.docker.com/repository/docker/kryptondb/xenon) image has been pushed into docker hub. The available versions are: +The [Xenon](https://hub.docker.com/repository/docker/xenondb/xenon) image has been pushed into docker hub. The available versions are: - kryptondb/xenon (tag: 1.1.5-alpha) + xenondb/xenon (tag: 1.1.5-alpha) Images are updated when new releases are published. diff --git a/docs/zh-cn/charts.md b/docs/zh-cn/charts.md index dca64d5d..70805196 100644 --- a/docs/zh-cn/charts.md +++ b/docs/zh-cn/charts.md @@ -56,8 +56,8 @@ kubectl delete pvc data-my-release-krypton-2 | `replicaCount` | Pod 数目 | `3` | | `busybox.image` | `busybox` 镜像库地址 | `busybox` | | `busybox.tag` | `busybox` 镜像标签 | `1.32` | -| `mysql.image` | `mysql` 镜像库地址 | `kryptondb/percona` | -| `mysql.tag` | `mysql` 镜像标签 | `5.7` | +| `mysql.image` | `mysql` 镜像库地址 | `xenondb/percona` | +| `mysql.tag` | `mysql` 镜像标签 | `5.7.33` | | `mysql.allowEmptyRootPassword` | 如果为 `true`,允许 root 账号密码为空 | `true` | | `mysql.mysqlRootPassword` | `root` 用户密码 | | | `mysql.mysqlReplicationPassword` | `qc_repl` 用户密码 | `Repl_123`, 如果没有设置则随机12个字符 | @@ -79,7 +79,7 @@ kubectl delete pvc data-my-release-krypton-2 | `mysql.readinessProbe.failureThreshold` | 就绪探测失败的重试次数,重试一定次数后将认为容器未就绪 | 3 | | `mysql.extraEnvVars` | 其他作为字符串传递给 `tpl` 函数的环境变量 | | | `mysql.resources` | `MySQL` 的资源请求/限制 | 内存: `256Mi`, CPU: `100m` | -| `xenon.image` | `xenon` 镜像库地址 | `kryptondb/xenon` | +| `xenon.image` | `xenon` 镜像库地址 | `xenondb/xenon` | | `xenon.tag` | `xenon` 镜像标签 | `1.1.5-alpha` | | `xenon.args` | 要传递到 xenon 容器的其他参数 | `[]` | | `xenon.extraEnvVars` | 其他作为字符串传递给 `tpl` 函数的环境变量 | | diff --git a/docs/zh-cn/mysql.md b/docs/zh-cn/mysql.md index d1445f88..b1783e1b 100644 --- a/docs/zh-cn/mysql.md +++ b/docs/zh-cn/mysql.md @@ -1,9 +1,9 @@ # 简介 -[MySQL](https://hub.docker.com/repository/docker/kryptondb/percona) 镜像已经发布到 docker hub 中, 当前可用版本为: +[MySQL](https://hub.docker.com/repository/docker/xenondb/percona) 镜像已经发布到 docker hub 中, 当前可用版本为: - kryptondb/percona (tag: 5.7) + xenondb/percona (tag: 5.7.33) 发布新版本时会在此更新。 diff --git a/docs/zh-cn/xenon.md b/docs/zh-cn/xenon.md index ecbed481..697b5be9 100644 --- a/docs/zh-cn/xenon.md +++ b/docs/zh-cn/xenon.md @@ -1,9 +1,9 @@ # 简介 -[Xenon](https://hub.docker.com/repository/docker/kryptondb/xenon) 镜像已经发布在 docker hub,当前可用版本: +[Xenon](https://hub.docker.com/repository/docker/xenondb/xenon) 镜像已经发布在 docker hub,当前可用版本: - kryptondb/xenon (tag: 1.1.5-alpha) + xenondb/xenon (tag: 1.1.5-alpha) 发布新版本时会在此更新。