Skip to content

Commit

Permalink
feat: Add Strimzi 0.40, 0.41 - remove old version (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishforbes authored Jun 7, 2024
1 parent ee47b88 commit 37a269e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/strimzi/config.jsonnet
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local config = import 'jsonnet/config.jsonnet';

local versions = ['0.32', '0.33', '0.34', '0.35', '0.36', '0.37', '0.38', '0.39'];
local versions = ['0.36', '0.37', '0.38', '0.39', '0.40', '0.41'];

config.new(
name='strimzi',
Expand Down

0 comments on commit 37a269e

Please sign in to comment.