From ffcc8b4ef14eb306432d1ccba0ab2dca1f2964dc Mon Sep 17 00:00:00 2001 From: "kevin.qiao" Date: Thu, 23 Nov 2023 11:13:54 +0800 Subject: [PATCH] update charts version (#403) --- Makefile | 4 +-- charts/index.yaml | 47 ++++++++++++++++++++++++++++++ charts/nebula-cluster/Chart.yaml | 4 +-- charts/nebula-operator/Chart.yaml | 4 +-- charts/nebula-operator/values.yaml | 2 +- 5 files changed, 54 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 8d521575..1400aae1 100644 --- a/Makefile +++ b/Makefile @@ -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.2 +IMAGE_TAG ?= v1.7.3 -CHARTS_VERSION ?= 1.7.2 +CHARTS_VERSION ?= 1.7.3 export GO111MODULE := on GOOS := $(if $(GOOS),$(GOOS),linux) diff --git a/charts/index.yaml b/charts/index.yaml index dc8056da..1dbc8d59 100644 --- a/charts/index.yaml +++ b/charts/index.yaml @@ -1,6 +1,30 @@ apiVersion: v1 entries: nebula-cluster: + - apiVersion: v2 + appVersion: 1.7.3 + created: "2023-11-23T10:57:54.440353894+08:00" + description: Nebula Cluster Helm chart for Kubernetes + digest: edf8af3ee040e793af74fd9682196979368bb3cde2b273d7b68116156f1062db + 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.3/nebula-cluster-1.7.3.tgz + version: 1.7.3 - apiVersion: v2 appVersion: 1.7.2 created: "2023-11-06T17:43:32.565776728+08:00" @@ -386,6 +410,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.3 + created: "2023-11-23T10:57:54.443962726+08:00" + description: Nebula Operator Helm chart for Kubernetes + digest: 292c0e3f1536ddab4a817a90112390d06dedf012b6194c72292dca589f29fdc3 + 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.3/nebula-operator-1.7.3.tgz + version: 1.7.3 - apiVersion: v2 appVersion: 1.7.2 created: "2023-11-06T17:43:32.568643294+08:00" diff --git a/charts/nebula-cluster/Chart.yaml b/charts/nebula-cluster/Chart.yaml index 5a9581f2..7d9ecbdf 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.7.1 -appVersion: 1.7.1 +version: 1.7.3 +appVersion: 1.7.3 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 45ae849e..ee967e5d 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.7.1 -appVersion: 1.7.1 +version: 1.7.3 +appVersion: 1.7.3 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 e8529f7d..4428c324 100644 --- a/charts/nebula-operator/values.yaml +++ b/charts/nebula-operator/values.yaml @@ -1,6 +1,6 @@ image: nebulaOperator: - image: vesoft/nebula-operator:v1.7.1 + image: vesoft/nebula-operator:v1.7.3 imagePullPolicy: Always imagePullSecrets: [ ]