File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " controller"
3- version = " 0.15 .0"
3+ version = " 0.16 .0"
44authors = [
" clux <[email protected] >" ]
55edition = " 2021"
66default-run = " controller"
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ name: doc-controller
33description : document controller sample chart
44type : application
55version : 0.1.0
6- appVersion : 0.15 .0
6+ appVersion : 0.16 .0
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ metadata:
88 labels :
99 app : doc-controller
1010 app.kubernetes.io/name : doc-controller
11- app.kubernetes.io/version : " 0.15 .0"
11+ app.kubernetes.io/version : " 0.16 .0"
1212spec :
1313 podSelector :
1414 matchLabels :
@@ -58,7 +58,7 @@ metadata:
5858 labels :
5959 app : doc-controller
6060 app.kubernetes.io/name : doc-controller
61- app.kubernetes.io/version : " 0.15 .0"
61+ app.kubernetes.io/version : " 0.16 .0"
6262 namespace : default
6363automountServiceAccountToken : true
6464---
@@ -101,7 +101,7 @@ metadata:
101101 labels :
102102 app : doc-controller
103103 app.kubernetes.io/name : doc-controller
104- app.kubernetes.io/version : " 0.15 .0"
104+ app.kubernetes.io/version : " 0.16 .0"
105105spec :
106106 type : ClusterIP
107107 ports :
@@ -121,7 +121,7 @@ metadata:
121121 labels :
122122 app : doc-controller
123123 app.kubernetes.io/name : doc-controller
124- app.kubernetes.io/version : " 0.15 .0"
124+ app.kubernetes.io/version : " 0.16 .0"
125125spec :
126126 replicas : 1
127127 selector :
@@ -139,7 +139,7 @@ spec:
139139 {}
140140 containers :
141141 - name : doc-controller
142- image : ghcr.io/kube-rs/controller:0.15 .0
142+ image : ghcr.io/kube-rs/controller:0.16 .0
143143 imagePullPolicy : IfNotPresent
144144 securityContext :
145145 {}
You can’t perform that action at this time.
0 commit comments