Skip to content

Commit 9549634

Browse files
upgrade to Jaeger v2, remove legacy components, and fix storage config (#671)
* upgrade to Jaeger v2, remove legacy components, and fix storage config Signed-off-by: danish9039 <[email protected]> * Update charts/jaeger/README.md Co-authored-by: Yuri Shkuro <[email protected]> Signed-off-by: hippie-danish <[email protected]> * Update charts/jaeger/README.md Co-authored-by: Yuri Shkuro <[email protected]> Signed-off-by: hippie-danish <[email protected]> * feat: Refine all-in-one deployment to always mount user config for ES/Cassandra, remove OAuth sidecar, and update README with deployment architecture and storage quick start guides Signed-off-by: danish9039 <[email protected]> * fix ci Signed-off-by: danish9039 <[email protected]> * Update charts/jaeger/templates/NOTES.txt Co-authored-by: Yuri Shkuro <[email protected]> Signed-off-by: hippie-danish <[email protected]> * .. Signed-off-by: danish9039 <[email protected]> --------- Signed-off-by: danish9039 <[email protected]> Signed-off-by: hippie-danish <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]>
1 parent 225e4da commit 9549634

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+237
-2561
lines changed

.github/workflows/lint-test.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,10 @@ jobs:
6464
ct install --config ct.yaml \
6565
--helm-extra-set-args " \
6666
--set provisionDataStore.elasticsearch=true \
67-
--set allInOne.enabled=false \
6867
--set storage.type=elasticsearch \
6968
--set elasticsearch.master.masterOnly=false \
7069
--set elasticsearch.master.replicaCount=1 \
7170
--set elasticsearch.data.replicaCount=0 \
7271
--set elasticsearch.coordinating.replicaCount=0 \
73-
--set elasticsearch.ingest.replicaCount=0
74-
--set agent.enabled=true \
75-
--set collector.enabled=true \
76-
--set query.enabled=true"
72+
--set elasticsearch.ingest.replicaCount=0"
7773

charts/jaeger/Chart.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
apiVersion: v2
2-
appVersion: 2.0.0-rc2
2+
appVersion: "2.12.0"
33
description: A Jaeger Helm chart for Kubernetes
44
name: jaeger
55
type: application
6-
version: 4.0.0
7-
annotations:
8-
Jaegerv1Version: "1.62.0"
6+
version: 4.0.1
97
# CronJobs require v1.21
108
kubeVersion: ">= 1.21-0"
119
keywords:

charts/jaeger/README-v2.md

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)