Skip to content

Commit 6d2ef50

Browse files
committed
chore(prometheus-operator): add several new versions
This commit adds several recent versions of Prometheus Operator to the configuration. We also remove 6 old versions, since we add 6 new ones. Signed-off-by: squat <[email protected]>
1 parent ad974e6 commit 6d2ef50

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

libs/prometheus-operator/config.jsonnet

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

33
local versions = [
4-
{ output: '0.67', version: '0.67.1' },
5-
{ output: '0.68', version: '0.68.0' },
6-
{ output: '0.69', version: '0.69.1' },
7-
{ output: '0.70', version: '0.70.0' },
8-
{ output: '0.71', version: '0.71.2' },
9-
{ output: '0.72', version: '0.72.0' },
104
{ output: '0.73', version: '0.73.2' },
115
{ output: '0.74', version: '0.74.0' },
126
{ output: '0.75', version: '0.75.2' },
137
{ output: '0.76', version: '0.76.2' },
148
{ output: '0.77', version: '0.77.2' },
9+
{ output: '0.78', version: '0.78.2' },
10+
{ output: '0.79', version: '0.79.2' },
11+
{ output: '0.80', version: '0.80.1' },
12+
{ output: '0.81', version: '0.81.0' },
13+
{ output: '0.82', version: '0.82.2' },
14+
{ output: '0.83', version: '0.83.0' },
1515
];
1616

1717
config.new(

0 commit comments

Comments
 (0)