Skip to content

Commit 1b2a4fb

Browse files
author
Bitnami Bot
authored
[bitnami/kibana] Release 10.2.12 (bitnami#14267)
* [bitnami/kibana] Release 10.2.12 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
1 parent c8eeba3 commit 1b2a4fb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

bitnami/kibana/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
annotations:
22
category: Analytics
33
apiVersion: v2
4-
appVersion: 8.5.3
4+
appVersion: 8.6.0
55
dependencies:
66
- name: common
77
repository: https://charts.bitnami.com/bitnami
@@ -25,4 +25,4 @@ name: kibana
2525
sources:
2626
- https://github.com/bitnami/containers/tree/main/bitnami/kibana
2727
- https://www.elastic.co/products/kibana
28-
version: 10.2.11
28+
version: 10.2.12

bitnami/kibana/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The command removes all the Kubernetes components associated with the chart and
8989
| --------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
9090
| `image.registry` | Kibana image registry | `docker.io` |
9191
| `image.repository` | Kibana image repository | `bitnami/kibana` |
92-
| `image.tag` | Kibana image tag (immutable tags are recommended) | `8.5.3-debian-11-r9` |
92+
| `image.tag` | Kibana image tag (immutable tags are recommended) | `8.6.0-debian-11-r0` |
9393
| `image.digest` | Kibana image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
9494
| `image.pullPolicy` | Kibana image pull policy | `IfNotPresent` |
9595
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
@@ -117,7 +117,7 @@ The command removes all the Kubernetes components associated with the chart and
117117
| `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` |
118118
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` |
119119
| `volumePermissions.image.repository` | Init container volume-permissions image name | `bitnami/bitnami-shell` |
120-
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r69` |
120+
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r70` |
121121
| `volumePermissions.image.digest` | Init container volume-permissions image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
122122
| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` |
123123
| `volumePermissions.image.pullSecrets` | Init container volume-permissions image pull secrets | `[]` |

bitnami/kibana/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ diagnosticMode:
7070
image:
7171
registry: docker.io
7272
repository: bitnami/kibana
73-
tag: 8.5.3-debian-11-r9
73+
tag: 8.6.0-debian-11-r0
7474
digest: ""
7575
## Specify a imagePullPolicy
7676
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -192,7 +192,7 @@ volumePermissions:
192192
image:
193193
registry: docker.io
194194
repository: bitnami/bitnami-shell
195-
tag: 11-debian-11-r69
195+
tag: 11-debian-11-r70
196196
digest: ""
197197
pullPolicy: IfNotPresent
198198
## Optionally specify an array of imagePullSecrets.

0 commit comments

Comments
 (0)