Skip to content

Commit

Permalink
[prometheus] Loosen typing for pdb.maxUnavailable (#3927)
Browse files Browse the repository at this point in the history
* Loosen PDB typing

Signed-off-by: drfaust92 <[email protected]>

* Loosen PDB typing

Signed-off-by: drfaust92 <[email protected]>

---------

Signed-off-by: drfaust92 <[email protected]>
Signed-off-by: zeritti <[email protected]>
Co-authored-by: zeritti <[email protected]>
  • Loading branch information
DrFaust92 and zeritti authored Oct 25, 2023
1 parent 5afeb7e commit f5811a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/prometheus/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: prometheus
appVersion: v2.47.0
version: 25.3.0
version: 25.3.1
kubeVersion: ">=1.19.0-0"
description: Prometheus is a monitoring system and time series database.
home: https://prometheus.io/
Expand Down
5 changes: 4 additions & 1 deletion charts/prometheus/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,10 @@
"type": "boolean"
},
"maxUnavailable": {
"type": "integer"
"type": [
"string",
"integer"
]
}
}
},
Expand Down

0 comments on commit f5811a7

Please sign in to comment.