Skip to content

Commit

Permalink
bump cnpg operator (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubhajek authored Oct 31, 2024
1 parent faf35d8 commit 8756cd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/cloudnative-pg/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
local config = import 'jsonnet/config.jsonnet';

local versions = [
{ version: '1.24.0' }, // released on 22 Aug, 2024
{ version: '1.23.4' }, // released on 22 Aug, 2024
{ version: '1.24.1' }, // released on 16 OCT, 2024
{ version: '1.23.5' }, // released on 16 OCT, 2024
];

config.new(
Expand Down

0 comments on commit 8756cd6

Please sign in to comment.