Skip to content

Commit

Permalink
Update chart version (vesoft-inc#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaByte875 committed Aug 12, 2024
1 parent da4b3eb commit 1d70553
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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
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

0 comments on commit 1d70553

Please sign in to comment.