From 3884aab61415b7474668c6e9c9514978f059408b Mon Sep 17 00:00:00 2001 From: Sami Alajrami Date: Mon, 15 Jan 2024 15:29:21 +0100 Subject: [PATCH] update helm chart readme and bump image and chart versions --- charts/k8s-reporter/Chart.yaml | 4 ++-- charts/k8s-reporter/_templates.gotmpl | 1 + charts/k8s-reporter/values.yaml | 2 +- docs.kosli.com/content/helm/_index.md | 3 ++- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/charts/k8s-reporter/Chart.yaml b/charts/k8s-reporter/Chart.yaml index 51dd09a73..d7884be2c 100644 --- a/charts/k8s-reporter/Chart.yaml +++ b/charts/k8s-reporter/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.3.1 +version: 1.4.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "2.0.0" +appVersion: "2.7.2" diff --git a/charts/k8s-reporter/_templates.gotmpl b/charts/k8s-reporter/_templates.gotmpl index fcade07d5..887d82f34 100644 --- a/charts/k8s-reporter/_templates.gotmpl +++ b/charts/k8s-reporter/_templates.gotmpl @@ -7,6 +7,7 @@ The chart allows you to create a Kubernetes cronjob and all its necessary RBAC t - A Kubernetes cluster - Helm v3.0+ +- Create a secret for the Kosli API token which will be used for reporting. You can create a secret by running: `kubectl create secret generic --from-literal==` {{- end }} {{ define "extra.install" -}} diff --git a/charts/k8s-reporter/values.yaml b/charts/k8s-reporter/values.yaml index 897726977..7944cdd0d 100644 --- a/charts/k8s-reporter/values.yaml +++ b/charts/k8s-reporter/values.yaml @@ -8,7 +8,7 @@ image: # -- the kosli reporter image pull policy pullPolicy: IfNotPresent # -- the kosli reporter image tag, overrides the image tag whose default is the chart appVersion. - tag: "v2.0.0" + tag: "v2.7.2" # -- overrides the name used for the created k8s resources. If `fullnameOverride` is provided, it has higher precedence than this one nameOverride: "" diff --git a/docs.kosli.com/content/helm/_index.md b/docs.kosli.com/content/helm/_index.md index 579937da7..461cb3eb2 100644 --- a/docs.kosli.com/content/helm/_index.md +++ b/docs.kosli.com/content/helm/_index.md @@ -13,6 +13,7 @@ The chart allows you to create a Kubernetes cronjob and all its necessary RBAC t - A Kubernetes cluster - Helm v3.0+ +- Create a secret for the Kosli API token which will be used for reporting. You can create a secret by running: `kubectl create secret generic --from-literal==` ## Installing the chart @@ -74,5 +75,5 @@ helm upgrade [RELEASE-NAME] kosli/k8s-reporter | serviceAccount.name | string | `""` | the name of the service account to use. If not set and create is true, a name is generated using the fullname template | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) +Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)