Skip to content

Commit 367e5be

Browse files
committed
fix: incorrect regex for smb csi driver plugin
1 parent e3ba97b commit 367e5be

File tree

1 file changed

+1
-1
lines changed
  • registry.k8s.io/images/k8s-staging-sig-storage

1 file changed

+1
-1
lines changed

registry.k8s.io/images/k8s-staging-sig-storage/generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ set -o pipefail
2020

2121
readonly repo="gcr.io/k8s-staging-sig-storage"
2222
readonly tag_filter="tags~^v\d+\.\d+\.\d+\$"
23-
readonly win_hcp_tag_filter="tags~^v\d+\.\d+\.\d+(-\w+)*$" # only for image supporting windows host process deployment
23+
readonly win_hcp_tag_filter="tags~^v\d+\.\d+\.\d+[a-z-]*$" # only for image supporting windows host process deployment
2424
# List of repos under https://console.cloud.google.com/gcr/images/k8s-staging-sig-storage/GLOBAL
2525
readonly images=(
2626
csi-attacher

0 commit comments

Comments
 (0)