File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ test-readme: test-readme/azure test-readme/gcs test-readme/s3
49
49
test-readme/% :
50
50
rm -rf $@ && \
51
51
mkdir -p $@ && cd $@ && \
52
- tk init --k8s=1.23 && \
52
+ tk init --k8s=1.24 && \
53
53
jb install github.com/cortexproject/cortex-jsonnet/cortex@main && \
54
54
rm -fr ./vendor/cortex && \
55
55
cp -r ../../cortex ./vendor/ && \
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ To generate the YAMLs for deploying Cortex:
25
25
26
26
```console
27
27
$ 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
29
29
$ jb install github.com/cortexproject/cortex-jsonnet/cortex@main
30
30
```
31
31
You can’t perform that action at this time.
0 commit comments