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
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ LDFLAGS = $(if $(DEBUGGER),,-s -w) $(shell ./hack/version.sh)
DOCKER_REGISTRY ?= docker.io
DOCKER_REPO ?= ${DOCKER_REGISTRY}/vesoft
USERNAME ?= ng-user
IMAGE_TAG ?= v1.8.4
IMAGE_TAG ?= v1.8.5
PROVISIONER_IMAGE_TAG ?= v0.1

CHARTS_VERSION ?= 1.8.4
CHARTS_VERSION ?= 1.8.5

export GO111MODULE := on
GOOS := $(if $(GOOS),$(GOOS),linux)
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.8.5
created: "2025-08-12T17:56:00.752953-07:00"
description: Nebula Cluster Helm chart for Kubernetes
digest: 4fab733400cdca05fa9c6d76e77ae7952fd3d8317d913fce950cd190a24e322e
home: https://nebula-graph.io
keywords:
- kubernetes
- operator
- nebula-graph
- database
- graph database
maintainers:
- email: kevin.liu@vesoft.com
name: Kevin Liu
- email: kevin.qiao@vesoft.com
name: Lei 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.8.5/nebula-cluster-1.8.5.tgz
version: 1.8.5
- apiVersion: v2
appVersion: 1.8.4
created: "2025-07-16T23:01:31.910325-07:00"
Expand Down Expand Up @@ -602,6 +626,29 @@ entries:
- https://github.com/vesoft-inc/nebula-operator/releases/download/v0.9.0/nebula-cluster-0.9.0.tgz
version: 0.9.0
nebula-operator:
- apiVersion: v2
appVersion: 1.8.5
created: "2025-08-12T17:56:00.758799-07:00"
description: Nebula Operator Helm chart for Kubernetes
digest: c9c4782d3c61e04ef567fae09839dd1f73a09cecab81244ee3f76b4da9ff152d
home: https://nebula-graph.io
keywords:
- kubernetes
- operator
- nebula-graph
- database
- graph database
maintainers:
- email: kevin.liu@vesoft.com
name: Kevin Liu
- email: kevin.qiao@vesoft.com
name: Lei Qiao
name: nebula-operator
sources:
- https://github.com/vesoft-inc/nebula-operator
urls:
- https://github.com/vesoft-inc/nebula-operator/releases/download/v1.8.5/nebula-operator-1.8.5.tgz
version: 1.8.5
- apiVersion: v2
appVersion: 1.8.4
created: "2025-07-16T23:01:31.914842-07:00"
Expand Down
4 changes: 2 additions & 2 deletions charts/nebula-cluster/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: nebula-cluster
description: Nebula Cluster Helm chart for Kubernetes
version: 1.8.2
appVersion: 1.8.2
version: 1.8.5
appVersion: 1.8.5
home: https://nebula-graph.io
sources:
- https://github.com/vesoft-inc/nebula
Expand Down
4 changes: 2 additions & 2 deletions charts/nebula-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: nebula-operator
description: Nebula Operator Helm chart for Kubernetes
version: 1.8.2
appVersion: 1.8.2
version: 1.8.5
appVersion: 1.8.5
home: https://nebula-graph.io
sources:
- https://github.com/vesoft-inc/nebula-operator
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:v1.8.4
image: vesoft/nebula-operator:v1.8.5
imagePullPolicy: Always

imagePullSecrets: [ ]
Expand Down