From eb4e185f62217532f21fae69a4982d14c82374b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 08:42:20 +0000 Subject: [PATCH] [skip-ci] Helm chart update for v1.0.0-rc.2 --- helm/botkube/Chart.yaml | 4 ++-- helm/botkube/README.md | 10 +++++----- helm/botkube/values.yaml | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/helm/botkube/Chart.yaml b/helm/botkube/Chart.yaml index 818a0d9bf..c189ef27d 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.0.0-rc.1 -appVersion: v1.0.0-rc.1 +version: v1.0.0-rc.2 +appVersion: v1.0.0-rc.2 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 29b8a817e..a6a6addc0 100644 --- a/helm/botkube/README.md +++ b/helm/botkube/README.md @@ -1,6 +1,6 @@ # Botkube -![Version: v1.0.0-rc.1](https://img.shields.io/badge/Version-v1.0.0--rc.1-informational?style=flat-square) ![AppVersion: v1.0.0-rc.1](https://img.shields.io/badge/AppVersion-v1.0.0--rc.1-informational?style=flat-square) +![Version: v1.0.0-rc.2](https://img.shields.io/badge/Version-v1.0.0--rc.2-informational?style=flat-square) ![AppVersion: v1.0.0-rc.2](https://img.shields.io/badge/AppVersion-v1.0.0--rc.2-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.0.0-rc.1"` | Botkube container image tag. Default tag is `appVersion` from Chart.yaml. | +| [image.tag](./values.yaml#L20) | string | `"v1.0.0-rc.2"` | 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). | @@ -218,10 +218,10 @@ Controller for the Botkube Slack app which helps you monitor your Kubernetes clu | [configWatcher.image.repository](./values.yaml#L940) | string | `"kubeshop/k8s-sidecar"` | Config watcher image repository. | | [configWatcher.image.tag](./values.yaml#L942) | string | `"ignore-initial-events"` | Config watcher image tag. | | [configWatcher.image.pullPolicy](./values.yaml#L944) | string | `"IfNotPresent"` | Config watcher image pull policy. | -| [plugins](./values.yaml#L947) | object | `{"cacheDir":"/tmp","repositories":{"botkube":{"url":"https://github.com/kubeshop/botkube/releases/download/v1.0.0-rc.1/plugins-index.yaml"}}}` | Configuration for Botkube executors and sources plugins. | +| [plugins](./values.yaml#L947) | object | `{"cacheDir":"/tmp","repositories":{"botkube":{"url":"https://github.com/kubeshop/botkube/releases/download/v1.0.0-rc.2/plugins-index.yaml"}}}` | Configuration for Botkube executors and sources plugins. | | [plugins.cacheDir](./values.yaml#L949) | string | `"/tmp"` | Directory, where downloaded plugins are cached. | -| [plugins.repositories](./values.yaml#L951) | object | `{"botkube":{"url":"https://github.com/kubeshop/botkube/releases/download/v1.0.0-rc.1/plugins-index.yaml"}}` | List of plugins repositories. | -| [plugins.repositories.botkube](./values.yaml#L953) | object | `{"url":"https://github.com/kubeshop/botkube/releases/download/v1.0.0-rc.1/plugins-index.yaml"}` | This repository serves officially supported Botkube plugins. | +| [plugins.repositories](./values.yaml#L951) | object | `{"botkube":{"url":"https://github.com/kubeshop/botkube/releases/download/v1.0.0-rc.2/plugins-index.yaml"}}` | List of plugins repositories. | +| [plugins.repositories.botkube](./values.yaml#L953) | object | `{"url":"https://github.com/kubeshop/botkube/releases/download/v1.0.0-rc.2/plugins-index.yaml"}` | This repository serves officially supported Botkube plugins. | | [config](./values.yaml#L957) | object | `{"provider":{"apiKey":"","endpoint":"https://api.botkube.io/graphql","identifier":""}}` | Configuration for synchronizing Botkube configuration. | | [config.provider](./values.yaml#L959) | object | `{"apiKey":"","endpoint":"https://api.botkube.io/graphql","identifier":""}` | Base provider definition. | | [config.provider.identifier](./values.yaml#L962) | string | `""` | Unique identifier for remote Botkube settings. If set to an empty string, Botkube won't fetch remote configuration. | diff --git a/helm/botkube/values.yaml b/helm/botkube/values.yaml index 83a9390be..d73c74f37 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.0.0-rc.1 + tag: v1.0.0-rc.2 # -- Configures Pod Security Policy to allow Botkube to run in restricted clusters. # [Ref doc](https://kubernetes.io/docs/concepts/policy/pod-security-policy/). @@ -951,7 +951,7 @@ plugins: repositories: # -- This repository serves officially supported Botkube plugins. botkube: - url: https://github.com/kubeshop/botkube/releases/download/v1.0.0-rc.1/plugins-index.yaml + url: https://github.com/kubeshop/botkube/releases/download/v1.0.0-rc.2/plugins-index.yaml # -- Configuration for synchronizing Botkube configuration. config: