* install newer version of slim debug - switch to step tool for jwt verification against jwk public keys Signed-off-by: Drew Wells <[email protected]> * use step-cli image Signed-off-by: Drew Wells <[email protected]> * Fix image tag and add upgrade logic Signed-off-by: Kevin Fox <[email protected]> * use registry for consistency Signed-off-by: Kevin Fox <[email protected]> * Fix merge conflicts Signed-off-by: Kevin Fox <[email protected]> --------- Signed-off-by: Drew Wells <[email protected]> Signed-off-by: kfox1111 <[email protected]> Signed-off-by: Kevin Fox <[email protected]> Co-authored-by: kfox1111 <[email protected]>
66 lines
1.5 KiB
JSON
66 lines
1.5 KiB
JSON
{
|
|
"spire-server/values.yaml": [
|
|
{
|
|
"query": "tests.bash.image",
|
|
"filter": "LATESTSHA",
|
|
"sort-flags": []
|
|
}
|
|
],
|
|
"spire-agent/values.yaml": [
|
|
{
|
|
"query": "waitForIt.image",
|
|
"filter": "LATESTSHA",
|
|
"sort-flags": []
|
|
},
|
|
{
|
|
"query": "fsGroupFix.image",
|
|
"filter": "LATESTSHA",
|
|
"sort-flags": []
|
|
}
|
|
],
|
|
"spiffe-csi-driver/values.yaml": [
|
|
{
|
|
"query": "nodeDriverRegistrar.image",
|
|
"filter": "^v",
|
|
"sort-flags": []
|
|
}
|
|
],
|
|
"spiffe-oidc-discovery-provider/values.yaml": [
|
|
{
|
|
"query": "insecureScheme.nginx.image",
|
|
"filter": "^[0-9]\\+\\.[0-9]\\+\\.[0-9]\\+-alpine$",
|
|
"sort-flags": []
|
|
}, {
|
|
"query": "telemetry.prometheus.nginxExporter.image",
|
|
"filter": "^[0-9]\\+\\.[0-9]\\+\\.[0-9]\\+$",
|
|
"sort-flags": ["-t", ".", "-k1,1n", "-k2,2n", "-k3,3n"]
|
|
}, {
|
|
"query": "tests.step.image",
|
|
"filter": "^[0-9]\\+\\.[0-9]\\+\\.[0-9]\\+$",
|
|
"sort-flags": ["-t", ".", "-k1,1n", "-k2,2n", "-k3,3n"]
|
|
},
|
|
{
|
|
"query": "tests.bash.image",
|
|
"filter": "LATESTSHA",
|
|
"sort-flags": []
|
|
},
|
|
{
|
|
"query": "tests.toolkit.image",
|
|
"filter": "LATESTSHA",
|
|
"sort-flags": []
|
|
},
|
|
{
|
|
"query": "tests.busybox.image",
|
|
"filter": "^[0-9]\\+\\.[0-9]\\+\\.[0-9]\\+-uclibc$",
|
|
"sort-flags": ["-t", ".", "-k1,1n", "-k2,2n", "-k3,3n"]
|
|
}
|
|
],
|
|
"tornjak-frontend/values.yaml": [
|
|
{
|
|
"query": "tests.bash.image",
|
|
"filter": "LATESTSHA",
|
|
"sort-flags": []
|
|
}
|
|
]
|
|
}
|