Skip to content

Commit

Permalink
fix(minio-operator): reduce number of patch releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Duologic committed Oct 11, 2024
1 parent c6dbbcc commit b1b4b4a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions libs/minio-operator/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ local config = import 'jsonnet/config.jsonnet';
local versions = [
'v6.0.0',
'v5.0.15',
'v5.0.14',
'v5.0.13',
'v5.0.12',
'v5.0.11'
];

config.new(
Expand All @@ -24,4 +20,3 @@ config.new(
for v in versions
]
)

0 comments on commit b1b4b4a

Please sign in to comment.