Skip to content

Commit

Permalink
update version (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaByte875 committed Nov 1, 2022
1 parent 06500e8 commit 9f9eb6a
Show file tree
Hide file tree
Showing 12 changed files with 739 additions and 134 deletions.
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Modify the file and change `replicas` from 3 to 5.
memory: "1Gi"
replicas: 5
image: vesoft/nebula-storaged
version: v3.2.0
version: v3.3.0
storageClaim:
resources:
requests:
Expand Down Expand Up @@ -109,7 +109,7 @@ Similarly we can decrease the size of the cluster from 5 back to 3 by changing t
memory: "1Gi"
replicas: 3
image: vesoft/nebula-storaged
version: v3.2.0
version: v3.3.0
storageClaim:
resources:
requests:
Expand Down Expand Up @@ -166,9 +166,9 @@ Wait 2 minutes. The container image version should be updated to v3.2.0:

```bash
$ kubectl get pods -l app.kubernetes.io/cluster=nebula -o jsonpath="{.items[*].spec.containers[*].image}" |tr -s '[[:space:]]' '\n' |sort |uniq -c
1 vesoft/nebula-graphd:v3.2.0
1 vesoft/nebula-metad:v3.2.0
3 vesoft/nebula-storaged:v3.2.0
1 vesoft/nebula-graphd:v3.3.0
1 vesoft/nebula-metad:v3.3.0
3 vesoft/nebula-storaged:v3.3.0
```

### Failover
Expand Down Expand Up @@ -202,13 +202,14 @@ nebula-storaged-2 1/1 Running 0 19s

Nebula Operator <-> NebulaGraph

| | NebulaGraph v2.5 | NebulaGraph v2.6 | NebulaGraph v3.0 | NebulaGraph v3.1 | NebulaGraph v3.2 |
|----------------------- |------------------|------------------|------------------|------------------|------------------|
| `v0.8.0` || - | - | - | - |
| `v0.9.0`* ||| - | - | - |
| `v1.0.0`* | - | - ||||
| `v1.1.0` | - | - ||||
| `v1.2.0` | - | - ||||
| | NebulaGraph v2.5 | NebulaGraph v2.6 | NebulaGraph v3.0 | NebulaGraph v3.1 | NebulaGraph v3.2 | NebulaGraph v3.3 |
|-----------|------------------|------------------|------------------|------------------|------------------|------------------|
| `v0.8.0` || - | - | - | - | - |
| `v0.9.0`* ||| - | - | - | - |
| `v1.0.0`* | - | - |||||
| `v1.1.0` | - | - |||||
| `v1.2.0` | - | - |||||
| `v1.3.0` | - | - |||||

Key:

Expand Down
2 changes: 2 additions & 0 deletions apis/apps/v1alpha1/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ const (
############## rocksdb Options ##############
--rocksdb_wal_sync=true
--minimum_reserved_bytes=104857600
`
// nolint: revive
StoragedConfigTemplate = `
Expand Down
47 changes: 47 additions & 0 deletions charts/index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
apiVersion: v1
entries:
nebula-cluster:
- apiVersion: v2
appVersion: 1.3.0
created: "2022-11-01T11:44:39.833325528+08:00"
description: Nebula Cluster Helm chart for Kubernetes
digest: 521e298091b5e1e250b53dfc0ef8745a8bbe239a00bc4102d61d3f1f6951108a
home: https://nebula-graph.io
keywords:
- kubernetes
- operator
- nebula-graph
- database
- graph database
maintainers:
- email: vee.zhang@vesoft.com
name: Vee Zhang
- email: kevin.qiao@vesoft.com
name: Kevin Qiao
name: nebula-cluster
sources:
- https://github.com/vesoft-inc/nebula
- https://github.com/vesoft-inc/nebula-operator
urls:
- https://github.com/vesoft-inc/nebula-operator/releases/download/v1.3.0/nebula-cluster-1.3.0.tgz
version: 1.3.0
- apiVersion: v2
appVersion: 1.2.0
created: "2022-07-19T17:48:24.407465864+08:00"
Expand Down Expand Up @@ -122,6 +146,29 @@ entries:
- https://vesoft-inc.github.io/nebula-operator/charts/nebula-cluster-0.8.0.tgz
version: 0.8.0
nebula-operator:
- apiVersion: v2
appVersion: 1.3.0
created: "2022-11-01T11:44:39.83600451+08:00"
description: Nebula Operator Helm chart for Kubernetes
digest: 99eee4f2d2855ad7b74441d86b5590f02231b50772c128dc6bcaae6565346ecb
home: https://nebula-graph.io
keywords:
- kubernetes
- operator
- nebula-graph
- database
- graph database
maintainers:
- email: vee.zhang@vesoft.com
name: Vee Zhang
- email: kevin.qiao@vesoft.com
name: Kevin Qiao
name: nebula-operator
sources:
- https://github.com/vesoft-inc/nebula-operator
urls:
- https://github.com/vesoft-inc/nebula-operator/releases/download/v1.3.0/nebula-operator-1.3.0.tgz
version: 1.3.0
- apiVersion: v2
appVersion: 1.2.0
created: "2022-07-19T17:48:24.409259205+08:00"
Expand Down
12 changes: 6 additions & 6 deletions charts/nebula-cluster/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nebula:
version: v3.2.0
version: v3.3.0
imagePullPolicy: Always
storageClassName: ""
enablePVReclaim: false
Expand All @@ -21,7 +21,7 @@ nebula:
limits:
cpu: "1"
memory: "500Mi"
logStorage: "500Mi"
logStorage: "1Gi"
podLabels: {}
podAnnotations: {}
nodeSelector: {}
Expand All @@ -43,8 +43,8 @@ nebula:
limits:
cpu: "1"
memory: "1Gi"
logStorage: "500Mi"
dataStorage: "1Gi"
logStorage: "1Gi"
dataStorage: "5Gi"
license: {}
podLabels: {}
podAnnotations: {}
Expand All @@ -67,8 +67,8 @@ nebula:
limits:
cpu: "1"
memory: "1Gi"
logStorage: "500Mi"
dataStorage: "1Gi"
logStorage: "1Gi"
dataStorage: "10Gi"
enableAutoBalance: false
podLabels: {}
podAnnotations: {}
Expand Down
Loading

0 comments on commit 9f9eb6a

Please sign in to comment.