Skip to content

Commit 6515009

Browse files
authored
update helm chart to 1.8.6 (#577)
1 parent 26749bc commit 6515009

File tree

5 files changed

+55
-8
lines changed

5 files changed

+55
-8
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ LDFLAGS = $(if $(DEBUGGER),,-s -w) $(shell ./hack/version.sh)
66
DOCKER_REGISTRY ?= docker.io
77
DOCKER_REPO ?= ${DOCKER_REGISTRY}/vesoft
88
USERNAME ?= ng-user
9-
IMAGE_TAG ?= v1.8.5
9+
IMAGE_TAG ?= v1.8.6
1010
PROVISIONER_IMAGE_TAG ?= v0.1
1111

12-
CHARTS_VERSION ?= 1.8.5
12+
CHARTS_VERSION ?= 1.8.6
1313

1414
export GO111MODULE := on
1515
GOOS := $(if $(GOOS),$(GOOS),linux)

charts/index.yaml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
apiVersion: v1
22
entries:
33
nebula-cluster:
4+
- apiVersion: v2
5+
appVersion: 1.8.6
6+
created: "2025-09-09T14:51:54.02594-07:00"
7+
description: Nebula Cluster Helm chart for Kubernetes
8+
digest: 962412ff1220e194158623573ac7cabfa88a7f5fd2b689cbacbea837093c8de3
9+
home: https://nebula-graph.io
10+
keywords:
11+
- kubernetes
12+
- operator
13+
- nebula-graph
14+
- database
15+
- graph database
16+
maintainers:
17+
- email: kevin.liu@vesoft.com
18+
name: Kevin Liu
19+
- email: kevin.qiao@vesoft.com
20+
name: Lei Qiao
21+
name: nebula-cluster
22+
sources:
23+
- https://github.com/vesoft-inc/nebula
24+
- https://github.com/vesoft-inc/nebula-operator
25+
urls:
26+
- https://github.com/vesoft-inc/nebula-operator/releases/download/v1.8.6/nebula-cluster-1.8.6.tgz
27+
version: 1.8.6
428
- apiVersion: v2
529
appVersion: 1.8.5
630
created: "2025-08-12T17:56:00.752953-07:00"
@@ -626,6 +650,29 @@ entries:
626650
- https://github.com/vesoft-inc/nebula-operator/releases/download/v0.9.0/nebula-cluster-0.9.0.tgz
627651
version: 0.9.0
628652
nebula-operator:
653+
- apiVersion: v2
654+
appVersion: 1.8.6
655+
created: "2025-09-09T14:51:54.034002-07:00"
656+
description: Nebula Operator Helm chart for Kubernetes
657+
digest: 35718ef7aec442bafe9a3fb5ea6d47a288b862cb09ce8d0c29379bf2eb0494f1
658+
home: https://nebula-graph.io
659+
keywords:
660+
- kubernetes
661+
- operator
662+
- nebula-graph
663+
- database
664+
- graph database
665+
maintainers:
666+
- email: kevin.liu@vesoft.com
667+
name: Kevin Liu
668+
- email: kevin.qiao@vesoft.com
669+
name: Lei Qiao
670+
name: nebula-operator
671+
sources:
672+
- https://github.com/vesoft-inc/nebula-operator
673+
urls:
674+
- https://github.com/vesoft-inc/nebula-operator/releases/download/v1.8.6/nebula-operator-1.8.6.tgz
675+
version: 1.8.6
629676
- apiVersion: v2
630677
appVersion: 1.8.5
631678
created: "2025-08-12T17:56:00.758799-07:00"

charts/nebula-cluster/templates/nebula-cluster.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,8 @@ spec:
349349
resources:
350350
requests:
351351
storage: {{ .Values.nebula.coredumpPreservation.volumeSize }}
352-
{{- if .Values.nebula.storageClassName }}
353-
storageClassName: {{ .Values.nebula.storageClassName }}
354-
{{- end }}
352+
{{- if .Values.nebula.storageClassName }}
353+
storageClassName: {{ .Values.nebula.storageClassName }}
354+
{{- end }}
355355
{{- end }}
356356

charts/nebula-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: nebula-operator
33
description: Nebula Operator Helm chart for Kubernetes
4-
version: 1.8.5
5-
appVersion: 1.8.5
4+
version: 1.8.6
5+
appVersion: 1.8.6
66
home: https://nebula-graph.io
77
sources:
88
- https://github.com/vesoft-inc/nebula-operator

charts/nebula-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
image:
22
nebulaOperator:
3-
image: vesoft/nebula-operator:v1.8.5
3+
image: vesoft/nebula-operator:v1.8.6
44
imagePullPolicy: Always
55

66
imagePullSecrets: [ ]

0 commit comments

Comments
 (0)