We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f475b commit 2c964f3Copy full SHA for 2c964f3
libs/secrets-store-csi-driver/config.jsonnet
@@ -1,7 +1,7 @@
1
local config = import 'jsonnet/config.jsonnet';
2
-local versions = ['1.2.4', '1.3.3', '1.4.8'];
+local versions = ['1.3.3', '1.4.8', '1.5.1'];
3
local manifests = [
4
- 'secrets-store.csi.x-k8s.io_secretproviderclasses.yaml',
+ 'secrets-store.csi.x-k8s.io_secretproviderclasses.yaml',
5
];
6
7
config.new(
0 commit comments