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
4949test-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/ && \
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments