From d23d1bf39e79bdaf3e25b5282e82044306cae3bb Mon Sep 17 00:00:00 2001 From: Friedrich Gonzalez Date: Sat, 29 Apr 2023 16:23:10 +0200 Subject: [PATCH] Use k8s 1.24 Signed-off-by: Friedrich Gonzalez --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2b4b6d2..3b1f77d 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ test-readme: test-readme/azure test-readme/gcs test-readme/s3 test-readme/%: rm -rf $@ && \ mkdir -p $@ && cd $@ && \ - tk init --k8s=1.23 && \ + tk init --k8s=1.24 && \ jb install github.com/cortexproject/cortex-jsonnet/cortex@main && \ rm -fr ./vendor/cortex && \ cp -r ../../cortex ./vendor/ && \ diff --git a/README.md b/README.md index a3bbc2b..b0a5133 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ To generate the YAMLs for deploying Cortex: ```console $ mkdir && cd - $ tk init --k8s=1.23 # this includes github.com/jsonnet-libs/k8s-libsonnet/1.23@main + $ tk init --k8s=1.24 # this includes github.com/jsonnet-libs/k8s-libsonnet/1.24@main $ jb install github.com/cortexproject/cortex-jsonnet/cortex@main ```