From f74564691a640e38b6fb9ca51d56a5a9a547e515 Mon Sep 17 00:00:00 2001 From: Guillaume Berche Date: Wed, 3 Jan 2024 14:37:00 +0100 Subject: [PATCH] Initial branch creation for k8s version 1.31 --- vendir.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vendir.yml b/vendir.yml index b05c574d..e82769bd 100644 --- a/vendir.yml +++ b/vendir.yml @@ -12,7 +12,7 @@ directories: - path: kubernetes/kubectl githubRelease: slug: kubernetes/kubernetes - tag: v1.24.17 + tag: v1.31.0 disableAutoChecksumValidation: true http: # The url parameter of http can interpolate the tag of the GitHub release using the {tag} token. @@ -22,7 +22,7 @@ directories: - path: k3s-io/k3s githubRelease: slug: k3s-io/k3s - tag: v1.24.17+k3s1 + tag: v1.31.0 disableAutoChecksumValidation: true assetNames: # only download specific assets (optional; v0.12.0+). We use assetNames inside githubRelease instead of # includePaths at path level. Using includePaths downloads all assets and filter after.