File tree Expand file tree Collapse file tree
deploy/helm/door-data-plane Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : v3.0.3
18+ version : v3.0.4
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : " v3.0.3 "
24+ appVersion : " v3.0.4 "
2525
2626dependencies :
2727 - name : metrics-server
Original file line number Diff line number Diff line change @@ -128,6 +128,9 @@ monitoring:
128128 accessMode : ReadWriteOnce
129129 # storageClassName: gp2
130130
131+ metrics-server :
132+ args :
133+ - --kubelet-insecure-tls
131134
132135doorApiGateway :
133136 internal :
Original file line number Diff line number Diff line change @@ -102,6 +102,22 @@ entries:
102102 - https://beopencloud.github.io/cno/cno-1.0.0.tgz
103103 version : 1.0.0
104104 door-agent :
105+ - apiVersion : v2
106+ appVersion : v3.0.4
107+ created : " 2025-06-27T15:16:56.902772+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 : f3f2a2d9968760aeabf2c85a77296293210eb596be8f80415fdab2037da7da55
116+ name : door-agent
117+ type : application
118+ urls :
119+ - https://beopencloud.github.io/cno/door-agent-v3.0.4.tgz
120+ version : v3.0.4
105121 - apiVersion : v2
106122 appVersion : v3.0.3
107123 created : " 2025-06-27T14:54:08.59816+02:00"
You can’t perform that action at this time.
0 commit comments