Skip to content

Commit

Permalink
fix(ingress): correct url for update endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
portswigger-tim committed Jan 18, 2024
1 parent e96c679 commit 31aaf6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/burpsuite/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: burpsuite
description: Scan it all. With the enterprise-enabled dynamic web vulnerability scanner.
type: application
version: 0.0.5-alpha.18
version: 0.0.5-alpha.19
kubeVersion: ">=1.24.0-0"
keywords:
- burpsuite
Expand All @@ -16,4 +16,4 @@ maintainers:
- name: Portswigger Cloud
email: github-portswigger-cloud@portswigger.net

appVersion: "2023.12"
appVersion: "2024.1"
2 changes: 1 addition & 1 deletion charts/burpsuite/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
name: {{ $fullName }}
port:
name: http-agent-ws
- path: /agent/updates
- path: /agent/update
pathType: ImplementationSpecific
backend:
service:
Expand Down

0 comments on commit 31aaf6a

Please sign in to comment.