Skip to content

Commit 156bddb

Browse files
Update helm docs (#637)
Co-authored-by: ci-signed-commit-bot[bot] <247774526+ci-signed-commit-bot[bot]@users.noreply.github.com>
1 parent c2361d0 commit 156bddb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

charts/k8s-reporter/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Kubernetes Reporter Helm Chart
44

55
# k8s-reporter
66

7-
![Version: 1.11.0](https://img.shields.io/badge/Version-1.11.0-informational?style=flat-square)
7+
![Version: 1.11.2](https://img.shields.io/badge/Version-1.11.2-informational?style=flat-square)
88

99
A Helm chart for installing the Kosli K8S reporter as a cronjob.
1010
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
8282
| fullnameOverride | string | `""` | overrides the fullname used for the created k8s resources. It has higher precedence than `nameOverride` |
8383
| image.pullPolicy | string | `"IfNotPresent"` | the kosli reporter image pull policy |
8484
| image.repository | string | `"ghcr.io/kosli-dev/cli"` | the kosli reporter image repository |
85-
| image.tag | string | `"v2.11.27"` | the kosli reporter image tag, overrides the image tag whose default is the chart appVersion. |
85+
| image.tag | string | `"v2.11.39"` | the kosli reporter image tag, overrides the image tag whose default is the chart appVersion. |
8686
| kosliApiToken.secretKey | string | `"key"` | the name of the key in the secret data which contains the Kosli API token |
8787
| kosliApiToken.secretName | string | `"kosli-api-token"` | the name of the secret containing the kosli API token |
8888
| nameOverride | string | `""` | overrides the name used for the created k8s resources. If `fullnameOverride` is provided, it has higher precedence than this one |

docs.kosli.com/content/helm/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Kubernetes Reporter Helm Chart
44

55
# k8s-reporter
66

7-
![Version: 1.11.0](https://img.shields.io/badge/Version-1.11.0-informational?style=flat-square)
7+
![Version: 1.11.2](https://img.shields.io/badge/Version-1.11.2-informational?style=flat-square)
88

99
A Helm chart for installing the Kosli K8S reporter as a cronjob.
1010
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
8282
| fullnameOverride | string | `""` | overrides the fullname used for the created k8s resources. It has higher precedence than `nameOverride` |
8383
| image.pullPolicy | string | `"IfNotPresent"` | the kosli reporter image pull policy |
8484
| image.repository | string | `"ghcr.io/kosli-dev/cli"` | the kosli reporter image repository |
85-
| image.tag | string | `"v2.11.27"` | the kosli reporter image tag, overrides the image tag whose default is the chart appVersion. |
85+
| image.tag | string | `"v2.11.39"` | the kosli reporter image tag, overrides the image tag whose default is the chart appVersion. |
8686
| kosliApiToken.secretKey | string | `"key"` | the name of the key in the secret data which contains the Kosli API token |
8787
| kosliApiToken.secretName | string | `"kosli-api-token"` | the name of the secret containing the kosli API token |
8888
| nameOverride | string | `""` | overrides the name used for the created k8s resources. If `fullnameOverride` is provided, it has higher precedence than this one |

0 commit comments

Comments
 (0)