Skip to content
Snippets Groups Projects
Verified Commit 220c723e authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

ci(renovate): Force image digest pinning

This patch enables digest pinning for renovate updates, this should help
to keep everything updates even while using mutable tags, such as
`stable` for CoreOS.
parent a98db027
No related branches found
Tags v11.28.0
No related merge requests found
...@@ -57,6 +57,10 @@ ...@@ -57,6 +57,10 @@
"rook-ceph-cluster" "rook-ceph-cluster"
], ],
"groupName": "rook-ceph" "groupName": "rook-ceph"
},
{
"matchPaths": ["images/kos/**"],
"extends": ["docker:pinDigests"]
} }
] ]
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment