mirror of
https://github.com/bitnami/charts.git
synced 2026-02-26 07:27:53 +08:00
[bitnami/kibana] Release 10.8.5 (#23296)
* [bitnami/kibana] Release 10.8.5 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Add workaround for loop redirect Signed-off-by: Fran de Paz <fran.de-paz@broadcom.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Fran de Paz <fran.de-paz@broadcom.com> Co-authored-by: Fran de Paz <fran.de-paz@broadcom.com>
This commit is contained in:
@@ -8,6 +8,12 @@
|
||||
export let random = (Math.random() + 1).toString(36).substring(9);
|
||||
|
||||
export const skipTheWelcomeScreen = () => {
|
||||
// There is a bug introduced in Chromium 114+ that causes a redirection loop
|
||||
// Workaround proposed at https://github.com/cypress-io/cypress/issues/25891
|
||||
// TODO: remove workaround once VIB Cypress version is updated to 13.6.3+
|
||||
if(top.location.protocol == 'https:') {
|
||||
top.history.replaceState('', '', top.location.href.replace('https://', 'http://'))
|
||||
}
|
||||
cy.visit('/');
|
||||
cy.get('[data-test-subj="kbnLoadingMessage"]').should('not.exist');
|
||||
cy.get('.euiLoadingSpinner').should('not.exist');
|
||||
|
||||
@@ -5,14 +5,10 @@ annotations:
|
||||
category: Analytics
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- o
|
||||
- s
|
||||
- '-'
|
||||
- s
|
||||
- h
|
||||
- e
|
||||
- l
|
||||
- l
|
||||
- name: kibana
|
||||
image: docker.io/bitnami/kibana:8.12.1-debian-11-r1
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:11-debian-11-r96
|
||||
apiVersion: v2
|
||||
appVersion: 8.12.1
|
||||
dependencies:
|
||||
@@ -36,4 +32,4 @@ maintainers:
|
||||
name: kibana
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/kibana
|
||||
version: 10.8.4
|
||||
version: 10.8.5
|
||||
|
||||
@@ -73,7 +73,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/kibana
|
||||
tag: 8.12.1-debian-11-r0
|
||||
tag: 8.12.1-debian-11-r1
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user