From c14d4647c39162e2fb904ed8c17ab8062639b9b5 Mon Sep 17 00:00:00 2001 From: kevinliu24 <20115614+kevinliu24@users.noreply.github.com> Date: Mon, 7 Jul 2025 12:09:33 -0700 Subject: [PATCH 1/2] update helm chart on master branch --- Makefile | 4 ++-- charts/index.yaml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 850d5d5..751424c 100644 --- a/Makefile +++ b/Makefile @@ -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.2 +IMAGE_TAG ?= v1.8.3 PROVISIONER_IMAGE_TAG ?= v0.1 -CHARTS_VERSION ?= 1.8.2 +CHARTS_VERSION ?= 1.8.3 export GO111MODULE := on GOOS := $(if $(GOOS),$(GOOS),linux) diff --git a/charts/index.yaml b/charts/index.yaml index 5b7dcfa..3a2046e 100644 --- a/charts/index.yaml +++ b/charts/index.yaml @@ -1,6 +1,30 @@ apiVersion: v1 entries: nebula-cluster: + - apiVersion: v2 + appVersion: 1.8.3 + created: "2025-07-07T12:06:43.903793-07:00" + description: Nebula Cluster Helm chart for Kubernetes + digest: 953f04655a1db11401f9a1fda5d41bc45b6835f35dfb5c110a53bc28a08c2f0b + 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.3/nebula-cluster-1.8.3.tgz + version: 1.8.3 - apiVersion: v2 appVersion: 1.8.2 created: "2024-11-12T22:33:01.112399-08:00" @@ -554,6 +578,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.3 + created: "2025-07-07T12:06:43.907267-07:00" + description: Nebula Operator Helm chart for Kubernetes + digest: 61a443949402aefb53e3323c0a7530019dd85dae584f98634fcf5ecaed841daf + 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.3/nebula-operator-1.8.3.tgz + version: 1.8.3 - apiVersion: v2 appVersion: 1.8.2 created: "2024-11-12T22:33:01.113742-08:00" From 9fb3375cae87d7c6fcd23d46096534f2e8409a7f Mon Sep 17 00:00:00 2001 From: kevinliu24 <20115614+kevinliu24@users.noreply.github.com> Date: Mon, 7 Jul 2025 12:11:19 -0700 Subject: [PATCH 2/2] update nebula-operator image version --- charts/nebula-operator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nebula-operator/values.yaml b/charts/nebula-operator/values.yaml index dd7df3f..bf400f1 100644 --- a/charts/nebula-operator/values.yaml +++ b/charts/nebula-operator/values.yaml @@ -1,6 +1,6 @@ image: nebulaOperator: - image: vesoft/nebula-operator:v1.8.2 + image: vesoft/nebula-operator:v1.8.3 imagePullPolicy: Always imagePullSecrets: [ ]