Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
modoulo boly sow committed Oct 11, 2024
1 parent 385ecce commit e71a7c0
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 6 deletions.
4 changes: 2 additions & 2 deletions deploy/helm/door-data-plane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: v2.4.3
version: v2.4.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v2.4.3"
appVersion: "v2.4.4"

dependencies:
- name: metrics-server
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/door-data-plane/templates/gateway/contour-LB.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ data:
# Specify the Gateway API configuration.
gateway:
gatewayRef:
name: door-external
namespace: door-apigateway-external
name: door
namespace: door-apigateway
#
# should contour expect to be running inside a k8s cluster
# incluster: true
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/door-data-plane/templates/gateway/contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ data:
# Specify the Gateway API configuration.
gateway:
gatewayRef:
name: door-external
namespace: door-apigateway-external
name: door
namespace: door-apigateway
#
# should contour expect to be running inside a k8s cluster
# incluster: true
Expand Down
Binary file added docs/door-agent-v2.4.4.tgz
Binary file not shown.
16 changes: 16 additions & 0 deletions docs/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,22 @@ entries:
- https://beopencloud.github.io/cno/cno-1.0.0.tgz
version: 1.0.0
door-agent:
- apiVersion: v2
appVersion: v2.4.4
created: "2024-10-11T11:56:35.909535Z"
dependencies:
- alias: metrics-server
condition: doorAgent.metricServer
name: metrics-server
repository: https://kubernetes-sigs.github.io/metrics-server
version: 3.8.2
description: Chart for DOOR agent
digest: a8db0337e3fc84165f50423374819317da5669ffe228c777da97516bd2696306
name: door-agent
type: application
urls:
- https://beopencloud.github.io/cno/door-agent-v2.4.4.tgz
version: v2.4.4
- apiVersion: v2
appVersion: v2.4.3
created: "2024-10-11T11:40:33.945696Z"
Expand Down

0 comments on commit e71a7c0

Please sign in to comment.