mirror of
https://github.com/bitnami/charts.git
synced 2026-03-05 14:57:31 +08:00
[bitnami/kibana] Release 10.4.7 (#17948)
* [bitnami/kibana] Release 10.4.7 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> * Fix cypress tests Signed-off-by: Miguel Ruiz <miruiz@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Miguel Ruiz <miruiz@vmware.com> Co-authored-by: Miguel Ruiz <miruiz@vmware.com>
This commit is contained in:
@@ -29,7 +29,7 @@ it('allows uploading data', () => {
|
||||
cy.get('[data-test-subj="dataVisualizerFileImportSuccessCallout"]');
|
||||
});
|
||||
|
||||
it('allows creating a dashboard and visualisation', () => {
|
||||
it('allows creating a dashboard and visualization', () => {
|
||||
cy.visit('app/visualize/');
|
||||
cy.get('[data-test-subj="newItemButton"]').click();
|
||||
cy.get('[data-test-subj="visType-vega"]').forceClick();
|
||||
@@ -49,7 +49,7 @@ it('allows creating a dashboard and visualisation', () => {
|
||||
cy.get('[data-test-subj="savedObjectTitle"]').type(
|
||||
`${dashboard.newDashboard.title}.${random}`
|
||||
);
|
||||
cy.get('[data-test-subj="dashboardDescription"]').type(
|
||||
cy.get('[data-test-subj="viewDescription"]').type(
|
||||
`${dashboard.newDashboard.description}.${random}`
|
||||
);
|
||||
cy.get('[data-test-subj="confirmSaveSavedObjectButton"]').forceClick();
|
||||
|
||||
@@ -5,7 +5,7 @@ annotations:
|
||||
category: Analytics
|
||||
licenses: Apache-2.0
|
||||
apiVersion: v2
|
||||
appVersion: 8.8.2
|
||||
appVersion: 8.9.0
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
@@ -27,4 +27,4 @@ maintainers:
|
||||
name: kibana
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/kibana
|
||||
version: 10.4.6
|
||||
version: 10.4.7
|
||||
|
||||
@@ -84,7 +84,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.8.2-debian-11-r23` |
|
||||
| `image.tag` | Kibana image tag (immutable tags are recommended) | `8.9.0-debian-11-r0` |
|
||||
| `image.digest` | Kibana image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `image.pullPolicy` | Kibana image pull policy | `IfNotPresent` |
|
||||
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
|
||||
@@ -73,7 +73,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/kibana
|
||||
tag: 8.8.2-debian-11-r23
|
||||
tag: 8.9.0-debian-11-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user