Skip to content

Commit

Permalink
Merge pull request radondb#142 from runkecheng/move_image
Browse files Browse the repository at this point in the history
charts: Move the images and change the key word radondb#140
  • Loading branch information
andyli029 authored Jul 15, 2021
2 parents dcf458b + be4ac7f commit a8c5c0d
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions charts/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ appVersion: "5.7.34"

kubeVersion: ">=1.17.0-0"
sources:
- https://github.com/radondb/xenondb
- https://github.com/radondb/radondb-mysql-kubernetes
keywords:
- xenondb
- radondb-mysql-kubernetes
- MySQL HA
- database
- kubernetes
Expand Down
4 changes: 2 additions & 2 deletions charts/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The following table lists the configurable parameters of the RadonDB MySQL chart
| `replicaCount` | The number of pods | `3` |
| `busybox.image` | `busybox` image repository. | `busybox` |
| `busybox.tag` | `busybox` image tag. | `1.32` |
| `mysql.image` | `mysql` image repository. | `xenondb/percona` |
| `mysql.image` | `mysql` image repository. | `radondb/percona` |
| `mysql.tag` | `mysql` image tag. | `5.7.34` |
| `mysql.allowEmptyRootPassword` | If set true, allow a empty root password. | `true` |
| `mysql.mysqlRootPassword` | Password for the `root` user. | |
Expand All @@ -94,7 +94,7 @@ The following table lists the configurable parameters of the RadonDB MySQL chart
| `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. | `xenondb/xenon` |
| `xenon.image` | `xenon` image repository. | `radondb/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
4 changes: 2 additions & 2 deletions charts/helm/dockerfiles/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/xenondb/percona) image has been pushed into docker hub. The available versions are:
The [MySQL](https://hub.docker.com/repository/docker/radondb/percona) image has been pushed into docker hub. The available versions are:

xenondb/percona (tag: 5.7.34)
radondb/percona (tag: 5.7.34)

Images are updated when new releases are published.

Expand Down
4 changes: 2 additions & 2 deletions charts/helm/dockerfiles/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/xenondb/xenon) image has been pushed into docker hub. The available versions are:
The [Xenon](https://hub.docker.com/repository/docker/radondb/xenon) image has been pushed into docker hub. The available versions are:

xenondb/xenon (tag: 1.1.5-alpha)
radondb/xenon (tag: 1.1.5-alpha)

Images are updated when new releases are published.

Expand Down
4 changes: 2 additions & 2 deletions charts/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ busybox:
tag: 1.32

mysql:
image: xenondb/percona
image: radondb/percona
tag: 5.7.34

allowEmptyRootPassword: true
Expand Down Expand Up @@ -77,7 +77,7 @@ mysql:
# cpu: 500m

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

Expand Down
4 changes: 2 additions & 2 deletions docs/KubeSphere/deploy_radondb-mysql_on_kubesphere.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ RadonDB MySQL 是基于 MySQL 的开源、高可用、云原生集群解决方
| `replicaCount` | Pod 数目 | `3` |
| `busybox.image` | `busybox` 镜像库地址 | `busybox` |
| `busybox.tag` | `busybox` 镜像标签 | `1.32` |
| `mysql.image` | `mysql` 镜像库地址 | `xenondb/percona` |
| `mysql.image` | `mysql` 镜像库地址 | `radondb/percona` |
| `mysql.tag` | `mysql` 镜像标签 | `5.7.34` |
| `mysql.allowEmptyRootPassword` | 如果为 `true`,允许 root 账号密码为空 | `true` |
| `mysql.mysqlRootPassword` | `root` 用户密码 | |
Expand All @@ -219,7 +219,7 @@ RadonDB MySQL 是基于 MySQL 的开源、高可用、云原生集群解决方
| `mysql.readinessProbe.failureThreshold` | 就绪探测失败的重试次数,重试一定次数后将认为容器未就绪 | 3 |
| `mysql.extraEnvVars` | 其他作为字符串传递给 `tpl` 函数的环境变量 | |
| `mysql.resources` | `MySQL` 的资源请求/限制 | 内存: `256Mi`, CPU: `100m` |
| `xenon.image` | `xenon` 镜像库地址 | `xenondb/xenon` |
| `xenon.image` | `xenon` 镜像库地址 | `radondb/xenon` |
| `xenon.tag` | `xenon` 镜像标签 | `1.1.5-alpha` |
| `xenon.args` | 要传递到 xenon 容器的其他参数 | `[]` |
| `xenon.extraEnvVars` | 其他作为字符串传递给 `tpl` 函数的环境变量 | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ RadonDB MySQL 是基于 MySQL 的开源、高可用、云原生集群解决方
| `replicaCount` | Pod 数目 | `3` |
| `busybox.image` | `busybox` 镜像库地址 | `busybox` |
| `busybox.tag` | `busybox` 镜像标签 | `1.32` |
| `mysql.image` | `mysql` 镜像库地址 | `xenondb/percona` |
| `mysql.image` | `mysql` 镜像库地址 | `radondb/percona` |
| `mysql.tag` | `mysql` 镜像标签 | `5.7.34` |
| `mysql.allowEmptyRootPassword` | 如果为 `true`,允许 root 账号密码为空 | `true` |
| `mysql.mysqlRootPassword` | `root` 用户密码 | |
Expand All @@ -169,7 +169,7 @@ RadonDB MySQL 是基于 MySQL 的开源、高可用、云原生集群解决方
| `mysql.readinessProbe.failureThreshold` | 就绪探测失败的重试次数,重试一定次数后将认为容器未就绪 | 3 |
| `mysql.extraEnvVars` | 其他作为字符串传递给 `tpl` 函数的环境变量 | |
| `mysql.resources` | `MySQL` 的资源请求/限制 | 内存: `256Mi`, CPU: `100m` |
| `xenon.image` | `xenon` 镜像库地址 | `xenondb/xenon` |
| `xenon.image` | `xenon` 镜像库地址 | `radondb/xenon` |
| `xenon.tag` | `xenon` 镜像标签 | `1.1.5-alpha` |
| `xenon.args` | 要传递到 xenon 容器的其他参数 | `[]` |
| `xenon.extraEnvVars` | 其他作为字符串传递给 `tpl` 函数的环境变量 | |
Expand Down
4 changes: 2 additions & 2 deletions docs/KubeSphere/deploy_radondb-mysql_on_kubesphere_repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ demo-radondb-mysql 3/3 25h
| `replicaCount` | Pod 数目 | `3` |
| `busybox.image` | `busybox` 镜像库地址 | `busybox` |
| `busybox.tag` | `busybox` 镜像标签 | `1.32` |
| `mysql.image` | `mysql` 镜像库地址 | `xenondb/percona` |
| `mysql.image` | `mysql` 镜像库地址 | `radondb/percona` |
| `mysql.tag` | `mysql` 镜像标签 | `5.7.34` |
| `mysql.allowEmptyRootPassword` | 如果为 `true`,允许 root 账号密码为空 | `true` |
| `mysql.mysqlRootPassword` | `root` 用户密码 | |
Expand All @@ -223,7 +223,7 @@ demo-radondb-mysql 3/3 25h
| `mysql.readinessProbe.failureThreshold` | 就绪探测失败的重试次数,重试一定次数后将认为容器未就绪 | 3 |
| `mysql.extraEnvVars` | 其他作为字符串传递给 `tpl` 函数的环境变量 | |
| `mysql.resources` | `MySQL` 的资源请求/限制 | 内存: `256Mi`, CPU: `100m` |
| `xenon.image` | `xenon` 镜像库地址 | `xenondb/xenon` |
| `xenon.image` | `xenon` 镜像库地址 | `radondb/xenon` |
| `xenon.tag` | `xenon` 镜像标签 | `1.1.5-alpha` |
| `xenon.args` | 要传递到 xenon 容器的其他参数 | `[]` |
| `xenon.extraEnvVars` | 其他作为字符串传递给 `tpl` 函数的环境变量 | |
Expand Down
4 changes: 2 additions & 2 deletions docs/Kubernetes/deploy_radondb-mysql_on_kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ kubectl get statefulset,pod,svc
| `replicaCount` | Pod 数目 | `3` |
| `busybox.image` | `busybox` 镜像库地址 | `busybox` |
| `busybox.tag` | `busybox` 镜像标签 | `1.32` |
| `mysql.image` | `mysql` 镜像库地址 | `xenondb/percona` |
| `mysql.image` | `mysql` 镜像库地址 | `radondb/percona` |
| `mysql.tag` | `mysql` 镜像标签 | `5.7.34` |
| `mysql.allowEmptyRootPassword` | 如果为 `true`,允许 root 账号密码为空 | `true` |
| `mysql.mysqlRootPassword` | `root` 用户密码 | |
Expand All @@ -246,7 +246,7 @@ kubectl get statefulset,pod,svc
| `mysql.readinessProbe.failureThreshold` | 就绪探测失败的重试次数,重试一定次数后将认为容器未就绪 | 3 |
| `mysql.extraEnvVars` | 其他作为字符串传递给 `tpl` 函数的环境变量 | |
| `mysql.resources` | `MySQL` 的资源请求/限制 | 内存: `256Mi`, CPU: `100m` |
| `xenon.image` | `xenon` 镜像库地址 | `xenondb/xenon` |
| `xenon.image` | `xenon` 镜像库地址 | `radondb/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/charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ kubectl delete pvc data-my-release-radondb-mysql-2
| `replicaCount` | Pod 数目 | `3` |
| `busybox.image` | `busybox` 镜像库地址 | `busybox` |
| `busybox.tag` | `busybox` 镜像标签 | `1.32` |
| `mysql.image` | `mysql` 镜像库地址 | `xenondb/percona` |
| `mysql.image` | `mysql` 镜像库地址 | `radondb/percona` |
| `mysql.tag` | `mysql` 镜像标签 | `5.7.34` |
| `mysql.allowEmptyRootPassword` | 如果为 `true`,允许 root 账号密码为空 | `true` |
| `mysql.mysqlRootPassword` | `root` 用户密码 | |
Expand All @@ -91,7 +91,7 @@ kubectl delete pvc data-my-release-radondb-mysql-2
| `mysql.readinessProbe.failureThreshold` | 就绪探测失败的重试次数,重试一定次数后将认为容器未就绪 | 3 |
| `mysql.extraEnvVars` | 其他作为字符串传递给 `tpl` 函数的环境变量 | |
| `mysql.resources` | `MySQL` 的资源请求/限制 | 内存: `256Mi`, CPU: `100m` |
| `xenon.image` | `xenon` 镜像库地址 | `xenondb/xenon` |
| `xenon.image` | `xenon` 镜像库地址 | `radondb/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
Expand Up @@ -13,9 +13,9 @@ Contents

# 简介

[MySQL](https://hub.docker.com/repository/docker/xenondb/percona) 镜像已经发布到 docker hub 中, 当前可用版本为:
[MySQL](https://hub.docker.com/repository/docker/radondb/percona) 镜像已经发布到 docker hub 中, 当前可用版本为:

xenondb/percona (tag: 5.7.34)
radondb/percona (tag: 5.7.34)

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

Expand Down
4 changes: 2 additions & 2 deletions docs/zh-cn/xenon.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Contents

# 简介

[Xenon](https://hub.docker.com/repository/docker/xenondb/xenon) 镜像已经发布在 docker hub,当前可用版本:
[Xenon](https://hub.docker.com/repository/docker/radondb/xenon) 镜像已经发布在 docker hub,当前可用版本:

xenondb/xenon (tag: 1.1.5-alpha)
radondb/xenon (tag: 1.1.5-alpha)

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

Expand Down

0 comments on commit a8c5c0d

Please sign in to comment.