We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56eaa52 + a7ba53e commit 4383fa0Copy full SHA for 4383fa0
README.md
@@ -25,7 +25,7 @@ To generate the YAMLs for deploying Cortex:
25
26
```console
27
$ mkdir <name> && cd <name>
28
- $ tk init --k8s=1.26 # this includes github.com/jsonnet-libs/k8s-libsonnet/1.26@main
+ $ tk init --k8s=1.30 # this includes github.com/jsonnet-libs/k8s-libsonnet/1.30@main
29
$ jb install github.com/cortexproject/cortex-jsonnet/cortex@main
30
```
31
scripts/test-readme.sh
@@ -3,7 +3,7 @@ set -xe
3
rm -rf $1
4
mkdir -p $1
5
cd $1
6
-tk init --k8s=1.26
+tk init --k8s=1.30
7
jb install github.com/cortexproject/cortex-jsonnet/cortex@main
8
rm -fr ./vendor/cortex
9
cp -r ../../cortex ./vendor/
0 commit comments