diff --git a/charts/it-tools/Chart.yaml b/charts/it-tools/Chart.yaml index f414b9c..5422238 100644 --- a/charts/it-tools/Chart.yaml +++ b/charts/it-tools/Chart.yaml @@ -4,7 +4,7 @@ description: Collection of handy online tools for developers, with great UX. home: https://github.com/plcnk/charts/tree/master/charts/it-tools icon: https://raw.githubusercontent.com/plcnk/charts/master/charts/it-tools/icon.svg type: application -version: 2.1.0 +version: 2.1.1 # renovate datasource=docker depName=ghcr.io/corentinth/it-tools appVersion: "2024.5.13-a0bc346" kubeVersion: ">=1.22.0-0" @@ -20,8 +20,8 @@ sources: - https://github.com/CorentinTh/it-tools annotations: artifacthub.io/changes: |- - - kind: changed - description: Changed service port from 80 to 8080 + - kind: added + description: Added replicas key artifacthub.io/links: |- - name: App Source url: https://github.com/CorentinTh/it-tools diff --git a/charts/it-tools/README.md b/charts/it-tools/README.md index cb313dc..99d9da5 100644 --- a/charts/it-tools/README.md +++ b/charts/it-tools/README.md @@ -2,7 +2,7 @@ it-tools logo -![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat) +![Version: 2.1.1](https://img.shields.io/badge/Version-2.1.1-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) ![AppVersion: 2024.5.13-a0bc346](https://img.shields.io/badge/AppVersion-2024.5.13--a0bc346-informational?style=flat) @@ -11,7 +11,7 @@ Collection of handy online tools for developers, with great UX. **Homepage:** **This chart is not maintained by the upstream project and any issues with the chart should be raised -[here](https://github.com/plcnk/charts/issues/new?assignees=plcnk&labels=bug&template=bug_report.yaml&name=it-tools&version=2.1.0)** +[here](https://github.com/plcnk/charts/issues/new?assignees=plcnk&labels=bug&template=bug_report.yaml&name=it-tools&version=2.1.1)** ## Source Code @@ -95,6 +95,7 @@ N/A | controllers.main.pod.securityContext.runAsGroup | int | `65534` | Run as `nobody` group | | controllers.main.pod.securityContext.runAsNonRoot | bool | `true` | Run container as a non-root user | | controllers.main.pod.securityContext.runAsUser | int | `65534` | Run as `nobody` user | +| controllers.main.replicas | int | `1` | Number of desired pods | | controllers.main.resources | object | `{}` | Set the resource requests / limits for the container. | | controllers.main.type | string | `"deployment"` | Controller type | | ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. | diff --git a/charts/it-tools/values.yaml b/charts/it-tools/values.yaml index b1262b4..9bd65f1 100644 --- a/charts/it-tools/values.yaml +++ b/charts/it-tools/values.yaml @@ -10,6 +10,8 @@ controllers: main: # -- Controller type type: deployment + # -- Number of desired pods + replicas: 1 containers: app: image: