File tree 5 files changed +22
-6
lines changed
deploy/helm/door-data-plane
5 files changed +22
-6
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.4.3
18
+ version : v2.4.4
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.4.3 "
24
+ appVersion : " v2.4.4 "
25
25
26
26
dependencies :
27
27
- name : metrics-server
Original file line number Diff line number Diff line change 60
60
# Specify the Gateway API configuration.
61
61
gateway:
62
62
gatewayRef:
63
- name: door-external
64
- namespace: door-apigateway-external
63
+ name: door
64
+ namespace: door-apigateway
65
65
#
66
66
# should contour expect to be running inside a k8s cluster
67
67
# incluster: true
Original file line number Diff line number Diff line change 60
60
# Specify the Gateway API configuration.
61
61
gateway:
62
62
gatewayRef:
63
- name: door-external
64
- namespace: door-apigateway-external
63
+ name: door
64
+ namespace: door-apigateway
65
65
#
66
66
# should contour expect to be running inside a k8s cluster
67
67
# incluster: true
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.4.4
107
+ created : " 2024-10-11T11:56:35.909535Z"
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 : a8db0337e3fc84165f50423374819317da5669ffe228c777da97516bd2696306
116
+ name : door-agent
117
+ type : application
118
+ urls :
119
+ - https://beopencloud.github.io/cno/door-agent-v2.4.4.tgz
120
+ version : v2.4.4
105
121
- apiVersion : v2
106
122
appVersion : v2.4.3
107
123
created : " 2024-10-11T11:40:33.945696Z"
You can’t perform that action at this time.
0 commit comments