Skip to content

Commit

Permalink
feat: Elasticsearch Bitnami Chart Migration to Support Elasticsearch 8
Browse files Browse the repository at this point in the history
  • Loading branch information
dpericaxon committed Apr 10, 2024
1 parent 8f94797 commit 97b43ef
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions charts/jaeger/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ global:
imageRegistry:

provisionDataStore:
cassandra: false
cassandra: true
elasticsearch: false
kafka: false

Expand Down Expand Up @@ -88,7 +88,7 @@ allInOne:
nodeSelector: {}

storage:
# allowed values (cassandra, elasticsearch)
# allowed values (cassandra, elasticsearch, grpc-plugin, badger, memory)
type: cassandra
cassandra:
host: cassandra
Expand Down Expand Up @@ -167,6 +167,14 @@ storage:
extraEnv: []
grpcPlugin:
extraEnv: []
badger:
ephemeral: true
persistence:
mountPath: /mnt/data
useExistingPvcName: ""
extraEnv: []
memory:
extraEnv: []

# Begin: Override values on the Cassandra subchart to customize for Jaeger
cassandra:
Expand Down Expand Up @@ -252,7 +260,8 @@ schema:

# For configurable values of the elasticsearch if provisioned, please see:
# https://github.com/bitnami/charts/tree/main/bitnami/elasticsearch
# elasticsearch: {}
elasticsearch: {}

# Example that uses no auth:

Check failure on line 265 in charts/jaeger/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

[trailing-spaces] trailing spaces
# elasticsearch:
# fullnameOverride: "elasticsearch"
Expand Down

0 comments on commit 97b43ef

Please sign in to comment.