From 1d70553a075b134f467a0e6579f1c22bfd0b30a2 Mon Sep 17 00:00:00 2001 From: MegaByte875 Date: Mon, 12 Aug 2024 14:22:43 +0800 Subject: [PATCH] Update chart version (#518) --- Makefile | 4 ++-- charts/nebula-cluster/Chart.yaml | 4 ++-- charts/nebula-operator/Chart.yaml | 4 ++-- charts/nebula-operator/values.yaml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index c07c4213..88d00564 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/charts/nebula-cluster/Chart.yaml b/charts/nebula-cluster/Chart.yaml index 00a9a7f6..530951b8 100644 --- a/charts/nebula-cluster/Chart.yaml +++ b/charts/nebula-cluster/Chart.yaml @@ -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 diff --git a/charts/nebula-operator/Chart.yaml b/charts/nebula-operator/Chart.yaml index d3bde425..c83c10c2 100644 --- a/charts/nebula-operator/Chart.yaml +++ b/charts/nebula-operator/Chart.yaml @@ -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 diff --git a/charts/nebula-operator/values.yaml b/charts/nebula-operator/values.yaml index 1e77d272..62ab1fb8 100644 --- a/charts/nebula-operator/values.yaml +++ b/charts/nebula-operator/values.yaml @@ -1,6 +1,6 @@ image: nebulaOperator: - image: vesoft/nebula-operator:v1.8.0 + image: vesoft/nebula-operator:v1.8.1 imagePullPolicy: Always imagePullSecrets: [ ]