diff --git a/charts/ascii-movie/Chart.yaml b/charts/ascii-movie/Chart.yaml index 0c0f545d0..1df2b234b 100644 --- a/charts/ascii-movie/Chart.yaml +++ b/charts/ascii-movie/Chart.yaml @@ -4,7 +4,7 @@ description: Star Wars movie SSH and Telnet server home: https://charts.gabe565.com/charts/ascii-movie/ icon: https://raw.githubusercontent.com/gabe565/ascii-movie/a1fd5c9df2fb3a177949c9511b62407c83aedefe/assets/icon.svg type: application -version: 0.10.1 +version: 0.10.2 # renovate datasource=docker depName=ghcr.io/gabe565/ascii-movie appVersion: 1.5.1 kubeVersion: ">=1.22.0-0" @@ -21,8 +21,8 @@ sources: - https://github.com/gabe565/ascii-movie annotations: artifacthub.io/changes: |- - - kind: changed - description: Update ghcr.io/gabe565/ascii-movie Docker tag to v1.5.1 + - kind: added + description: Add concurrent streams env artifacthub.io/links: |- - name: App Source url: https://github.com/gabe565/ascii-movie diff --git a/charts/ascii-movie/README.md b/charts/ascii-movie/README.md index 85b3a5965..6cef54495 100644 --- a/charts/ascii-movie/README.md +++ b/charts/ascii-movie/README.md @@ -2,7 +2,7 @@ ascii-movie logo -![Version: 0.10.1](https://img.shields.io/badge/Version-0.10.1-informational?style=flat) +![Version: 0.10.2](https://img.shields.io/badge/Version-0.10.2-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) ![AppVersion: 1.5.1](https://img.shields.io/badge/AppVersion-1.5.1-informational?style=flat) @@ -11,7 +11,7 @@ Star Wars movie SSH and Telnet server **Homepage:** **This chart is not maintained by the upstream project and any issues with the chart should be raised -[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=ascii-movie&version=0.10.1)** +[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=ascii-movie&version=0.10.2)** ## Source Code @@ -83,7 +83,8 @@ N/A | Key | Type | Default | Description | |-----|------|---------|-------------| | controller.strategy | string | `"RollingUpdate"` | Set the controller upgrade strategy | -| env | string | See [values.yaml](./values.yaml) | Environment variables. [[ref]](https://github.com/gabe565/ascii-movie/blob/main/docs/ascii-movie_serve.md) | +| env | object | See [values.yaml](./values.yaml) | Environment variables. [[ref]](https://github.com/gabe565/ascii-movie/blob/main/docs/ascii-movie_serve.md) | +| env.ASCII_MOVIE_CONCURRENT_STREAMS | int | `10` | Number of concurrent streams allowed from an IP address. Set to 0 to disable. | | image.pullPolicy | string | `"Always"` | image pull policy | | image.repository | string | `"ghcr.io/gabe565/ascii-movie"` | image repository. | | image.tag | string | `"1.5.1"` | image tag | diff --git a/charts/ascii-movie/values.yaml b/charts/ascii-movie/values.yaml index 4d16c4e10..05781fbcc 100644 --- a/charts/ascii-movie/values.yaml +++ b/charts/ascii-movie/values.yaml @@ -20,6 +20,8 @@ controller: # -- Environment variables. [[ref]](https://github.com/gabe565/ascii-movie/blob/main/docs/ascii-movie_serve.md) # @default -- See [values.yaml](./values.yaml) env: + # -- Number of concurrent streams allowed from an IP address. Set to 0 to disable. + ASCII_MOVIE_CONCURRENT_STREAMS: 10 # ASCII_MOVIE_SPEED: # -- Configures service settings for the chart.