CSIStorageCapacity: use v1 as storage version

This can be done because downgrades are only supported down to 1.24 and that
release supports v1.
This commit is contained in:
Patrick Ohly
2022-04-08 17:24:26 +02:00
parent 4569e646ef
commit 2e8fa3ee6b
3 changed files with 15 additions and 8 deletions

View File

@@ -72,9 +72,9 @@ var GVRToStorageVersionHash = map[string]string{
"storage.k8s.io/v1/csidrivers": "hL6j/rwBV5w=",
"storage.k8s.io/v1/csinodes": "Pe62DkZtjuo=",
"storage.k8s.io/v1/storageclasses": "K+m6uJwbjGY=",
"storage.k8s.io/v1/csistoragecapacities": "4as6MA/kOg0=",
"storage.k8s.io/v1/csistoragecapacities": "xeVl+2Ly1kE=",
"storage.k8s.io/v1/volumeattachments": "tJx/ezt6UDU=",
"storage.k8s.io/v1beta1/csistoragecapacities": "4as6MA/kOg0=",
"storage.k8s.io/v1beta1/csistoragecapacities": "xeVl+2Ly1kE=",
"apps/v1/controllerrevisions": "85nkx63pcBU=",
"apps/v1/daemonsets": "dd7pWHUlMKQ=",
"apps/v1/deployments": "8aSe+NMegvE=",