File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ type: application
2323# This is the chart version. This version number should be incremented each time you make changes
2424# to the chart and its templates, including the app version.
2525# Versions are expected to follow Semantic Versioning (https://semver.org/)
26- version : 2.0.12
26+ version : 2.1.0
2727
2828# This is the version number of the application being deployed. This version number should be
2929# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 33 security :
44 allowInsecureImages : true
55elasticsearch :
6+ service :
7+ annotations :
8+ traefik.ingress.kubernetes.io/service.serversscheme : https
69 image :
710 registry : docker.io
811 repository : bitnamilegacy/elasticsearch
@@ -31,10 +34,13 @@ elasticsearch:
3134 autoGenerated : true
3235
3336 volumePermissions :
34- image :
37+ image :
3538 repository : bitnamilegacy/os-shell
3639
3740 kibana :
41+ service :
42+ annotations :
43+ traefik.ingress.kubernetes.io/service.serversscheme : https
3844 image :
3945 tag : 8.16.1-debian-12-r0
4046 repository : bitnamilegacy/kibana
@@ -64,9 +70,9 @@ elasticsearch:
6470
6571 resourcesPreset : medium
6672 volumePermissions :
67- image :
73+ image :
6874 repository : bitnamilegacy/os-shell
69-
75+
7076discovery :
7177 allow : true
7278
@@ -88,7 +94,6 @@ ingressKibana:
8894 certManagerClusterIssuer : " "
8995 annotations : []
9096
91-
9297security :
9398 allowlist :
9499 enabled : false
You can’t perform that action at this time.
0 commit comments