From 668bc86fd22ffb431fd0d3c147c9f8814754a230 Mon Sep 17 00:00:00 2001 From: pmacius Date: Thu, 19 Dec 2024 15:23:53 +0100 Subject: [PATCH] use kibana 7 for current and add es 8 for pre release --- helm/alfresco-content-services/README.md | 1 + helm/alfresco-content-services/pre-release_values.yaml | 6 ++++++ helm/alfresco-content-services/values.yaml | 2 ++ 3 files changed, 9 insertions(+) diff --git a/helm/alfresco-content-services/README.md b/helm/alfresco-content-services/README.md index a89687f45..2190e8c66 100644 --- a/helm/alfresco-content-services/README.md +++ b/helm/alfresco-content-services/README.md @@ -248,6 +248,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | elasticsearch.kibana.configuration.server.basePath | string | `"/kibana"` | | | elasticsearch.kibana.configuration.server.publicBaseUrl | string | `"http://localhost/kibana"` | | | elasticsearch.kibana.configuration.server.rewriteBasePath | bool | `true` | | +| elasticsearch.kibana.image.tag | string | `"7.17.26"` | | | elasticsearch.kibana.ingress.enabled | bool | `true` | | | elasticsearch.kibana.ingress.hostname | string | `"*"` | | | elasticsearch.kibana.ingress.ingressClassName | string | `"nginx"` | | diff --git a/helm/alfresco-content-services/pre-release_values.yaml b/helm/alfresco-content-services/pre-release_values.yaml index 0982cdc19..5b2e49ea9 100644 --- a/helm/alfresco-content-services/pre-release_values.yaml +++ b/helm/alfresco-content-services/pre-release_values.yaml @@ -78,6 +78,12 @@ alfresco-connector-ms365: alfresco-connector-msteams: image: tag: 2.0.4-A4 +elastisearch: + image: + tag: 8.17.0 + kibana: + image: + tag: 8.17.0 alfresco-audit-storage: image: tag: 1.0.0 diff --git a/helm/alfresco-content-services/values.yaml b/helm/alfresco-content-services/values.yaml index fdf6a9f3b..2c482c5f4 100644 --- a/helm/alfresco-content-services/values.yaml +++ b/helm/alfresco-content-services/values.yaml @@ -565,6 +565,8 @@ elasticsearch: ingest: replicaCount: 0 kibana: + image: + tag: 7.17.26 configuration: server: basePath: "/kibana"