Skip to content

Commit e71a7c0

Browse files
author
modoulo boly sow
committed
fix error
1 parent 385ecce commit e71a7c0

File tree

5 files changed

+22
-6
lines changed

5 files changed

+22
-6
lines changed

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

+2-2
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: v2.4.3
18+
version: v2.4.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: "v2.4.3"
24+
appVersion: "v2.4.4"
2525

2626
dependencies:
2727
- name: metrics-server

deploy/helm/door-data-plane/templates/gateway/contour-LB.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ data:
6060
# Specify the Gateway API configuration.
6161
gateway:
6262
gatewayRef:
63-
name: door-external
64-
namespace: door-apigateway-external
63+
name: door
64+
namespace: door-apigateway
6565
#
6666
# should contour expect to be running inside a k8s cluster
6767
# incluster: true

deploy/helm/door-data-plane/templates/gateway/contour.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ data:
6060
# Specify the Gateway API configuration.
6161
gateway:
6262
gatewayRef:
63-
name: door-external
64-
namespace: door-apigateway-external
63+
name: door
64+
namespace: door-apigateway
6565
#
6666
# should contour expect to be running inside a k8s cluster
6767
# incluster: true

docs/door-agent-v2.4.4.tgz

207 KB
Binary file not shown.

docs/index.yaml

+16
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: 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
105121
- apiVersion: v2
106122
appVersion: v2.4.3
107123
created: "2024-10-11T11:40:33.945696Z"

0 commit comments

Comments
 (0)