Skip to content

Commit

Permalink
Add Badger file permissions as non-root service link (#686)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
- Resolves #683

## Description of the changes
- Add Badger file permissions as non-root service link

## How was this change tested?
- No

## Checklist
- [x] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [x] 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`: `yarn lint` and `yarn test`

Signed-off-by: tico88612 <[email protected]>
  • Loading branch information
tico88612 authored Mar 20, 2024
1 parent 5aeb97b commit d9825f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/docs/next-release/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,8 @@ docker run \
jaegertracing/all-in-one:{{< currentVersion >}}
```

[Upgrade Badger v1 to v3](https://github.com/jaegertracing/jaeger/blob/main/plugin/storage/badger/docs/upgrade-v1-to-v3.md)
* [Upgrade Badger v1 to v3](https://github.com/jaegertracing/jaeger/blob/main/plugin/storage/badger/docs/upgrade-v1-to-v3.md)
* [Badger file permissions as non-root service](https://github.com/jaegertracing/jaeger/blob/main/plugin/storage/badger/docs/storage-file-non-root-permission.md)

### Cassandra
* Supported versions: 3.4+
Expand Down

0 comments on commit d9825f3

Please sign in to comment.