diff --git a/charts/kangal/Chart.yaml b/charts/kangal/Chart.yaml index 0d15c4ea..bd8ada07 100644 --- a/charts/kangal/Chart.yaml +++ b/charts/kangal/Chart.yaml @@ -6,7 +6,7 @@ keywords: - performance tests - tests runner name: kangal -version: 1.4.0 +version: 1.4.1 home: https://github.com/hellofresh/kangal icon: https://raw.githubusercontent.com/hellofresh/kangal/master/kangal_logo.svg maintainers: diff --git a/charts/kangal/README.md b/charts/kangal/README.md index 04574eca..e4ba5a5f 100644 --- a/charts/kangal/README.md +++ b/charts/kangal/README.md @@ -69,21 +69,21 @@ To install Kangal to your infrastructure you need 3 deployments: Kangal-Proxy, K The following table lists the common configurable parameters for `Kangal` chart: -| Parameter | Description | Default | -|-------------------------------------|-----------------------------------------------------------------------------------------------------|---------------------------------------| -| `fullnameOverride` | String to fully override kangal.fullname template with a string | `nil` | -| `nameOverride` | String to partially override kangal.fullname template with a string (will prepend the release name) | `nil` | -| `configmap.AWS_ACCESS_KEY_ID` | AWS access key ID. If not defined report will not be stored | `` | -| `configmap.AWS_SECRET_ACCESS_KEY` | AWS secret access key | `` | -| `configmap.AWS_BUCKET_NAME` | The name of the bucket for saving reports | `my-bucket` | -| `configmap.AWS_ENDPOINT_URL` | Storage connection parameter | `s3.us-east-1.amazonaws.com` | -| `configmap.AWS_DEFAULT_REGION` | Storage connection parameter | `us-east-1` | -| `configmap.JMETER_MASTER_IMAGE_NAME | Default JMeter master image name/repository if none is provided when creating a new loadtest | "hellofreshtech/kangal-jmeter-master" | -| `configmap.JMETER_MASTER_IMAGE_TAG | Tag of the JMeter master image above | "latest" | -| `configmap.JMETER_WORKER_IMAGE_NAME | Default JMeter worker image name/repository if none is provided when creating a new loadtest | "hellofreshtech/kangal-jmeter-worker" | -| `configmap.JMETER_WORKER_IMAGE_TAG | Tag of the JMeter worker image above | "latest" | -| `configmap.LOCUST_IMAGE | Default Locust image name/repository if none is provided when creating a new loadtest | "locustio/locust" | -| `configmap.LOCUST_IMAGE_TAG | Tag of the Locust image above | "1.3.0" | +| Parameter | Description | Default | +|--------------------------------------|-----------------------------------------------------------------------------------------------------|---------------------------------------| +| `fullnameOverride` | String to fully override kangal.fullname template with a string | `nil` | +| `nameOverride` | String to partially override kangal.fullname template with a string (will prepend the release name) | `nil` | +| `configmap.AWS_ACCESS_KEY_ID` | AWS access key ID. If not defined report will not be stored | `` | +| `configmap.AWS_SECRET_ACCESS_KEY` | AWS secret access key | `` | +| `configmap.AWS_BUCKET_NAME` | The name of the bucket for saving reports | `my-bucket` | +| `configmap.AWS_ENDPOINT_URL` | Storage connection parameter | `s3.us-east-1.amazonaws.com` | +| `configmap.AWS_DEFAULT_REGION` | Storage connection parameter | `us-east-1` | +| `configmap.JMETER_MASTER_IMAGE_NAME` | Default JMeter master image name/repository if none is provided when creating a new loadtest | `hellofreshtech/kangal-jmeter-master` | +| `configmap.JMETER_MASTER_IMAGE_TAG` | Tag of the JMeter master image above | `latest` | +| `configmap.JMETER_WORKER_IMAGE_NAME` | Default JMeter worker image name/repository if none is provided when creating a new loadtest | `hellofreshtech/kangal-jmeter-worker` | +| `configmap.JMETER_WORKER_IMAGE_TAG` | Tag of the JMeter worker image above | `latest` | +| `configmap.LOCUST_IMAGE` | Default Locust image name/repository if none is provided when creating a new loadtest | `locustio/locust` | +| `configmap.LOCUST_IMAGE_TAG` | Tag of the Locust image above | `1.3.0` | Deployment specific configurations: