Skip to content

Commit 45824a1

Browse files
authored
Use k8s 1.24 (#21)
Signed-off-by: Friedrich Gonzalez <[email protected]>
1 parent 536ef90 commit 45824a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ test-readme: test-readme/azure test-readme/gcs test-readme/s3
4949
test-readme/%:
5050
rm -rf $@ && \
5151
mkdir -p $@ && cd $@ && \
52-
tk init --k8s=1.23 && \
52+
tk init --k8s=1.24 && \
5353
jb install github.com/cortexproject/cortex-jsonnet/cortex@main && \
5454
rm -fr ./vendor/cortex && \
5555
cp -r ../../cortex ./vendor/ && \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To generate the YAMLs for deploying Cortex:
2525

2626
```console
2727
$ mkdir <name> && cd <name>
28-
$ tk init --k8s=1.23 # this includes github.com/jsonnet-libs/k8s-libsonnet/1.23@main
28+
$ tk init --k8s=1.24 # this includes github.com/jsonnet-libs/k8s-libsonnet/1.24@main
2929
$ jb install github.com/cortexproject/cortex-jsonnet/cortex@main
3030
```
3131

0 commit comments

Comments
 (0)