Skip to content

Commit 2c964f3

Browse files
authored
add v1.5.1 (#550)
1 parent d3f475b commit 2c964f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/secrets-store-csi-driver/config.jsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
local config = import 'jsonnet/config.jsonnet';
2-
local versions = ['1.2.4', '1.3.3', '1.4.8'];
2+
local versions = ['1.3.3', '1.4.8', '1.5.1'];
33
local manifests = [
4-
'secrets-store.csi.x-k8s.io_secretproviderclasses.yaml',
4+
'secrets-store.csi.x-k8s.io_secretproviderclasses.yaml',
55
];
66

77
config.new(

0 commit comments

Comments
 (0)