mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 15:13:08 +00:00
Simplify kube-cross dependency handling
We can indirectly retrieve the kube-cross version from the `build/build-image/cross/VERSION` for the sample-apiserver. This allows us to simplify the handling in `build/dependencies.yaml` as well as the required approval (via `OWNERS`) if the kube-cross version changes. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
@@ -127,8 +127,6 @@ dependencies:
|
||||
version: v1.16.4-2
|
||||
refPaths:
|
||||
- path: build/build-image/cross/VERSION
|
||||
- path: test/images/sample-apiserver/Makefile
|
||||
match: k8s\.gcr\.io\/build-image\/kube-cross:v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)
|
||||
|
||||
# Base images
|
||||
- name: "k8s.gcr.io/debian-base: dependents"
|
||||
|
Reference in New Issue
Block a user