Skip to content

Commit

Permalink
Use stable version of kube-state-metrics
Browse files Browse the repository at this point in the history
Renovate can't renovate `jsonnetfile.jsonnet`, so we should at least add a regex config for this, if we decide to pin this version.

See kubernetes/kube-state-metrics#2388 for why this was created.
  • Loading branch information
bastjan committed Jul 25, 2024
1 parent 0285f58 commit 940d86f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions jsonnetfile.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
version: std.extVar('cmo_version'),
name: 'cluster-monitoring-operator',
},
{
source: {
git: {
remote: 'https://github.com/kubernetes/kube-state-metrics',
subdir: 'jsonnet',
},
},
version: 'v2.13.0',
name: 'kube-state-metrics',
},
if std.extVar('etcd_version') != '' then
{
source: {
Expand Down

0 comments on commit 940d86f

Please sign in to comment.