diff --git a/incubator/tke-extend-network-controller/Chart.yaml b/incubator/tke-extend-network-controller/Chart.yaml index e73b9ce..ebcdd0f 100644 --- a/incubator/tke-extend-network-controller/Chart.yaml +++ b/incubator/tke-extend-network-controller/Chart.yaml @@ -23,11 +23,11 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.2.1 +version: 2.2.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: 2.2.1 +appVersion: 2.2.2 kubeVersion: '>= 1.26.0-0' diff --git a/incubator/tke-extend-network-controller/README.md b/incubator/tke-extend-network-controller/README.md index 410c85a..f3c4cd0 100644 --- a/incubator/tke-extend-network-controller/README.md +++ b/incubator/tke-extend-network-controller/README.md @@ -1,6 +1,6 @@ # tke-extend-network-controller -![Version: 2.2.1](https://img.shields.io/badge/Version-2.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.2.1](https://img.shields.io/badge/AppVersion-2.2.1-informational?style=flat-square) +![Version: 2.2.2](https://img.shields.io/badge/Version-2.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.2.2](https://img.shields.io/badge/AppVersion-2.2.2-informational?style=flat-square) 针对 TKE 集群一些特殊场景的的网络控制器。 diff --git a/incubator/tke-extend-network-controller/templates/_helpers.tpl b/incubator/tke-extend-network-controller/templates/_helpers.tpl index f1ebaf2..c03cb35 100644 --- a/incubator/tke-extend-network-controller/templates/_helpers.tpl +++ b/incubator/tke-extend-network-controller/templates/_helpers.tpl @@ -14,8 +14,7 @@ If release name contains chart name it will be used as a full name. {{- if .Values.fullnameOverride }} {{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" }} {{- else }} -{{- $name := default .Chart.Name .Values.nameOverride }} -{{- .Release.Name | trunc 63 | trimSuffix "-" }} +{{- print "tke-extend-network-controller" }} {{- end }} {{- end }}