We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a07071 + 1bed3a8 commit e328445Copy full SHA for e328445
helm/cas-efk/Chart.yaml
@@ -3,5 +3,5 @@ name: cas-efk
3
description: A CAS chart for deploying the EFK stack
4
5
type: application
6
-version: 0.0.1
7
-appVersion: "8.4.3"
+version: 0.1.0
+appVersion: "8.19.10"
helm/cas-efk/templates/kibana-configmap …/cas-efk/templates/kibana-configmap.yamlhelm/cas-efk/templates/kibana-configmap renamed to helm/cas-efk/templates/kibana-configmap.yaml
helm/cas-efk/values.yaml
@@ -2,7 +2,7 @@
2
elasticSearchVolume: elasticsearch-data
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch
- version: 8.4.3
+ version: 8.19.10
replicas: 3
host: elasticsearch
8
port:
@@ -20,7 +20,7 @@ elasticsearch:
20
21
kibana:
22
image: docker.elastic.co/kibana/kibana
23
24
port: 5601
25
cpuRequest: 10m
26
memoryRequest: 500Mi
0 commit comments