Skip to content

Commit

Permalink
Add new prometheus-operator versions (#470)
Browse files Browse the repository at this point in the history
* Bump prometheus operator

* remove older version
  • Loading branch information
jakubhajek authored Oct 29, 2024
1 parent f21687d commit faf35d8
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions libs/prometheus-operator/config.jsonnet
Original file line number Diff line number Diff line change
@@ -1,22 +1,17 @@
local config = import 'jsonnet/config.jsonnet';

local versions = [
{ output: '0.57', version: '0.57.0' },
{ output: '0.58', version: '0.58.0' },
{ output: '0.59', version: '0.59.2' },
{ output: '0.60', version: '0.60.0' },
{ output: '0.61', version: '0.61.1' },
{ output: '0.62', version: '0.62.0' },
{ output: '0.63', version: '0.63.0' },
{ output: '0.64', version: '0.64.1' },
{ output: '0.65', version: '0.65.2' },
{ output: '0.66', version: '0.66.0' },
{ output: '0.67', version: '0.67.1' },
{ output: '0.68', version: '0.68.0' },
{ output: '0.69', version: '0.69.1' },
{ output: '0.70', version: '0.70.0' },
{ output: '0.71', version: '0.71.2' },
{ output: '0.72', version: '0.72.0' },
{ output: '0.73', version: '0.73.2' },
{ output: '0.74', version: '0.74.0' },
{ output: '0.75', version: '0.75.2' },
{ output: '0.76', version: '0.76.2' },
{ output: '0.77', version: '0.77.2' },
];

config.new(
Expand Down

0 comments on commit faf35d8

Please sign in to comment.