mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-22 16:00:05 -05:00
renovate: match dl.k8s.io for K8s releases (#3573)
We have a version mismatch in our Kubernetes (e.g. `kubadm`) versions
and the versions the CLI expects to have right now, as the Renovate rule
didn't match the `dl.k8s.io` URLs introduced in c1714aaf92
.
This fixes the issue by adjusting the Regex. Updates should work again
when the versions are back in sync.
This commit is contained in:
parent
91ffc68189
commit
9f59990c7d
@ -235,9 +235,9 @@
|
|||||||
"fileMatch": ["(^|\\/)versions.go$"],
|
"fileMatch": ["(^|\\/)versions.go$"],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
// Match kubernetes releases.
|
// Match kubernetes releases.
|
||||||
// example match:' "https://storage.googleapis.com/kubernetes-release/release/v1.2.3/foo" // renovate:kubernetes-release'
|
// example match:' "https://dl.k8s.io/v1.2.3/foo" // renovate:kubernetes-release'
|
||||||
// (v1.2.3 -> currentValue)
|
// (v1.2.3 -> currentValue)
|
||||||
" \"https:\\/\\/storage\\.googleapis\\.com\\/kubernetes-release\\/release\\/(?<currentValue>[^\\/\\s\"]+)\\/[^\"]+\"[^\\n]+\\/\\/ renovate:kubernetes-release",
|
" \"https:\\/\\/dl\\.k8s\\.io\\/(?<currentValue>[^\\/\\s\"]+)\\/[^\"]+\"[^\\n]+\\/\\/ renovate:kubernetes-release",
|
||||||
// Match kubernetes releases.
|
// Match kubernetes releases.
|
||||||
// example match:' " "v1.2.3" // renovate:kubernetes-release"'
|
// example match:' " "v1.2.3" // renovate:kubernetes-release"'
|
||||||
// (v1.2.3 -> currentValue)
|
// (v1.2.3 -> currentValue)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user