Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 9fa58d0

Browse files
committed
Move trunk branch to main
Signed-off-by: Goutham Veeramachaneni <[email protected]>
1 parent 61afd56 commit 9fa58d0

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
@@ -38,7 +38,7 @@ test-readme:
3838
tk init --k8s=false && \
3939
jb install github.com/jsonnet-libs/k8s-alpha/1.18 && \
4040
printf '(import "github.com/jsonnet-libs/k8s-alpha/1.18/main.libsonnet")\n+(import "github.com/jsonnet-libs/k8s-alpha/1.18/extensions/kausal-shim.libsonnet")' > lib/k.libsonnet && \
41-
jb install github.com/grafana/cortex-jsonnet/cortex && \
41+
jb install github.com/grafana/cortex-jsonnet/cortex@main && \
4242
rm -fr ./vendor/cortex && \
4343
cp -r ../cortex ./vendor/ && \
4444
cp vendor/cortex/cortex-manifests.jsonnet.example environments/default/main.jsonnet && \

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
(import "github.com/jsonnet-libs/k8s-alpha/1.18/main.libsonnet")
2626
+ (import "github.com/jsonnet-libs/k8s-alpha/1.18/extensions/kausal-shim.libsonnet")
2727
EOF
28-
$ jb install github.com/grafana/cortex-jsonnet/cortex
28+
$ jb install github.com/grafana/cortex-jsonnet/cortex@main
2929
```
3030

3131
1. Use the example monitoring.jsonnet.example:

0 commit comments

Comments
 (0)