You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Controller for the Botkube Slack app which helps you monitor your Kubernetes cluster, debug deployments and run specific checks on resources in the cluster.
6
6
@@ -23,7 +23,7 @@ Controller for the Botkube Slack app which helps you monitor your Kubernetes clu
|[image.tag](./values.yaml#L20)| string |`"v9.99.9-dev"`| Botkube container image tag. Default tag is `appVersion` from Chart.yaml. |
26
+
|[image.tag](./values.yaml#L20)| string |`"v1.11.0-rc.1"`| Botkube container image tag. Default tag is `appVersion` from Chart.yaml. |
27
27
|[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/). |
28
28
|[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). |
@@ -209,10 +209,10 @@ Controller for the Botkube Slack app which helps you monitor your Kubernetes clu
209
209
|[configWatcher.enabled](./values.yaml#L897)| bool |`true`| If true, restarts the Botkube Pod on config changes. |
210
210
|[configWatcher.inCluster](./values.yaml#L899)| object |`{"informerResyncPeriod":"10m"}`| In-cluster Config Watcher configuration. It is used when remote configuration is not provided. |
211
211
|[configWatcher.inCluster.informerResyncPeriod](./values.yaml#L901)| string |`"10m"`| Resync period for the Config Watcher informers. |
212
-
|[plugins](./values.yaml#L904)| object |`{"cacheDir":"/tmp","healthCheckInterval":"10s","incomingWebhook":{"enabled":true,"port":2115,"targetPort":2115},"repositories":{"botkube":{"url":"https://storage.googleapis.com/botkube-plugins-latest/plugins-index.yaml"}},"restartPolicy":{"threshold":10,"type":"DeactivatePlugin"}}`| Configuration for Botkube executors and sources plugins. |
212
+
|[plugins](./values.yaml#L904)| object |`{"cacheDir":"/tmp","healthCheckInterval":"10s","incomingWebhook":{"enabled":true,"port":2115,"targetPort":2115},"repositories":{"botkube":{"url":"https://github.com/kubeshop/botkube/releases/download/v1.11.0-rc.1/plugins-index.yaml"}},"restartPolicy":{"threshold":10,"type":"DeactivatePlugin"}}`| Configuration for Botkube executors and sources plugins. |
213
213
|[plugins.cacheDir](./values.yaml#L906)| string |`"/tmp"`| Directory, where downloaded plugins are cached. |
214
-
|[plugins.repositories](./values.yaml#L908)| object |`{"botkube":{"url":"https://storage.googleapis.com/botkube-plugins-latest/plugins-index.yaml"}}`| List of plugins repositories. Each repository defines the URL and optional `headers`|
|[plugins.repositories](./values.yaml#L908)| object |`{"botkube":{"url":"https://github.com/kubeshop/botkube/releases/download/v1.11.0-rc.1/plugins-index.yaml"}}`| List of plugins repositories. Each repository defines the URL and optional `headers`|
0 commit comments