Skip to content

Commit

Permalink
[skip-ci] Helm chart update for v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 11, 2023
1 parent d83937b commit ec075f2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions helm/botkube/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: botkube
home: https://botkube.io
version: v1.4.0-rc.3
appVersion: v1.4.0-rc.3
version: v1.4.0
appVersion: v1.4.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.
Expand Down
10 changes: 5 additions & 5 deletions helm/botkube/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Botkube

![Version: v1.4.0-rc.3](https://img.shields.io/badge/Version-v1.4.0--rc.3-informational?style=flat-square) ![AppVersion: v1.4.0-rc.3](https://img.shields.io/badge/AppVersion-v1.4.0--rc.3-informational?style=flat-square)
![Version: v1.4.0](https://img.shields.io/badge/Version-v1.4.0-informational?style=flat-square) ![AppVersion: v1.4.0](https://img.shields.io/badge/AppVersion-v1.4.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.

Expand All @@ -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.4.0-rc.3"` | Botkube container image tag. Default tag is `appVersion` from Chart.yaml. |
| [image.tag](./values.yaml#L20) | string | `"v1.4.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). |
Expand Down Expand Up @@ -273,10 +273,10 @@ Controller for the Botkube Slack app which helps you monitor your Kubernetes clu
| [configWatcher.image.repository](./values.yaml#L1170) | string | `"kubeshop/k8s-sidecar"` | Config watcher image repository. |
| [configWatcher.image.tag](./values.yaml#L1172) | string | `"in-cluster-config"` | Config watcher image tag. |
| [configWatcher.image.pullPolicy](./values.yaml#L1174) | string | `"IfNotPresent"` | Config watcher image pull policy. |
| [plugins](./values.yaml#L1177) | object | `{"cacheDir":"/tmp","healthCheckInterval":"10s","incomingWebhook":{"enabled":true,"port":2115,"targetPort":2115},"repositories":{"botkube":{"url":"https://github.com/kubeshop/botkube/releases/download/v1.4.0-rc.3/plugins-index.yaml"}},"restartPolicy":{"threshold":10,"type":"DeactivatePlugin"}}` | Configuration for Botkube executors and sources plugins. |
| [plugins](./values.yaml#L1177) | object | `{"cacheDir":"/tmp","healthCheckInterval":"10s","incomingWebhook":{"enabled":true,"port":2115,"targetPort":2115},"repositories":{"botkube":{"url":"https://github.com/kubeshop/botkube/releases/download/v1.4.0/plugins-index.yaml"}},"restartPolicy":{"threshold":10,"type":"DeactivatePlugin"}}` | Configuration for Botkube executors and sources plugins. |
| [plugins.cacheDir](./values.yaml#L1179) | string | `"/tmp"` | Directory, where downloaded plugins are cached. |
| [plugins.repositories](./values.yaml#L1181) | object | `{"botkube":{"url":"https://github.com/kubeshop/botkube/releases/download/v1.4.0-rc.3/plugins-index.yaml"}}` | List of plugins repositories. |
| [plugins.repositories.botkube](./values.yaml#L1183) | object | `{"url":"https://github.com/kubeshop/botkube/releases/download/v1.4.0-rc.3/plugins-index.yaml"}` | This repository serves officially supported Botkube plugins. |
| [plugins.repositories](./values.yaml#L1181) | object | `{"botkube":{"url":"https://github.com/kubeshop/botkube/releases/download/v1.4.0/plugins-index.yaml"}}` | List of plugins repositories. |
| [plugins.repositories.botkube](./values.yaml#L1183) | object | `{"url":"https://github.com/kubeshop/botkube/releases/download/v1.4.0/plugins-index.yaml"}` | This repository serves officially supported Botkube plugins. |
| [plugins.incomingWebhook](./values.yaml#L1186) | object | `{"enabled":true,"port":2115,"targetPort":2115}` | Configure Incoming webhook for source plugins. |
| [plugins.restartPolicy](./values.yaml#L1191) | object | `{"threshold":10,"type":"DeactivatePlugin"}` | Botkube Restart Policy on plugin failure. |
| [plugins.restartPolicy.type](./values.yaml#L1193) | string | `"DeactivatePlugin"` | Restart policy type. Allowed values: "RestartAgent", "DeactivatePlugin". |
Expand Down
6 changes: 3 additions & 3 deletions helm/botkube/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0-rc.3
tag: v1.4.0

# -- Configures Pod Security Policy to allow Botkube to run in restricted clusters.
# [Ref doc](https://kubernetes.io/docs/concepts/policy/pod-security-policy/).
Expand Down Expand Up @@ -644,7 +644,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.4.0-rc.3
- ref: github.com/kubeshop/botkube//cmd/executor/exec/templates?ref=v1.4.0

ai:
## Doctor executor configuration.
Expand Down Expand Up @@ -1181,7 +1181,7 @@ plugins:
repositories:
# -- This repository serves officially supported Botkube plugins.
botkube:
url: https://github.com/kubeshop/botkube/releases/download/v1.4.0-rc.3/plugins-index.yaml
url: https://github.com/kubeshop/botkube/releases/download/v1.4.0/plugins-index.yaml
# -- Configure Incoming webhook for source plugins.
incomingWebhook:
enabled: true
Expand Down

0 comments on commit ec075f2

Please sign in to comment.