File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " controller"
3- version = " 0.12.8 "
3+ version = " 0.12.9 "
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.12.8
6+ appVersion : 0.12.9
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.12.8 "
11+ app.kubernetes.io/version : " 0.12.9 "
1212 namespace : default
1313automountServiceAccountToken : true
1414---
@@ -51,7 +51,7 @@ metadata:
5151 labels :
5252 app : doc-controller
5353 app.kubernetes.io/name : doc-controller
54- app.kubernetes.io/version : " 0.12.8 "
54+ app.kubernetes.io/version : " 0.12.9 "
5555spec :
5656 type : ClusterIP
5757 ports :
@@ -71,7 +71,7 @@ metadata:
7171 labels :
7272 app : doc-controller
7373 app.kubernetes.io/name : doc-controller
74- app.kubernetes.io/version : " 0.12.8 "
74+ app.kubernetes.io/version : " 0.12.9 "
7575spec :
7676 replicas : 1
7777 selector :
8989 {}
9090 containers :
9191 - name : doc-controller
92- image : clux/controller:0.12.8
92+ image : clux/controller:0.12.9
9393 imagePullPolicy : IfNotPresent
9494 securityContext :
9595 {}
You can’t perform that action at this time.
0 commit comments