Fix update pattern (#603)

Signed-off-by: Kevin Fox <[email protected]>
This commit is contained in:
kfox1111
2025-06-02 12:21:09 -07:00
committed by GitHub
parent ce9b3737ff
commit 858eb2e4f6
+3 -3
View File
@@ -11,9 +11,9 @@
"sort-flags": [] "sort-flags": []
}, },
{ {
"query": "tools.bash.image", "query": "tools.busybox.image",
"filter": "LATESTSHA", "filter": "^[0-9]\\+\\.[0-9]\\+\\.[0-9]\\+-uclibc$",
"sort-flags": [] "sort-flags": ["-t", ".", "-k1,1n", "-k2,2n", "-k3,3n"]
} }
], ],
"spire-agent/values.yaml": [ "spire-agent/values.yaml": [