Skip to content

Commit 450d593

Browse files
committed
Add v3.0.4 version to disable tls verification for metric server
1 parent 7782a8d commit 450d593

4 files changed

Lines changed: 21 additions & 2 deletions

File tree

deploy/helm/door-data-plane/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2626
dependencies:
2727
- name: metrics-server

deploy/helm/door-data-plane/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ monitoring:
128128
accessMode: ReadWriteOnce
129129
# storageClassName: gp2
130130

131+
metrics-server:
132+
args:
133+
- --kubelet-insecure-tls
131134

132135
doorApiGateway:
133136
internal:

docs/door-agent-v3.0.4.tgz

213 KB
Binary file not shown.

docs/index.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)