Skip to content

Commit

Permalink
eck-managed: update chart to deploy 8.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iheb-chakroun committed Dec 22, 2023
1 parent b9ee6ae commit 6f102cc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
4 changes: 2 additions & 2 deletions charts/eck-managed/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.2
version: 1.0.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "7.16.2"
appVersion: "8.11.1"

dependencies:
- name: prometheus-elasticsearch-exporter
Expand Down
10 changes: 1 addition & 9 deletions charts/eck-managed/templates/kibana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,7 @@ metadata:
spec:
version: {{ .Values.kibana.version }}
config:
xpack.security.enabled: false
xpack.security.authc.providers:
anonymous.anonymous1:
order: 0
description: "Continue as guest"
icon: "globe"
credentials:
username: "anonymous"
password: "anonymous"
{{- toYaml .Values.kibana.config | nindent 6 }}
podTemplate:
metadata:
labels: {{ toYaml .Values.kibana.labels | nindent 8 }}
Expand Down
20 changes: 15 additions & 5 deletions charts/eck-managed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fullnameOverride: eck

elasticsearch:
enabled: true
version: 7.16.2
version: 8.11.1
replicaCount: 2
labels: {}
annotations: {}
Expand Down Expand Up @@ -34,9 +34,8 @@ elasticsearch:
requests:
storage: 10Gi
config:
node.master: true
node.data: true
node.ingest: true
xpack.security.enabled: false
node.roles: ["master", "data", "ingest"]
node.store.allow_mmap: false
xpack.security.authc:
anonymous:
Expand Down Expand Up @@ -68,7 +67,7 @@ kibana:
enabled: true

# Define the Kibana version.
version: 7.16.2
version: 8.11.1

# Configure pod resources.
resources:
Expand Down Expand Up @@ -109,3 +108,14 @@ kibana:
metadata:
annotations: {}
labels: {}

config:
xpack.reporting.roles.enabled: false
xpack.security.authc.providers:
anonymous.anonymous1:
order: 0
description: "Continue as guest"
icon: "globe"
credentials:
username: "anonymous"
password: "anonymous"

0 comments on commit 6f102cc

Please sign in to comment.