Skip to content

Commit 3968d8f

Browse files
authored
chore(kube-prometheus): update versions to 0.86.0 (#570)
1 parent ad2b889 commit 3968d8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libs/prometheus-operator/config.jsonnet

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
local config = import 'jsonnet/config.jsonnet';
22

33
local versions = [
4-
{ output: '0.73', version: '0.73.2' },
5-
{ output: '0.74', version: '0.74.0' },
6-
{ output: '0.75', version: '0.75.2' },
74
{ output: '0.76', version: '0.76.2' },
85
{ output: '0.77', version: '0.77.2' },
96
{ output: '0.78', version: '0.78.2' },
@@ -12,6 +9,9 @@ local versions = [
129
{ output: '0.81', version: '0.81.0' },
1310
{ output: '0.82', version: '0.82.2' },
1411
{ output: '0.83', version: '0.83.0' },
12+
{ output: '0.84', version: '0.84.1' },
13+
{ output: '0.85', version: '0.85.0' },
14+
{ output: '0.86', version: '0.86.0' },
1515
];
1616

1717
config.new(

0 commit comments

Comments
 (0)