Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update charts version #296

Merged
merged 2 commits into from
Sep 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2
IMAGE_TAG ?= v1.6.3

CHARTS_VERSION ?= 1.6.2
CHARTS_VERSION ?= 1.6.3

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.6.3
created: "2023-09-22T18:23:35.421275541+08:00"
description: Nebula Cluster Helm chart for Kubernetes
digest: e5a8db8c0d820fe92153d3b8404c0568189978db5292c174170a390673efb077
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.3/nebula-cluster-1.6.3.tgz
version: 1.6.3
- apiVersion: v2
appVersion: 1.6.2
created: "2023-09-22T11:43:57.80991024+08:00"
Expand Down Expand Up @@ -290,6 +314,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.6.3
created: "2023-09-22T18:23:35.42372997+08:00"
description: Nebula Operator Helm chart for Kubernetes
digest: ee6151791ad5b0b3298b6c334cd7bb407f62b6b71a71eb8e13e9ac2709d0f72f
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.3/nebula-operator-1.6.3.tgz
version: 1.6.3
- apiVersion: v2
appVersion: 1.6.2
created: "2023-09-22T11:43:57.815339501+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.2
appVersion: 1.6.2
version: 1.6.3
appVersion: 1.6.3
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.2
appVersion: 1.6.2
version: 1.6.3
appVersion: 1.6.3
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.6.2
image: vesoft/nebula-operator:latest
imagePullPolicy: Always
kubeRBACProxy:
image: bitnami/kube-rbac-proxy:0.14.2
Expand Down