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 #389

Merged
merged 1 commit into from
Nov 6, 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.7.1
IMAGE_TAG ?= v1.7.2

CHARTS_VERSION ?= 1.7.1
CHARTS_VERSION ?= 1.7.2

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.2
created: "2023-11-06T17:43:32.565776728+08:00"
description: Nebula Cluster Helm chart for Kubernetes
digest: 3efaf3c0c5134850e29f59f9269645348eb3c72b67e07b778ca7325167270d7e
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.2/nebula-cluster-1.7.2.tgz
version: 1.7.2
- apiVersion: v2
appVersion: 1.7.1
created: "2023-10-27T11:29:49.908893582+08:00"
Expand Down Expand Up @@ -362,6 +386,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.2
created: "2023-11-06T17:43:32.568643294+08:00"
description: Nebula Operator Helm chart for Kubernetes
digest: 27cf3d3a35c98a50851294c464d605471810783c5d34a3847d40ba8ac02edaf3
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.2/nebula-operator-1.7.2.tgz
version: 1.7.2
- apiVersion: v2
appVersion: 1.7.1
created: "2023-10-27T11:29:49.912077262+08:00"
Expand Down