Skip to content

Commit

Permalink
Fix: add missing comma and let the CNPG v1.23.1 to be built (#427)
Browse files Browse the repository at this point in the history
* bump cnpg libsonnet

* add comma
  • Loading branch information
jakubhajek authored Jun 7, 2024
1 parent 37a269e commit 94cbf16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/cloudnative-pg/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
local config = import 'jsonnet/config.jsonnet';

local versions = [
{ version: '1.23.1' } // released on April 30, 2024
{ version: '1.23.1' }, // released on April 30, 2024
{ version: '1.22.3' }, // released on April 24, 2024
{ version: '1.21.5' }, // released on April 24, 2024
];
Expand Down

0 comments on commit 94cbf16

Please sign in to comment.