Skip to content

Commit 4383fa0

Browse files
authored
Merge branch 'main' into improve-default-tenant-sizes
2 parents 56eaa52 + a7ba53e commit 4383fa0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
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.26 # this includes github.com/jsonnet-libs/k8s-libsonnet/1.26@main
28+
$ tk init --k8s=1.30 # this includes github.com/jsonnet-libs/k8s-libsonnet/1.30@main
2929
$ jb install github.com/cortexproject/cortex-jsonnet/cortex@main
3030
```
3131

scripts/test-readme.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -xe
33
rm -rf $1
44
mkdir -p $1
55
cd $1
6-
tk init --k8s=1.26
6+
tk init --k8s=1.30
77
jb install github.com/cortexproject/cortex-jsonnet/cortex@main
88
rm -fr ./vendor/cortex
99
cp -r ../../cortex ./vendor/

0 commit comments

Comments
 (0)