File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
incubator/tke-extend-network-controller Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff 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.0
26+ version : 2.2.1
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.0
32+ appVersion : 2.2.1
3333kubeVersion : ' >= 1.26.0-0'
Original file line number Diff line number Diff line change 11# tke-extend-network-controller
22
3- ![ Version: 2.2.0 ] ( https://img.shields.io/badge/Version-2.2.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.2.0 ] ( https://img.shields.io/badge/AppVersion-2.2.0 -informational?style=flat-square )
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 )
44
55针对 TKE 集群一些特殊场景的的网络控制器。
66
Original file line number Diff line number Diff line change 9797 resources :
9898 - nodes
9999 verbs :
100- - create
101- - delete
102100 - get
103101 - list
104102 - patch
@@ -123,8 +121,6 @@ rules:
123121 resources :
124122 - pods
125123 verbs :
126- - create
127- - delete
128124 - get
129125 - list
130126 - patch
You can’t perform that action at this time.
0 commit comments