Skip to content

Commit

Permalink
update charts version (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaByte875 authored Oct 19, 2023
1 parent 817850d commit 22008b2
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ LDFLAGS = $(if $(DEBUGGER),,-s -w) $(shell ./hack/version.sh)

DOCKER_REGISTRY ?= docker.io
DOCKER_REPO ?= ${DOCKER_REGISTRY}/vesoft
IMAGE_TAG ?= v1.6.3
IMAGE_TAG ?= v1.7.0

CHARTS_VERSION ?= 1.6.3
CHARTS_VERSION ?= 1.7.0

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.7.0
created: "2023-10-19T14:33:33.236907558+08:00"
description: Nebula Cluster Helm chart for Kubernetes
digest: fb4b956447b4cad5fa7138aae484cdb76c12831e41f819c8603dd3faf18320f6
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.7.0/nebula-cluster-1.7.0.tgz
version: 1.7.0
- apiVersion: v2
appVersion: 1.6.3
created: "2023-09-22T18:23:35.421275541+08:00"
Expand Down Expand Up @@ -314,6 +338,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.7.0
created: "2023-10-19T14:33:33.24036124+08:00"
description: Nebula Operator Helm chart for Kubernetes
digest: 1ca5f3d58ab6613eba7cae3b27f3987ed19c7f9a0a483ab42d0eb374352c75ad
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.7.0/nebula-operator-1.7.0.tgz
version: 1.7.0
- apiVersion: v2
appVersion: 1.6.3
created: "2023-09-22T18:23:35.42372997+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.6.3
appVersion: 1.6.3
version: 1.7.0
appVersion: 1.7.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.6.3
appVersion: 1.6.3
version: 1.7.0
appVersion: 1.7.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:latest
image: vesoft/nebula-operator:v1.7.0
imagePullPolicy: Always

imagePullSecrets: [ ]
Expand Down

0 comments on commit 22008b2

Please sign in to comment.