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