Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bitnami/janusgraph] chore: 💡 📝 🚨 Rename prometheus "@section" to avoid linter problems #30684

Merged
merged 2 commits into from
Nov 29, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bitnami/janusgraph/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ sources:
- https://github.com/bitnami/charts/tree/main/bitnami/janusgraph
- https://github.com/bitnami/containers/tree/main/bitnami/janusgraph
- https://github.com/janusgraph/janusgraph
version: 1.0.0
version: 1.0.1
2 changes: 1 addition & 1 deletion bitnami/janusgraph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ As an alternative, use one of the preset configurations for pod affinity, pod an
| `persistence.dataSource` | Custom PVC data source | `{}` |
| `persistence.resourcePolicy` | Setting it to "keep" to avoid removing PVCs during a helm delete operation. Leaving it empty will delete PVCs after the chart deleted | `""` |

### Prometheus Metrics Parameters
### Prometheus metrics parameters

| Name | Description | Value |
| ----------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------ |
Expand Down
2 changes: 1 addition & 1 deletion bitnami/janusgraph/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ persistence:
##
resourcePolicy: ""

## @section Prometheus metrics
## @section Prometheus metrics parameters
##
metrics:
## @param metrics.enabled Enable the export of Prometheus metrics
Expand Down
Loading