From 5bd07cec56d3d7b0e82bfe0880081912d4b0ef56 Mon Sep 17 00:00:00 2001 From: "ci-signed-commit-bot[bot]" <247774526+ci-signed-commit-bot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 14:31:28 +0000 Subject: [PATCH] Update helm docs --- charts/k8s-reporter/README.md | 4 ++-- docs.kosli.com/content/helm/_index.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/k8s-reporter/README.md b/charts/k8s-reporter/README.md index 40c381dd6..8f74f441b 100644 --- a/charts/k8s-reporter/README.md +++ b/charts/k8s-reporter/README.md @@ -4,7 +4,7 @@ title: Kubernetes Reporter Helm Chart # k8s-reporter -![Version: 1.11.0](https://img.shields.io/badge/Version-1.11.0-informational?style=flat-square) +![Version: 1.11.2](https://img.shields.io/badge/Version-1.11.2-informational?style=flat-square) A Helm chart for installing the Kosli K8S reporter as a cronjob. The chart allows you to create a Kubernetes cronjob and all its necessary RBAC to report running images to Kosli at a given cron schedule. @@ -82,7 +82,7 @@ helm uninstall kosli-reporter | fullnameOverride | string | `""` | overrides the fullname used for the created k8s resources. It has higher precedence than `nameOverride` | | image.pullPolicy | string | `"IfNotPresent"` | the kosli reporter image pull policy | | image.repository | string | `"ghcr.io/kosli-dev/cli"` | the kosli reporter image repository | -| image.tag | string | `"v2.11.27"` | the kosli reporter image tag, overrides the image tag whose default is the chart appVersion. | +| image.tag | string | `"v2.11.39"` | the kosli reporter image tag, overrides the image tag whose default is the chart appVersion. | | kosliApiToken.secretKey | string | `"key"` | the name of the key in the secret data which contains the Kosli API token | | kosliApiToken.secretName | string | `"kosli-api-token"` | the name of the secret containing the kosli API token | | nameOverride | string | `""` | overrides the name used for the created k8s resources. If `fullnameOverride` is provided, it has higher precedence than this one | diff --git a/docs.kosli.com/content/helm/_index.md b/docs.kosli.com/content/helm/_index.md index 40c381dd6..8f74f441b 100644 --- a/docs.kosli.com/content/helm/_index.md +++ b/docs.kosli.com/content/helm/_index.md @@ -4,7 +4,7 @@ title: Kubernetes Reporter Helm Chart # k8s-reporter -![Version: 1.11.0](https://img.shields.io/badge/Version-1.11.0-informational?style=flat-square) +![Version: 1.11.2](https://img.shields.io/badge/Version-1.11.2-informational?style=flat-square) A Helm chart for installing the Kosli K8S reporter as a cronjob. The chart allows you to create a Kubernetes cronjob and all its necessary RBAC to report running images to Kosli at a given cron schedule. @@ -82,7 +82,7 @@ helm uninstall kosli-reporter | fullnameOverride | string | `""` | overrides the fullname used for the created k8s resources. It has higher precedence than `nameOverride` | | image.pullPolicy | string | `"IfNotPresent"` | the kosli reporter image pull policy | | image.repository | string | `"ghcr.io/kosli-dev/cli"` | the kosli reporter image repository | -| image.tag | string | `"v2.11.27"` | the kosli reporter image tag, overrides the image tag whose default is the chart appVersion. | +| image.tag | string | `"v2.11.39"` | the kosli reporter image tag, overrides the image tag whose default is the chart appVersion. | | kosliApiToken.secretKey | string | `"key"` | the name of the key in the secret data which contains the Kosli API token | | kosliApiToken.secretName | string | `"kosli-api-token"` | the name of the secret containing the kosli API token | | nameOverride | string | `""` | overrides the name used for the created k8s resources. If `fullnameOverride` is provided, it has higher precedence than this one |