From 3c2f4f524fc352b8e1e9349be268236e23e4da8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Thu, 24 Oct 2019 14:19:29 +0200 Subject: [PATCH] [stable/kubewatch] Unify and refactor README.md (#18304) Signed-off-by: Carlos Rodriguez Hernandez --- stable/kubewatch/Chart.yaml | 2 +- stable/kubewatch/README.md | 14 +++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/stable/kubewatch/Chart.yaml b/stable/kubewatch/Chart.yaml index 642af4ff7a..c989a77e89 100644 --- a/stable/kubewatch/Chart.yaml +++ b/stable/kubewatch/Chart.yaml @@ -1,5 +1,5 @@ name: kubewatch -version: 0.8.11 +version: 0.8.12 apiVersion: v1 appVersion: 0.0.4 home: https://github.com/bitnami-labs/kubewatch diff --git a/stable/kubewatch/README.md b/stable/kubewatch/README.md index 005beb26b3..40560eac90 100644 --- a/stable/kubewatch/README.md +++ b/stable/kubewatch/README.md @@ -26,7 +26,7 @@ To install the chart with the release name `my-release`: $ helm install stable/kubewatch --name my-release ``` -The command deploys kubewatch on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. +The command deploys kubewatch on the Kubernetes cluster in the default configuration. The [Parameters](#parameters) section lists the parameters that can be configured during installation. ## Uninstalling the Chart @@ -38,7 +38,7 @@ $ helm delete my-release The command removes all the Kubernetes components associated with the chart and deletes the release. -## Configuration +## Parameters The following table lists the configurable parameters of the kubewatch chart and their default values. @@ -103,7 +103,15 @@ $ helm install stable/kubewatch --name my-release -f values.yaml > **Tip**: You can use the default [values.yaml](values.yaml) -## Create a Slack bot +## Configuration and installation details + +### [Rolling VS Immutable tags](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/) + +It is strongly recommended to use immutable tags in a production environment. This ensures your deployment does not change automatically if the same tag is updated with a different image. + +Bitnami will release a new chart updating its containers if a new version of the main container, significant changes, or critical vulnerabilities exist. + +### Create a Slack bot Open [https://my.slack.com/services/new/bot](https://my.slack.com/services/new/bot) to create a new Slack bot. The API token can be found on the edit page (it starts with `xoxb-`).