From a4798800a2e0c74d7a659d1b27e29a4619f16417 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:26:22 +0200 Subject: [PATCH] Update helm docs (#116) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: nscuro <5693141+nscuro@users.noreply.github.com> --- charts/dependency-track/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/dependency-track/README.md b/charts/dependency-track/README.md index 8f8f9d6..497c544 100644 --- a/charts/dependency-track/README.md +++ b/charts/dependency-track/README.md @@ -1,6 +1,6 @@ # dependency-track -![Version: 0.11.0](https://img.shields.io/badge/Version-0.11.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.11.5](https://img.shields.io/badge/AppVersion-4.11.5-informational?style=flat-square) +![Version: 0.12.0](https://img.shields.io/badge/Version-0.12.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.11.5](https://img.shields.io/badge/AppVersion-4.11.5-informational?style=flat-square) Dependency-Track is an intelligent Component Analysis platform that allows organizations to identify and reduce risk in the software supply chain. @@ -30,7 +30,7 @@ that allows organizations to identify and reduce risk in the software supply cha | apiServer.extraEnv | list | `[]` | | | apiServer.extraEnvFrom | list | `[]` | | | apiServer.image.pullPolicy | string | `"IfNotPresent"` | | -| apiServer.image.registry | string | `""` | Override common registry | +| apiServer.image.registry | string | `""` | Override common.image.registry for the API server. | | apiServer.image.repository | string | `"dependencytrack/apiserver"` | | | apiServer.image.tag | string | `nil` | | | apiServer.initContainers | list | `[]` | | @@ -81,7 +81,7 @@ that allows organizations to identify and reduce risk in the software supply cha | frontend.extraEnv | list | `[]` | | | frontend.extraEnvFrom | list | `[]` | | | frontend.image.pullPolicy | string | `"IfNotPresent"` | | -| frontend.image.registry | string | `""` | Override common registry | +| frontend.image.registry | string | `""` | Override common.image.registry for the frontend. | | frontend.image.repository | string | `"dependencytrack/frontend"` | | | frontend.image.tag | string | `nil` | | | frontend.initContainers | list | `[]` | |