Skip to content

Commit

Permalink
helm charts update (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaByte875 authored Mar 31, 2022
1 parent facd74e commit b322062
Show file tree
Hide file tree
Showing 6 changed files with 96 additions and 28 deletions.
50 changes: 49 additions & 1 deletion charts/index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
apiVersion: v1
entries:
nebula-cluster:
- apiVersion: v2
appVersion: 1.0.0
created: "2022-03-31T15:31:42.142029014+08:00"
description: Nebula Cluster Helm chart for Kubernetes
digest: 4034279c92145976b199f63feb68c1f3f53baf8ab652f6e429482982e98f70eb
home: https://nebula-graph.io
keywords:
- kubernetes
- operator
- nebula-graph
- database
- graph database
maintainers:
- email: [email protected]
name: Vee Zhang
- email: [email protected]
name: Kevin Qiao
name: nebula-cluster
sources:
- https://github.com/vesoft-inc/nebula-graph
- https://github.com/vesoft-inc/nebula-storage
- https://github.com/vesoft-inc/nebula-operator
urls:
- https://github.com/vesoft-inc/nebula-operator/releases/download/v1.0.0/nebula-cluster-1.0.0.tgz
version: 1.0.0
- apiVersion: v2
appVersion: 0.9.0
created: "2021-11-15T18:00:37.435732457+08:00"
Expand Down Expand Up @@ -77,6 +102,29 @@ entries:
- https://vesoft-inc.github.io/nebula-operator/charts/nebula-cluster-0.1.0.tgz
version: 0.1.0
nebula-operator:
- apiVersion: v2
appVersion: 1.0.0
created: "2022-03-31T15:31:42.144529751+08:00"
description: Nebula Operator Helm chart for Kubernetes
digest: 60eb6b9efc7271597a8473905bc3486591169249ce6dc65787b9be854bd7c8d8
home: https://nebula-graph.io
keywords:
- kubernetes
- operator
- nebula-graph
- database
- graph database
maintainers:
- email: [email protected]
name: Vee Zhang
- email: [email protected]
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.0.0/nebula-operator-1.0.0.tgz
version: 1.0.0
- apiVersion: v2
appVersion: 0.9.0
created: "2021-11-15T18:00:37.438481629+08:00"
Expand Down Expand Up @@ -146,4 +194,4 @@ entries:
urls:
- https://vesoft-inc.github.io/nebula-operator/charts/nebula-operator-0.1.0.tgz
version: 0.1.0
generated: "2021-11-15T18:00:37.432462966+08:00"
generated: "2022-03-31T15:31:42.140130104+08:00"
2 changes: 1 addition & 1 deletion charts/nebula-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: nebula-cluster
description: Nebula Cluster Helm chart for Kubernetes
version: 0.1.0
appVersion: 0.9.0
appVersion: 1.0.0
home: https://nebula-graph.io
sources:
- https://github.com/vesoft-inc/nebula-graph
Expand Down
2 changes: 1 addition & 1 deletion charts/nebula-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: nebula-operator
description: Nebula Operator Helm chart for Kubernetes
version: 0.1.0
appVersion: 0.9.0
appVersion: 1.0.0
home: https://nebula-graph.io
sources:
- https://github.com/vesoft-inc/nebula-operator
Expand Down
10 changes: 10 additions & 0 deletions charts/nebula-operator/crds/nebulacluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5662,6 +5662,16 @@ spec:
type: object
storaged:
properties:
hostsAdded:
type: boolean
lastBalanceJob:
properties:
jobID:
format: int32
type: integer
space:
type: string
type: object
phase:
type: string
version:
Expand Down
2 changes: 1 addition & 1 deletion charts/nebula-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
nebulaOperator:
image: vesoft/nebula-operator:v0.9.0
image: vesoft/nebula-operator:v1.0.0
imagePullPolicy: Always
kubeRBACProxy:
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,12 @@ func Test_nebulaClusterConditionUpdater_updateReadyCondition(t *testing.T) {
UpdateRevision: "12",
},
},
Storaged: v1alpha1.ComponentStatus{
Workload: v1alpha1.WorkloadStatus{
CurrentRevision: "11",
UpdateRevision: "12",
Storaged: v1alpha1.StoragedStatus{
ComponentStatus: v1alpha1.ComponentStatus{
Workload: v1alpha1.WorkloadStatus{
CurrentRevision: "11",
UpdateRevision: "12",
},
},
},
},
Expand Down Expand Up @@ -95,10 +97,12 @@ func Test_nebulaClusterConditionUpdater_updateReadyCondition(t *testing.T) {
UpdateRevision: "12",
},
},
Storaged: v1alpha1.ComponentStatus{
Workload: v1alpha1.WorkloadStatus{
CurrentRevision: "12",
UpdateRevision: "12",
Storaged: v1alpha1.StoragedStatus{
ComponentStatus: v1alpha1.ComponentStatus{
Workload: v1alpha1.WorkloadStatus{
CurrentRevision: "12",
UpdateRevision: "12",
},
},
},
},
Expand Down Expand Up @@ -140,10 +144,12 @@ func Test_nebulaClusterConditionUpdater_updateReadyCondition(t *testing.T) {
UpdateRevision: "12",
},
},
Storaged: v1alpha1.ComponentStatus{
Workload: v1alpha1.WorkloadStatus{
CurrentRevision: "12",
UpdateRevision: "12",
Storaged: v1alpha1.StoragedStatus{
ComponentStatus: v1alpha1.ComponentStatus{
Workload: v1alpha1.WorkloadStatus{
CurrentRevision: "12",
UpdateRevision: "12",
},
},
},
},
Expand Down Expand Up @@ -189,12 +195,14 @@ func Test_nebulaClusterConditionUpdater_updateReadyCondition(t *testing.T) {
UpdateRevision: "12",
},
},
Storaged: v1alpha1.ComponentStatus{
Workload: v1alpha1.WorkloadStatus{
Replicas: 3,
ReadyReplicas: 2,
CurrentRevision: "12",
UpdateRevision: "12",
Storaged: v1alpha1.StoragedStatus{
ComponentStatus: v1alpha1.ComponentStatus{
Workload: v1alpha1.WorkloadStatus{
Replicas: 3,
ReadyReplicas: 2,
CurrentRevision: "12",
UpdateRevision: "12",
},
},
},
},
Expand Down Expand Up @@ -240,12 +248,14 @@ func Test_nebulaClusterConditionUpdater_updateReadyCondition(t *testing.T) {
UpdateRevision: "12",
},
},
Storaged: v1alpha1.ComponentStatus{
Workload: v1alpha1.WorkloadStatus{
Replicas: 3,
ReadyReplicas: 3,
CurrentRevision: "12",
UpdateRevision: "12",
Storaged: v1alpha1.StoragedStatus{
ComponentStatus: v1alpha1.ComponentStatus{
Workload: v1alpha1.WorkloadStatus{
Replicas: 3,
ReadyReplicas: 3,
CurrentRevision: "12",
UpdateRevision: "12",
},
},
},
},
Expand Down

0 comments on commit b322062

Please sign in to comment.