Skip to content

Commit 194af74

Browse files
authored
Merge pull request #7767 from andyzhangx/fix-smb-win-hcp-tag
fix: incorrect regex for smb csi driver plugin
2 parents e3ba97b + 367e5be commit 194af74

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)