Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 30, 2023
1 parent b338bad commit 0f27130
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/efk/variables.elk.auto.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ chart_config = [
enabled = true
},
{
name = "kinbana"
chart_name = "kinbana"
name = "kibana"
chart_name = "kibana"
chart_version = "7.14.0"
source_repository = "https://helm.elastic.co"
image_reference = "elastic/kibana"
Expand All @@ -50,7 +50,7 @@ chart_config = [
{
name = "fluentd"
chart_name = "fluentd"
chart_version = "09.2.10"
chart_version = "0.2.10"
source_repository = "https://fluent.github.io/helm-charts"
image_reference = "fluent/fluentd-kubernetes-daemonset"
image_tag = "v1.13.3-debian-elasticsearch7-1.2"
Expand Down

0 comments on commit 0f27130

Please sign in to comment.