Skip to content

Commit b25b4f7

Browse files
authored
feat: release v6.3.0 (#97)
Signed-off-by: Qi Zhang <smallqi1@163.com>
1 parent 8311b0b commit b25b4f7

File tree

3 files changed

+3
-31
lines changed

3 files changed

+3
-31
lines changed

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: rainbond
33
description: Rainbond Helm chart
44
type: application
5-
version: 6.2.1
5+
version: 6.3.0
66
appVersion: v6
77
icon: https://static.goodrain.com/logo/logo-blue.png
88
home: https://www.rainbond.com

README.md

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,6 @@
22

33
You can deploy the Rainbond in Kubernetes using Helm Chart.
44

5-
## Pre Requisites
6-
7-
* Recommended kubernetes version: 1.19+
8-
* Root partition disk guarantee 50G+
9-
* helm version: 3.0+
10-
* Make sure the server `80, 443, 6060, 6443, 7070, 8443` ports are not in use
11-
125
## Installation
136

14-
Add `rainbond` helm charts repo
15-
16-
```
17-
kubectl create namespace rbd-system
18-
helm repo add rainbond https://chart.rainbond.com
19-
helm repo update
20-
```
21-
Installing helm chart
22-
23-
```
24-
helm install rainbond rainbond/rainbond -n rbd-system
25-
```
26-
27-
28-
## Verify installation
29-
30-
* View pod status
31-
```
32-
kubectl get po -n rbd-system | grep rbd-app-ui
33-
```
34-
* Wait for the ``` rbd-app-ui ``` pod to be Running and the installation is successful.
35-
* After successful installation, you can access the rainbond console through `` $gatewayIngressIPs:7070 ``.
7+
See [Rainbond Installation Guide](https://www.rainbond.com/docs/installation/install-with-helm)

values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Cluster:
7171
rainbondImageRepository: registry.cn-hangzhou.aliyuncs.com/goodrain
7272

7373
# Component image version
74-
installVersion: v6.2.1-release
74+
installVersion: v6.3.0-release
7575

7676
# Component image pull policy
7777
imagePullPolicy: IfNotPresent

0 commit comments

Comments
 (0)