Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*: rename the repository to xenondb #36

Merged
merged 1 commit into from
Apr 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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 | |
Expand Down
6 changes: 3 additions & 3 deletions charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -77,7 +77,7 @@ mysql:
cpu: 500m

xenon:
image: kryptondb/xenon
image: xenondb/xenon
tag: 1.1.5-alpha
args: []

Expand Down
4 changes: 2 additions & 2 deletions dockerfile/mysql/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 2 additions & 2 deletions dockerfile/xenon/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
6 changes: 3 additions & 3 deletions docs/zh-cn/charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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个字符 |
Expand All @@ -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` 函数的环境变量 | |
Expand Down
4 changes: 2 additions & 2 deletions docs/zh-cn/mysql.md
Original file line number Diff line number Diff line change
@@ -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)

发布新版本时会在此更新。

Expand Down
4 changes: 2 additions & 2 deletions docs/zh-cn/xenon.md
Original file line number Diff line number Diff line change
@@ -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)

发布新版本时会在此更新。

Expand Down