From 90747a0713a2427668ccf05b2bf74c43225c1c13 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 09:01:06 +0000 Subject: [PATCH] [skip-ci] Helm chart update for v0.16.0 --- helm/botkube/Chart.yaml | 4 ++-- helm/botkube/README.md | 4 ++-- helm/botkube/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/helm/botkube/Chart.yaml b/helm/botkube/Chart.yaml index ab8b9bd35..72d043319 100644 --- a/helm/botkube/Chart.yaml +++ b/helm/botkube/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 name: botkube home: https://botkube.io -version: v0.16.0-rc.1 -appVersion: v0.16.0-rc.1 +version: v0.16.0 +appVersion: v0.16.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. diff --git a/helm/botkube/README.md b/helm/botkube/README.md index 52d643c3c..dd1b60243 100644 --- a/helm/botkube/README.md +++ b/helm/botkube/README.md @@ -1,6 +1,6 @@ # Botkube -![Version: v0.16.0-rc.1](https://img.shields.io/badge/Version-v0.16.0--rc.1-informational?style=flat-square) ![AppVersion: v0.16.0-rc.1](https://img.shields.io/badge/AppVersion-v0.16.0--rc.1-informational?style=flat-square) +![Version: v0.16.0](https://img.shields.io/badge/Version-v0.16.0-informational?style=flat-square) ![AppVersion: v0.16.0](https://img.shields.io/badge/AppVersion-v0.16.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. @@ -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 | `"v0.16.0-rc.1"` | Botkube container image tag. Default tag is `appVersion` from Chart.yaml. | +| [image.tag](./values.yaml#L20) | string | `"v0.16.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). | diff --git a/helm/botkube/values.yaml b/helm/botkube/values.yaml index 88391ce24..a5c8802cc 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: v0.16.0-rc.1 + tag: v0.16.0 # -- Configures Pod Security Policy to allow Botkube to run in restricted clusters. # [Ref doc](https://kubernetes.io/docs/concepts/policy/pod-security-policy/).