Skip to content

Commit

Permalink
update helm chart version (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaByte875 authored Mar 5, 2024
1 parent e091778 commit 69bf8c5
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 8 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.7.6
IMAGE_TAG ?= v1.8.0
PROVISIONER_IMAGE_TAG ?= v0.1

CHARTS_VERSION ?= 1.7.6
CHARTS_VERSION ?= 1.8.0

export GO111MODULE := on
GOOS := $(if $(GOOS),$(GOOS),linux)
Expand Down
1 change: 0 additions & 1 deletion apis/apps/v1alpha1/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ var DynamicFlags = map[string]string{
"minloglevel": "0",
"v": "0",
"accept_partial_success": "false",
"session_reclaim_interval_secs": "60",
"max_allowed_query_size": "4194304",
"system_memory_high_watermark_ratio": "0.8",
"ng_black_box_file_lifetime_seconds": "1800",
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.0
created: "2024-03-05T18:22:33.251445759+08:00"
description: Nebula Cluster Helm chart for Kubernetes
digest: 96e0e67feae09a63e5a7f98c9a84393481aba0faed6140d0f5d1bdcb7a7862b4
home: https://nebula-graph.io
keywords:
- kubernetes
- operator
- nebula-graph
- database
- graph database
maintainers:
- email: vee.zhang@vesoft.com
name: Vee Zhang
- email: kevin.qiao@vesoft.com
name: Kevin 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.0/nebula-cluster-1.8.0.tgz
version: 1.8.0
- apiVersion: v2
appVersion: 1.7.6
created: "2024-02-08T12:53:41.64680228+08:00"
Expand Down Expand Up @@ -482,6 +506,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.0
created: "2024-03-05T18:22:33.25638219+08:00"
description: Nebula Operator Helm chart for Kubernetes
digest: b610c58c19d01635147f8923054b39e6267498613c318b6bd0dff3ab3c74e711
home: https://nebula-graph.io
keywords:
- kubernetes
- operator
- nebula-graph
- database
- graph database
maintainers:
- email: vee.zhang@vesoft.com
name: Vee Zhang
- email: kevin.qiao@vesoft.com
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.8.0/nebula-operator-1.8.0.tgz
version: 1.8.0
- apiVersion: v2
appVersion: 1.7.6
created: "2024-02-08T12:53:41.649623693+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.7.6
appVersion: 1.7.6
version: 1.8.0
appVersion: 1.8.0
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.7.6
appVersion: 1.7.6
version: 1.8.0
appVersion: 1.8.0
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.7.6
image: vesoft/nebula-operator:v1.8.0
imagePullPolicy: Always

imagePullSecrets: [ ]
Expand Down

0 comments on commit 69bf8c5

Please sign in to comment.