Skip to content

fix: update doc and actions #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/kics-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4
- name: Release
if: ${{ github.ref == 'refs/heads/main' }}
uses: helm/chart-releaser-action@v1.6.0
uses: helm/chart-releaser-action@v1.7.0
env:
CR_SKIP_EXISTING: "true"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# enterprise-helm-charts

Helm charts for BSEE Kubernetes installation.
Helm charts for BSEE Kubernetes installation.
Currently only contains the standard kubernetes BSEE installation helm chart.

# Usage
## Usage

The command ```helm repo add bsee https://portswigger.github.io/enterprise-helm-charts/``` can be used to add the repo.

Expand All @@ -23,4 +23,3 @@ helm install ${RELEASE_NAME} bsee/burp-suite-enterprise-edition \
Where ```enterpriseServerConnectionUsername``` and ```scanningResourceConnectionUsername``` are optional.

More information about custom values can be found in [getting started](https://portswigger.net/burp/documentation/enterprise/getting-started/kubernetes/new-deployment/install-app#providing-custom-values-for-the-helm-chart) documentation.

2 changes: 1 addition & 1 deletion charts/helm-chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: 2025.3-21104
description: A Helm chart to create the k8s cluster dependencies for BSEE. See the
release notes at https://portswigger.net/burp/releases/enterprise-edition-2024-10-1-1.
release notes at https://portswigger.net/burp/releases/enterprise-edition-2025-3.
home: https://portswigger.net/
icon: https://github.com/PortSwigger/enterprise-helm-charts/blob/33292500f49f9d9ddef2d22d3a53b13f3210674e/enterprise-logo.svg
keywords:
Expand Down
12 changes: 6 additions & 6 deletions charts/helm-chart/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# burp-suite-enterprise-edition

![Version: 2023.10.1](https://img.shields.io/badge/Version-2023.10.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2025.3.0](https://img.shields.io/badge/Version-2025.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2025.3-21104](https://img.shields.io/badge/AppVersion-2025.3--21104-informational?style=flat-square)

A Helm chart to create the k8s cluster dependencies for BSEE
A Helm chart to create the k8s cluster dependencies for BSEE. See the release notes at https://portswigger.net/burp/releases/enterprise-edition-2025-3.

**Homepage:** <https://portswigger.net/>

## Maintainers

| Name | Email | Url |
| ---- | ------ | --- |
| Portswigger | <support@portswigger.net> | |
| Portswigger | <hello@portswigger.net> | |

## Source Code

Expand All @@ -22,7 +22,7 @@ A Helm chart to create the k8s cluster dependencies for BSEE
|-----|------|---------|-------------|
| applicationName | string | `"bsee"` | |
| connectionCheckContainerCpu | string | `"1400m"` | |
| connectionCheckContainerMemory | string | `"1Gi"` | |
| connectionCheckContainerMemory | string | `"2Gi"` | |
| containerRegistry | string | `"public.ecr.aws"` | The container registry used to get the Enterprise images |
| database.enterpriseServerConnectionUsername | string | `""` | Connection username for the Enterprise Server database connection. Required if connection username differs from internal username e.g. if @hostname suffix is mandated (Azure) |
| database.enterpriseServerPassword | string | `""` | Password for the Enterprise Server database connection |
Expand All @@ -39,6 +39,7 @@ A Helm chart to create the k8s cluster dependencies for BSEE
| defaultRequestMemoryPerContainer | string | `"128Mi"` | |
| enterpriseServerContainerCpu | string | `"1400m"` | |
| enterpriseServerContainerMemory | string | `"4Gi"` | |
| imagePullSecrets | list | `[]` | |
| maxCpuPerContainer | string | `"4000m"` | |
| maxMemoryPerContainer | string | `"8Gi"` | |
| minCpuPerContainer | string | `"100m"` | |
Expand All @@ -57,9 +58,8 @@ A Helm chart to create the k8s cluster dependencies for BSEE
| services.webServer.label | string | `"app.portswigger.net/ingress: web-server"` | |
| services.webServer.useDeprecatedHttpConfigFromDatabase | bool | `false` | |
| services.webServer.useHttps | bool | `false` | |
| support.oracle | bool | `false` | |
| webServerContainerCpu | string | `"1400m"` | |
| webServerContainerMemory | string | `"4Gi"` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/tag/v1.14.2)