Skip to content

Commit

Permalink
Update chart version (#535)
Browse files Browse the repository at this point in the history
* Update chart version

* Revert nebula version to 3.6.0
  • Loading branch information
kevinliu24 authored Nov 14, 2024
1 parent 96cf048 commit 9b563ce
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 7 deletions.
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.1
IMAGE_TAG ?= v1.8.2
PROVISIONER_IMAGE_TAG ?= v0.1

CHARTS_VERSION ?= 1.8.1
CHARTS_VERSION ?= 1.8.2

export GO111MODULE := on
GOOS := $(if $(GOOS),$(GOOS),linux)
Expand Down
48 changes: 48 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.2
created: "2024-11-12T22:33:01.112399-08:00"
description: Nebula Cluster Helm chart for Kubernetes
digest: 7bbbe622474259747fafcd59125525f849e13c71ba7b847574ec7ad5761190f1
home: https://nebula-graph.io
keywords:
- kubernetes
- operator
- nebula-graph
- database
- graph database
maintainers:
- email: [email protected]
name: Kevin Liu
- email: [email protected]
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.2/nebula-cluster-1.8.2.tgz
version: 1.8.2
- apiVersion: v2
appVersion: 1.8.1
created: "2024-08-12T14:11:58.93574904+08:00"
Expand Down Expand Up @@ -530,6 +554,30 @@ 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:
nebula-operator:
- apiVersion: v2
appVersion: 1.8.2
created: "2024-11-12T22:33:01.113742-08:00"
description: Nebula Operator Helm chart for Kubernetes
digest: e055428c6fbe171529c4afe0037aa453a423c2d5fde8b7c25d5b1e78b9fabb6d
home: https://nebula-graph.io
keywords:
- kubernetes
- operator
- nebula-graph
- database
- graph database
maintainers:
- email: [email protected]
name: Kevin Liu
- email: [email protected]
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.2/nebula-operator-1.8.2.tgz
version: 1.8.2
- apiVersion: v2
appVersion: 1.8.1
created: "2024-08-12T14:11:58.940207364+08: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.1
appVersion: 1.8.1
version: 1.8.2
appVersion: 1.8.2
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.1
appVersion: 1.8.1
version: 1.8.2
appVersion: 1.8.2
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.1
image: vesoft/nebula-operator:v1.8.2
imagePullPolicy: Always

imagePullSecrets: [ ]
Expand Down

0 comments on commit 9b563ce

Please sign in to comment.