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 chart version #518

Merged
merged 2 commits into from
Aug 12, 2024
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 @@ -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.8.0
IMAGE_TAG ?= v1.8.1
PROVISIONER_IMAGE_TAG ?= v0.1

CHARTS_VERSION ?= 1.8.0
CHARTS_VERSION ?= 1.8.1

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.8.1
created: "2024-08-12T14:11:58.93574904+08:00"
description: Nebula Cluster Helm chart for Kubernetes
digest: 8c1d6269c2a42e232f3062d1b935604a2f3ba83eea19caaadc004e33c5d6e8b0
home: https://nebula-graph.io
keywords:
- kubernetes
- operator
- nebula-graph
- database
- graph database
maintainers:
- email: [email protected]
name: Kevin Liu
- email: [email protected]
name: Lei 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.1/nebula-cluster-1.8.1.tgz
version: 1.8.1
- apiVersion: v2
appVersion: 1.8.0
created: "2024-03-05T18:22:33.251445759+08:00"
Expand Down Expand Up @@ -506,6 +530,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.1
created: "2024-08-12T14:11:58.940207364+08:00"
description: Nebula Operator Helm chart for Kubernetes
digest: 405b91e71f89c2da4b2a95d68eac332451d989ec9193d4e205b6fb2760332287
home: https://nebula-graph.io
keywords:
- kubernetes
- operator
- nebula-graph
- database
- graph database
maintainers:
- email: [email protected]
name: Kevin Liu
- email: [email protected]
name: Lei Qiao
name: nebula-operator
sources:
- https://github.com/vesoft-inc/nebula-operator
urls:
- https://github.com/vesoft-inc/nebula-operator/releases/download/v1.8.1/nebula-operator-1.8.1.tgz
version: 1.8.1
- apiVersion: v2
appVersion: 1.8.0
created: "2024-03-05T18:22:33.25638219+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.8.0
appVersion: 1.8.0
version: 1.8.1
appVersion: 1.8.1
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.8.0
appVersion: 1.8.0
version: 1.8.1
appVersion: 1.8.1
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.8.0
image: vesoft/nebula-operator:v1.8.1
imagePullPolicy: Always

imagePullSecrets: [ ]
Expand Down
1 change: 0 additions & 1 deletion doc/user/log_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,4 @@ spec:
cpu: 500m
memory: 500Mi
version: v3.6.0
unsatisfiableAction: ScheduleAnyway
```