Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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 charts/mc-router/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: mc-router
version: 1.2.5
version: 1.2.6
appVersion: 1.20.0
home: https://github.com/itzg/mc-router
description: Routes Minecraft client connections to backend servers based upon the requested server address.
Expand Down
2 changes: 1 addition & 1 deletion charts/mc-router/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"backend": {
"type": "string",
"title": "Backend to use for metrics exposure/publishing",
"enum": ["discard", "expvar", "influxdb"]
"enum": ["discard", "expvar", "influxdb", "prometheus"]
}
},
"if": {
Expand Down