Skip to content

Commit

Permalink
use kibana 7 for current and add es 8 for pre release
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Dec 19, 2024
1 parent 7a8ede5 commit 668bc86
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions helm/alfresco-content-services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"` | |
Expand Down
6 changes: 6 additions & 0 deletions helm/alfresco-content-services/pre-release_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions helm/alfresco-content-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,8 @@ elasticsearch:
ingest:
replicaCount: 0
kibana:
image:
tag: 7.17.26
configuration:
server:
basePath: "/kibana"
Expand Down

0 comments on commit 668bc86

Please sign in to comment.