From bfcdc8d55c09b5b7d2f5ca652e003c583d1357ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 16:05:30 +0000 Subject: [PATCH] [skip-ci] Helm chart update for v1.6.0 --- helm/botkube/Chart.yaml | 4 ++-- helm/botkube/README.md | 10 +++++----- helm/botkube/values.yaml | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/helm/botkube/Chart.yaml b/helm/botkube/Chart.yaml index a8e473e35..8945b4bd4 100644 --- a/helm/botkube/Chart.yaml +++ b/helm/botkube/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 name: botkube home: https://botkube.io -version: v1.6.0-rc.2 -appVersion: v1.6.0-rc.2 +version: v1.6.0 +appVersion: v1.6.0 icon: https://docs.botkube.io/images/botkube-black.svg description: Controller for the Botkube Slack app which helps you monitor your Kubernetes cluster, debug deployments and run specific checks on resources in the cluster. diff --git a/helm/botkube/README.md b/helm/botkube/README.md index db7b91602..8bc1e8fc3 100644 --- a/helm/botkube/README.md +++ b/helm/botkube/README.md @@ -1,6 +1,6 @@ # Botkube -![Version: v1.6.0-rc.2](https://img.shields.io/badge/Version-v1.6.0--rc.2-informational?style=flat-square) ![AppVersion: v1.6.0-rc.2](https://img.shields.io/badge/AppVersion-v1.6.0--rc.2-informational?style=flat-square) +![Version: v1.6.0](https://img.shields.io/badge/Version-v1.6.0-informational?style=flat-square) ![AppVersion: v1.6.0](https://img.shields.io/badge/AppVersion-v1.6.0-informational?style=flat-square) Controller for the Botkube Slack app which helps you monitor your Kubernetes cluster, debug deployments and run specific checks on resources in the cluster. @@ -23,7 +23,7 @@ Controller for the Botkube Slack app which helps you monitor your Kubernetes clu | [image.registry](./values.yaml#L14) | string | `"ghcr.io"` | Botkube container image registry. | | [image.repository](./values.yaml#L16) | string | `"kubeshop/botkube"` | Botkube container image repository. | | [image.pullPolicy](./values.yaml#L18) | string | `"IfNotPresent"` | Botkube container image pull policy. | -| [image.tag](./values.yaml#L20) | string | `"v1.6.0-rc.2"` | Botkube container image tag. Default tag is `appVersion` from Chart.yaml. | +| [image.tag](./values.yaml#L20) | string | `"v1.6.0"` | Botkube container image tag. Default tag is `appVersion` from Chart.yaml. | | [podSecurityPolicy](./values.yaml#L24) | object | `{"enabled":false}` | Configures Pod Security Policy to allow Botkube to run in restricted clusters. [Ref doc](https://kubernetes.io/docs/concepts/policy/pod-security-policy/). | | [securityContext](./values.yaml#L30) | object | Runs as a Non-Privileged user. | Configures security context to manage user Privileges in Pod. [Ref doc](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod). | | [containerSecurityContext](./values.yaml#L36) | object | `{"allowPrivilegeEscalation":false,"privileged":false,"readOnlyRootFilesystem":true}` | Configures container security context. [Ref doc](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container). | @@ -268,10 +268,10 @@ Controller for the Botkube Slack app which helps you monitor your Kubernetes clu | [configWatcher.enabled](./values.yaml#L1192) | bool | `true` | If true, restarts the Botkube Pod on config changes. | | [configWatcher.inCluster](./values.yaml#L1194) | object | `{"informerResyncPeriod":"10m"}` | In-cluster Config Watcher configuration. It is used when remote configuration is not provided. | | [configWatcher.inCluster.informerResyncPeriod](./values.yaml#L1196) | string | `"10m"` | Resync period for the Config Watcher informers. | -| [plugins](./values.yaml#L1199) | object | `{"cacheDir":"/tmp","healthCheckInterval":"10s","incomingWebhook":{"enabled":true,"port":2115,"targetPort":2115},"repositories":{"botkube":{"url":"https://github.com/kubeshop/botkube/releases/download/v1.6.0-rc.2/plugins-index.yaml"}},"restartPolicy":{"threshold":10,"type":"DeactivatePlugin"}}` | Configuration for Botkube executors and sources plugins. | +| [plugins](./values.yaml#L1199) | object | `{"cacheDir":"/tmp","healthCheckInterval":"10s","incomingWebhook":{"enabled":true,"port":2115,"targetPort":2115},"repositories":{"botkube":{"url":"https://github.com/kubeshop/botkube/releases/download/v1.6.0/plugins-index.yaml"}},"restartPolicy":{"threshold":10,"type":"DeactivatePlugin"}}` | Configuration for Botkube executors and sources plugins. | | [plugins.cacheDir](./values.yaml#L1201) | string | `"/tmp"` | Directory, where downloaded plugins are cached. | -| [plugins.repositories](./values.yaml#L1203) | object | `{"botkube":{"url":"https://github.com/kubeshop/botkube/releases/download/v1.6.0-rc.2/plugins-index.yaml"}}` | List of plugins repositories. | -| [plugins.repositories.botkube](./values.yaml#L1205) | object | `{"url":"https://github.com/kubeshop/botkube/releases/download/v1.6.0-rc.2/plugins-index.yaml"}` | This repository serves officially supported Botkube plugins. | +| [plugins.repositories](./values.yaml#L1203) | object | `{"botkube":{"url":"https://github.com/kubeshop/botkube/releases/download/v1.6.0/plugins-index.yaml"}}` | List of plugins repositories. | +| [plugins.repositories.botkube](./values.yaml#L1205) | object | `{"url":"https://github.com/kubeshop/botkube/releases/download/v1.6.0/plugins-index.yaml"}` | This repository serves officially supported Botkube plugins. | | [plugins.incomingWebhook](./values.yaml#L1208) | object | `{"enabled":true,"port":2115,"targetPort":2115}` | Configure Incoming webhook for source plugins. | | [plugins.restartPolicy](./values.yaml#L1213) | object | `{"threshold":10,"type":"DeactivatePlugin"}` | Botkube Restart Policy on plugin failure. | | [plugins.restartPolicy.type](./values.yaml#L1215) | string | `"DeactivatePlugin"` | Restart policy type. Allowed values: "RestartAgent", "DeactivatePlugin". | diff --git a/helm/botkube/values.yaml b/helm/botkube/values.yaml index c473a1014..4a496f580 100644 --- a/helm/botkube/values.yaml +++ b/helm/botkube/values.yaml @@ -17,7 +17,7 @@ image: # -- Botkube container image pull policy. pullPolicy: IfNotPresent # -- Botkube container image tag. Default tag is `appVersion` from Chart.yaml. - tag: v1.6.0-rc.2 + tag: v1.6.0 # -- Configures Pod Security Policy to allow Botkube to run in restricted clusters. # [Ref doc](https://kubernetes.io/docs/concepts/policy/pod-security-policy/). @@ -651,7 +651,7 @@ executors: ## -- Link to templates source ## It uses the go-getter library, which supports multiple URL formats (such as HTTP, Git repositories, or S3) and is able to unpack archives. ## For more details, see the documentation at https://github.com/hashicorp/go-getter. - - ref: github.com/kubeshop/botkube//cmd/executor/exec/templates?ref=v1.6.0-rc.2 + - ref: github.com/kubeshop/botkube//cmd/executor/exec/templates?ref=v1.6.0 ai: ## Doctor executor configuration. @@ -1203,7 +1203,7 @@ plugins: repositories: # -- This repository serves officially supported Botkube plugins. botkube: - url: https://github.com/kubeshop/botkube/releases/download/v1.6.0-rc.2/plugins-index.yaml + url: https://github.com/kubeshop/botkube/releases/download/v1.6.0/plugins-index.yaml # -- Configure Incoming webhook for source plugins. incomingWebhook: enabled: true