From de64d8dc45562361e8a025e45743f5f1c80224c2 Mon Sep 17 00:00:00 2001 From: "kevin.qiao" Date: Fri, 22 Sep 2023 13:29:51 +0800 Subject: [PATCH] update helm chart version (#292) --- Makefile | 4 +- charts/index.yaml | 94 ++++++++++++++++++++++++++++++ charts/nebula-cluster/Chart.yaml | 4 +- charts/nebula-operator/Chart.yaml | 4 +- charts/nebula-operator/values.yaml | 2 +- 5 files changed, 101 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index e5205e95..32ce4ca3 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.6.0 +IMAGE_TAG ?= v1.6.2 -CHARTS_VERSION ?= 1.6.0 +CHARTS_VERSION ?= 1.6.2 export GO111MODULE := on GOOS := $(if $(GOOS),$(GOOS),linux) diff --git a/charts/index.yaml b/charts/index.yaml index caf57f1c..8381931b 100644 --- a/charts/index.yaml +++ b/charts/index.yaml @@ -1,6 +1,54 @@ apiVersion: v1 entries: nebula-cluster: + - apiVersion: v2 + appVersion: 1.6.2 + created: "2023-09-22T11:43:57.80991024+08:00" + description: Nebula Cluster Helm chart for Kubernetes + digest: add2d3dd3577e4e199868d8577d9edbf1a877225f27cfa4dd4197157e797ff74 + 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.6.2/nebula-cluster-1.6.2.tgz + version: 1.6.2 + - apiVersion: v2 + appVersion: 1.6.1 + created: "2023-09-22T11:27:42.03293674+08:00" + description: Nebula Cluster Helm chart for Kubernetes + digest: d0c32de81d02d1b78b9cf26109cbe7a58c6d0773a59e14b0a5932b080915dd96 + 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.6.1/nebula-cluster-1.6.1.tgz + version: 1.6.1 - apiVersion: v2 appVersion: 1.6.0 created: "2023-09-15T15:49:14.391789423+08:00" @@ -242,6 +290,52 @@ 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.6.2 + created: "2023-09-22T11:43:57.815339501+08:00" + description: Nebula Operator Helm chart for Kubernetes + digest: e6f6e65f3f889794e366df66dd96199775ccd41184b002ae9cc15ad74ca3af5a + 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.6.2/nebula-operator-1.6.2.tgz + version: 1.6.2 + - apiVersion: v2 + appVersion: 1.6.1 + created: "2023-09-22T11:27:42.035828706+08:00" + description: Nebula Operator Helm chart for Kubernetes + digest: 68e5911c39850a80fe0bc0e82789cd449c23c8b1684f4386cf7370f71b8f2339 + 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.6.1/nebula-operator-1.6.1.tgz + version: 1.6.1 - apiVersion: v2 appVersion: 1.6.0 created: "2023-09-15T15:49:14.395600009+08:00" diff --git a/charts/nebula-cluster/Chart.yaml b/charts/nebula-cluster/Chart.yaml index 65334ce2..598f57c8 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.6.0 -appVersion: 1.6.0 +version: 1.6.2 +appVersion: 1.6.2 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 53b32739..ce11c140 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.6.0 -appVersion: 1.6.0 +version: 1.6.2 +appVersion: 1.6.2 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 139e7a1c..acf738cb 100644 --- a/charts/nebula-operator/values.yaml +++ b/charts/nebula-operator/values.yaml @@ -1,6 +1,6 @@ image: nebulaOperator: - image: vesoft/nebula-operator:latest + image: vesoft/nebula-operator:v1.6.2 imagePullPolicy: Always kubeRBACProxy: image: bitnami/kube-rbac-proxy:0.14.2