diff --git a/Chart.yaml b/Chart.yaml index 1773362..c94c4cd 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: rainbond description: Rainbond Helm chart type: application -version: 6.2.1 +version: 6.3.0 appVersion: v6 icon: https://static.goodrain.com/logo/logo-blue.png home: https://www.rainbond.com diff --git a/README.md b/README.md index 481c682..b3be4f0 100644 --- a/README.md +++ b/README.md @@ -2,34 +2,6 @@ You can deploy the Rainbond in Kubernetes using Helm Chart. -## Pre Requisites - -* Recommended kubernetes version: 1.19+ -* Root partition disk guarantee 50G+ -* helm version: 3.0+ -* Make sure the server `80, 443, 6060, 6443, 7070, 8443` ports are not in use - ## Installation -Add `rainbond` helm charts repo - -``` -kubectl create namespace rbd-system -helm repo add rainbond https://chart.rainbond.com -helm repo update -``` -Installing helm chart - -``` -helm install rainbond rainbond/rainbond -n rbd-system -``` - - -## Verify installation - -* View pod status -``` -kubectl get po -n rbd-system | grep rbd-app-ui -``` -* Wait for the ``` rbd-app-ui ``` pod to be Running and the installation is successful. -* After successful installation, you can access the rainbond console through `` $gatewayIngressIPs:7070 ``. +See [Rainbond Installation Guide](https://www.rainbond.com/docs/installation/install-with-helm) \ No newline at end of file diff --git a/values.yaml b/values.yaml index 7da9343..96d2eb6 100644 --- a/values.yaml +++ b/values.yaml @@ -71,7 +71,7 @@ Cluster: rainbondImageRepository: registry.cn-hangzhou.aliyuncs.com/goodrain # Component image version - installVersion: v6.2.1-release + installVersion: v6.3.0-release # Component image pull policy imagePullPolicy: IfNotPresent