Skip to content

Commit

Permalink
update helm chart version (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaByte875 authored Sep 22, 2023
1 parent 22ffdcc commit de64d8d
Show file tree
Hide file tree
Showing 5 changed files with 101 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.0
IMAGE_TAG ?= v1.6.2

CHARTS_VERSION ?= 1.6.0
CHARTS_VERSION ?= 1.6.2

export GO111MODULE := on
GOOS := $(if $(GOOS),$(GOOS),linux)
Expand Down
94 changes: 94 additions & 0 deletions charts/index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,54 @@
apiVersion: v1
entries:
nebula-cluster:
- apiVersion: v2
appVersion: 1.6.2
created: "2023-09-22T11:43:57.80991024+08:00"
description: Nebula Cluster Helm chart for Kubernetes
digest: add2d3dd3577e4e199868d8577d9edbf1a877225f27cfa4dd4197157e797ff74
home: https://nebula-graph.io
keywords:
- kubernetes
- operator
- nebula-graph
- database
- graph database
maintainers:
- email: [email protected]
name: Vee Zhang
- email: [email protected]
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.6.2/nebula-cluster-1.6.2.tgz
version: 1.6.2
- apiVersion: v2
appVersion: 1.6.1
created: "2023-09-22T11:27:42.03293674+08:00"
description: Nebula Cluster Helm chart for Kubernetes
digest: d0c32de81d02d1b78b9cf26109cbe7a58c6d0773a59e14b0a5932b080915dd96
home: https://nebula-graph.io
keywords:
- kubernetes
- operator
- nebula-graph
- database
- graph database
maintainers:
- email: [email protected]
name: Vee Zhang
- email: [email protected]
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.6.1/nebula-cluster-1.6.1.tgz
version: 1.6.1
- apiVersion: v2
appVersion: 1.6.0
created: "2023-09-15T15:49:14.391789423+08:00"
Expand Down Expand Up @@ -242,6 +290,52 @@ 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.6.2
created: "2023-09-22T11:43:57.815339501+08:00"
description: Nebula Operator Helm chart for Kubernetes
digest: e6f6e65f3f889794e366df66dd96199775ccd41184b002ae9cc15ad74ca3af5a
home: https://nebula-graph.io
keywords:
- kubernetes
- operator
- nebula-graph
- database
- graph database
maintainers:
- email: [email protected]
name: Vee Zhang
- email: [email protected]
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.6.2/nebula-operator-1.6.2.tgz
version: 1.6.2
- apiVersion: v2
appVersion: 1.6.1
created: "2023-09-22T11:27:42.035828706+08:00"
description: Nebula Operator Helm chart for Kubernetes
digest: 68e5911c39850a80fe0bc0e82789cd449c23c8b1684f4386cf7370f71b8f2339
home: https://nebula-graph.io
keywords:
- kubernetes
- operator
- nebula-graph
- database
- graph database
maintainers:
- email: [email protected]
name: Vee Zhang
- email: [email protected]
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.6.1/nebula-operator-1.6.1.tgz
version: 1.6.1
- apiVersion: v2
appVersion: 1.6.0
created: "2023-09-15T15:49:14.395600009+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.0
appVersion: 1.6.0
version: 1.6.2
appVersion: 1.6.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.6.0
appVersion: 1.6.0
version: 1.6.2
appVersion: 1.6.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:latest
image: vesoft/nebula-operator:v1.6.2
imagePullPolicy: Always
kubeRBACProxy:
image: bitnami/kube-rbac-proxy:0.14.2
Expand Down

0 comments on commit de64d8d

Please sign in to comment.