File tree 10 files changed +100
-2
lines changed
deploy/helm/door-data-plane
10 files changed +100
-2
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : v2.3.4
18
+ version : v2.3.5
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : " v2.3.4 "
24
+ appVersion : " v2.3.5 "
25
25
26
26
dependencies :
27
27
- name : metrics-server
Original file line number Diff line number Diff line change
1
+ ---
2
+ apiVersion : v1
3
+ kind : Namespace
4
+ metadata :
5
+ name : door-ci
6
+ ---
7
+
8
+ apiVersion : v1
9
+ kind : ResourceQuota
10
+ metadata :
11
+ name : door-quotas
12
+ namespace : door-ci
13
+ spec :
14
+ hard :
15
+ pods : " 1000"
16
+
17
+ ---
Original file line number Diff line number Diff line change @@ -21,6 +21,17 @@ kind: Namespace
21
21
metadata :
22
22
name : door-apigateway
23
23
---
24
+ apiVersion : v1
25
+ kind : ResourceQuota
26
+ metadata :
27
+ name : door-quotas
28
+ namespace : door-apigateway
29
+ spec :
30
+ hard :
31
+ pods : " 50"
32
+
33
+ ---
34
+
24
35
apiVersion : v1
25
36
kind : ServiceAccount
26
37
metadata :
Original file line number Diff line number Diff line change @@ -27,6 +27,17 @@ metadata:
27
27
meta.helm.sh/release-name : door
28
28
app.kubernetes.io/managed-by : Helm
29
29
---
30
+
31
+ apiVersion : v1
32
+ kind : ResourceQuota
33
+ metadata :
34
+ name : door-quotas
35
+ namespace : door-apigateway-internal
36
+ spec :
37
+ hard :
38
+ pods : " 50"
39
+
40
+ ---
30
41
apiVersion : v1
31
42
kind : ServiceAccount
32
43
metadata :
Original file line number Diff line number Diff line change @@ -21,6 +21,17 @@ kind: Namespace
21
21
metadata :
22
22
name : door-apigateway-internal
23
23
---
24
+
25
+ apiVersion : v1
26
+ kind : ResourceQuota
27
+ metadata :
28
+ name : door-quotas
29
+ namespace : door-apigateway-internal
30
+ spec :
31
+ hard :
32
+ pods : " 50"
33
+
34
+ ---
24
35
apiVersion : v1
25
36
kind : ServiceAccount
26
37
metadata :
Original file line number Diff line number Diff line change @@ -21,6 +21,17 @@ kind: Namespace
21
21
metadata :
22
22
name : door-apigateway
23
23
---
24
+
25
+ apiVersion : v1
26
+ kind : ResourceQuota
27
+ metadata :
28
+ name : door-quotas
29
+ namespace : door-apigateway
30
+ spec :
31
+ hard :
32
+ pods : " 50"
33
+
34
+ ---
24
35
apiVersion : v1
25
36
kind : ServiceAccount
26
37
metadata :
Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ metadata:
4
4
name : door-onboarding-operator
5
5
namespace : {{ .Release.Namespace }}
6
6
7
+ ---
8
+
9
+ apiVersion : v1
10
+ kind : ResourceQuota
11
+ metadata :
12
+ name : door-quotas
13
+ namespace : {{ .Release.Namespace }}
14
+ spec :
15
+ hard :
16
+ pods : " 50"
17
+
7
18
---
8
19
kind : ClusterRoleBinding
9
20
apiVersion : rbac.authorization.k8s.io/v1
Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ kind: Namespace
6
6
metadata :
7
7
name : door-monitoring
8
8
---
9
+
10
+ apiVersion : v1
11
+ kind : ResourceQuota
12
+ metadata :
13
+ name : door-quotas
14
+ namespace : door-monitoring
15
+ spec :
16
+ hard :
17
+ pods : " 50"
18
+ ---
9
19
apiVersion : v1
10
20
kind : Service
11
21
metadata :
Original file line number Diff line number Diff line change @@ -102,6 +102,22 @@ entries:
102
102
- https://beopencloud.github.io/cno/cno-1.0.0.tgz
103
103
version : 1.0.0
104
104
door-agent :
105
+ - apiVersion : v2
106
+ appVersion : v2.3.5
107
+ created : " 2024-05-31T12:54:02.266502+02:00"
108
+ dependencies :
109
+ - alias : metrics-server
110
+ condition : doorAgent.metricServer
111
+ name : metrics-server
112
+ repository : https://kubernetes-sigs.github.io/metrics-server
113
+ version : 3.8.2
114
+ description : Chart for DOOR agent
115
+ digest : 78e2fccd09894f5e2ebd38c1f9ba954a871ced2e646ca710638543584ae91b62
116
+ name : door-agent
117
+ type : application
118
+ urls :
119
+ - https://beopencloud.github.io/cno/door-agent-v2.3.5.tgz
120
+ version : v2.3.5
105
121
- apiVersion : v2
106
122
appVersion : v2.3.4
107
123
created : " 2024-05-21T13:47:25.223822Z"
You can’t perform that action at this time.
0 commit comments