Skip to content

Commit 3870bd6

Browse files
Add required helm repositories for Jaeger demo deployment (#7403)
## Which problem is this PR solving? - Part of #7115 - Added necessary helm repositories for first time runs ## Checklist - [ ] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [ ] I have signed all commits - [ ] I have added unit tests for the new functionality - [ ] I have run lint and test steps successfully - for `jaeger`: `make lint test` - for `jaeger-ui`: `npm run lint` and `npm run test` Signed-off-by: chahat sagar <[email protected]>
1 parent c3bc9e3 commit 3870bd6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/oci/deploy-all.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ if [ ! -d "helm-charts" ]; then
1111
git clone https://github.com/jaegertracing/helm-charts.git
1212
cd helm-charts
1313
git checkout v2
14+
echo "Adding required Helm repositories..."
15+
helm repo add bitnami https://charts.bitnami.com/bitnami
16+
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
17+
helm repo add incubator https://charts.helm.sh/incubator
18+
helm repo update
1419
helm dependency build ./charts/jaeger
1520
cd ..
1621
else

0 commit comments

Comments
 (0)