Skip to content

Commit

Permalink
Add newer versions of VSO (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtomasr5 authored Jul 11, 2024
1 parent 0a8701c commit 1cfedc4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion libs/vault-secrets-operator/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ local config = import 'jsonnet/config.jsonnet';
local versions = [
{ version: '0.1.0' },
{ version: '0.2.0' },
{ version: '0.3.0' },
{ version: '0.4.0' },
{ version: '0.5.0' },
{ version: '0.6.0' },
{ version: '0.7.0' },
];

config.new(
Expand Down

0 comments on commit 1cfedc4

Please sign in to comment.