Skip to content

Commit ccb4070

Browse files
authored
upgrade tke-extend-network-controller to 2.2.2 (#157)
Signed-off-by: roc <[email protected]>
1 parent a00c91f commit ccb4070

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

incubator/tke-extend-network-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ type: application
2323
# This is the chart version. This version number should be incremented each time you make changes
2424
# to the chart and its templates, including the app version.
2525
# Versions are expected to follow Semantic Versioning (https://semver.org/)
26-
version: 2.2.1
26+
version: 2.2.2
2727

2828
# This is the version number of the application being deployed. This version number should be
2929
# incremented each time you make changes to the application. Versions are not expected to
3030
# follow Semantic Versioning. They should reflect the version the application is using.
3131
# It is recommended to use it with quotes.
32-
appVersion: 2.2.1
32+
appVersion: 2.2.2
3333
kubeVersion: '>= 1.26.0-0'

incubator/tke-extend-network-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# tke-extend-network-controller
22

3-
![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)
3+
![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)
44

55
针对 TKE 集群一些特殊场景的的网络控制器。
66

incubator/tke-extend-network-controller/templates/_helpers.tpl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ If release name contains chart name it will be used as a full name.
1414
{{- if .Values.fullnameOverride }}
1515
{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" }}
1616
{{- else }}
17-
{{- $name := default .Chart.Name .Values.nameOverride }}
18-
{{- .Release.Name | trunc 63 | trimSuffix "-" }}
17+
{{- print "tke-extend-network-controller" }}
1918
{{- end }}
2019
{{- end }}
2120

0 commit comments

Comments
 (0)