Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit b3de0f0

Browse files
committed
Upgrade kube-state-metrics to 1.6.0
Signed-off-by: Christian Simon <[email protected]>
1 parent 25ca957 commit b3de0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

puppet/modules/prometheus/manifests/kube_state_metrics.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class prometheus::kube_state_metrics (
22
String $image = 'gcr.io/google_containers/kube-state-metrics',
3-
String $version = '1.5.0',
3+
String $version = '1.6.0',
44
String $resizer_image = 'gcr.io/google_containers/addon-resizer',
55
String $resizer_version = '1.8.4',
66
){

0 commit comments

Comments
 (0)