From af2fb9aa675603cd32077a17b30df7e06205bff5 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 13 Jun 2022 11:38:20 +0200 Subject: [PATCH] [bitnami/kibana] Release 10.1.11 (#10693) * [bitnami/kibana] Release 10.1.11 updating components versions Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers --- bitnami/kibana/Chart.yaml | 2 +- bitnami/kibana/README.md | 8 ++++---- bitnami/kibana/values.yaml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bitnami/kibana/Chart.yaml b/bitnami/kibana/Chart.yaml index 0147424b6a..4c49b014d2 100644 --- a/bitnami/kibana/Chart.yaml +++ b/bitnami/kibana/Chart.yaml @@ -25,4 +25,4 @@ name: kibana sources: - https://github.com/bitnami/bitnami-docker-kibana - https://www.elastic.co/products/kibana -version: 10.1.10 +version: 10.1.11 diff --git a/bitnami/kibana/README.md b/bitnami/kibana/README.md index 30fc502b2b..6d108c63dc 100644 --- a/bitnami/kibana/README.md +++ b/bitnami/kibana/README.md @@ -7,7 +7,7 @@ Kibana is an open source, browser based analytics and search dashboard for Elast [Overview of Kibana](https://www.elastic.co/products/kibana) Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. - + ## TL;DR ```console @@ -89,7 +89,7 @@ The command removes all the Kubernetes components associated with the chart and | --------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ | | `image.registry` | Kibana image registry | `docker.io` | | `image.repository` | Kibana image repository | `bitnami/kibana` | -| `image.tag` | Kibana image tag (immutable tags are recommended) | `8.2.2-debian-11-r0` | +| `image.tag` | Kibana image tag (immutable tags are recommended) | `8.2.2-debian-11-r3` | | `image.pullPolicy` | Kibana image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | | `image.debug` | Enable %%MAIN_CONTAINER%% image debug mode | `false` | @@ -116,7 +116,7 @@ The command removes all the Kubernetes components associated with the chart and | `volumePermissions.enabled` | Enable init container that changes volume permissions in the data directory (for cases where the default k8s `runAsUser` and `fsUser` values do not work) | `false` | | `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` | | `volumePermissions.image.repository` | Init container volume-permissions image name | `bitnami/bitnami-shell` | -| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r0` | +| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r3` | | `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` | | `volumePermissions.image.pullSecrets` | Init container volume-permissions image pull secrets | `[]` | | `volumePermissions.resources` | Volume Permissions resources | `{}` | @@ -473,4 +473,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. +limitations under the License. \ No newline at end of file diff --git a/bitnami/kibana/values.yaml b/bitnami/kibana/values.yaml index ba2cbce651..073b6398f6 100644 --- a/bitnami/kibana/values.yaml +++ b/bitnami/kibana/values.yaml @@ -69,7 +69,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/kibana - tag: 8.2.2-debian-11-r0 + tag: 8.2.2-debian-11-r3 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -189,7 +189,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r0 + tag: 11-debian-11-r3 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.