File tree Expand file tree Collapse file tree 4 files changed +77
-5
lines changed Expand file tree Collapse file tree 4 files changed +77
-5
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
2
2
name : ske-operator
3
3
description : A Helm Chart for deploying the SKE-Operator
4
4
type : application
5
- version : 0.42 .0 # the helm chart version
6
- appVersion : " v0.13 .0" # the ske operator version
5
+ version : 0.43 .0 # the helm chart version
6
+ appVersion : " v0.14 .0" # the ske operator version
7
7
dependencies :
8
8
- name : ske-operator-crds
9
- version : 0.42 .0
9
+ version : 0.43 .0
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ type: application
13
13
# This is the chart version. This version number should be incremented each time you make changes
14
14
# to the chart and its templates, including the app version.
15
15
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16
- version : 0.42 .0
16
+ version : 0.43 .0
17
17
# This is the version number of the application being deployed. This version number should be
18
18
# incremented each time you make changes to the application. Versions are not expected to
19
19
# follow Semantic Versioning. They should reflect the version the application is using.
20
20
# It is recommended to use it with quotes.
21
- appVersion : " v0.13 .0"
21
+ appVersion : " v0.14 .0"
Original file line number Diff line number Diff line change 63
63
spec :
64
64
description : KratixSpec defines the desired state of Kratix
65
65
properties :
66
+ deploymentConfig :
67
+ properties :
68
+ resources :
69
+ properties :
70
+ limits :
71
+ properties :
72
+ cpu :
73
+ anyOf :
74
+ - type : integer
75
+ - type : string
76
+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
77
+ x-kubernetes-int-or-string : true
78
+ memory :
79
+ anyOf :
80
+ - type : integer
81
+ - type : string
82
+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
83
+ x-kubernetes-int-or-string : true
84
+ type : object
85
+ requests :
86
+ properties :
87
+ cpu :
88
+ anyOf :
89
+ - type : integer
90
+ - type : string
91
+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
92
+ x-kubernetes-int-or-string : true
93
+ memory :
94
+ anyOf :
95
+ - type : integer
96
+ - type : string
97
+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
98
+ x-kubernetes-int-or-string : true
99
+ type : object
100
+ type : object
101
+ type : object
66
102
tlsConfig :
67
103
description : TLSConfig is the configuration for TLS on the deployed SKE
68
104
properties :
Original file line number Diff line number Diff line change 64
64
spec :
65
65
description : KratixSpec defines the desired state of Kratix
66
66
properties :
67
+ deploymentConfig :
68
+ properties :
69
+ resources :
70
+ properties :
71
+ limits :
72
+ properties :
73
+ cpu :
74
+ anyOf :
75
+ - type : integer
76
+ - type : string
77
+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
78
+ x-kubernetes-int-or-string : true
79
+ memory :
80
+ anyOf :
81
+ - type : integer
82
+ - type : string
83
+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
84
+ x-kubernetes-int-or-string : true
85
+ type : object
86
+ requests :
87
+ properties :
88
+ cpu :
89
+ anyOf :
90
+ - type : integer
91
+ - type : string
92
+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
93
+ x-kubernetes-int-or-string : true
94
+ memory :
95
+ anyOf :
96
+ - type : integer
97
+ - type : string
98
+ pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
99
+ x-kubernetes-int-or-string : true
100
+ type : object
101
+ type : object
102
+ type : object
67
103
tlsConfig :
68
104
description : TLSConfig is the configuration for TLS on the deployed SKE
69
105
properties :
You can’t perform that action at this time.
0 commit comments