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
|[image.tag](./values.yaml#L20)| string |`"v1.12.0-rc.1"`| Botkube container image tag. Default tag is `appVersion` from Chart.yaml. |
25
+
|[image.tag](./values.yaml#L20)| string |`"v1.12.0"`| Botkube container image tag. Default tag is `appVersion` from Chart.yaml. |
26
26
|[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/). |
27
27
|[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). |
@@ -208,10 +208,10 @@ A virtual SRE, powered by AI.
208
208
|[configWatcher.enabled](./values.yaml#L896)| bool |`true`| If true, restarts the Botkube Pod on config changes. |
209
209
|[configWatcher.inCluster](./values.yaml#L898)| object |`{"informerResyncPeriod":"10m"}`| In-cluster Config Watcher configuration. It is used when remote configuration is not provided. |
210
210
|[configWatcher.inCluster.informerResyncPeriod](./values.yaml#L900)| string |`"10m"`| Resync period for the Config Watcher informers. |
211
-
|[plugins](./values.yaml#L903)| object |`{"cacheDir":"/tmp","healthCheckInterval":"10s","incomingWebhook":{"enabled":true,"port":2115,"targetPort":2115},"repositories":{"botkube":{"url":"https://github.com/kubeshop/botkube/releases/download/v1.12.0-rc.1/plugins-index.yaml"}},"restartPolicy":{"threshold":10,"type":"DeactivatePlugin"}}`| Configuration for Botkube executors and sources plugins. |
211
+
|[plugins](./values.yaml#L903)| object |`{"cacheDir":"/tmp","healthCheckInterval":"10s","incomingWebhook":{"enabled":true,"port":2115,"targetPort":2115},"repositories":{"botkube":{"url":"https://github.com/kubeshop/botkube/releases/download/v1.12.0/plugins-index.yaml"}},"restartPolicy":{"threshold":10,"type":"DeactivatePlugin"}}`| Configuration for Botkube executors and sources plugins. |
212
212
|[plugins.cacheDir](./values.yaml#L905)| string |`"/tmp"`| Directory, where downloaded plugins are cached. |
213
-
|[plugins.repositories](./values.yaml#L907)| object |`{"botkube":{"url":"https://github.com/kubeshop/botkube/releases/download/v1.12.0-rc.1/plugins-index.yaml"}}`| List of plugins repositories. Each repository defines the URL and optional `headers`|
|[plugins.repositories](./values.yaml#L907)| object |`{"botkube":{"url":"https://github.com/kubeshop/botkube/releases/download/v1.12.0/plugins-index.yaml"}}`| List of plugins repositories. Each repository defines the URL and optional `headers`|
0 commit comments