File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
incubator/tke-extend-network-controller Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ type: application
23
23
# This is the chart version. This version number should be incremented each time you make changes
24
24
# to the chart and its templates, including the app version.
25
25
# Versions are expected to follow Semantic Versioning (https://semver.org/)
26
- version : 2.2.1
26
+ version : 2.2.2
27
27
28
28
# This is the version number of the application being deployed. This version number should be
29
29
# incremented each time you make changes to the application. Versions are not expected to
30
30
# follow Semantic Versioning. They should reflect the version the application is using.
31
31
# It is recommended to use it with quotes.
32
- appVersion : 2.2.1
32
+ appVersion : 2.2.2
33
33
kubeVersion : ' >= 1.26.0-0'
Original file line number Diff line number Diff line change 1
1
# tke-extend-network-controller
2
2
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 )
4
4
5
5
针对 TKE 集群一些特殊场景的的网络控制器。
6
6
Original file line number Diff line number Diff line change @@ -14,8 +14,7 @@ If release name contains chart name it will be used as a full name.
14
14
{ {- if .Values.fullnameOverride } }
15
15
{ {- .Values.fullnameOverride | trunc 63 | trimSuffix " -" } }
16
16
{ {- else } }
17
- { {- $name := default .Chart.Name .Values.nameOverride } }
18
- { {- .Release.Name | trunc 63 | trimSuffix " -" } }
17
+ { {- print " tke-extend-network-controller" } }
19
18
{ {- end } }
20
19
{ {- end } }
21
20
You can’t perform that action at this time.
0 commit comments