Skip to content
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
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
30 changes: 1 addition & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down