forked from grafana/cortex-jsonnet
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgrade build-image alpine 3.18 tanka 0.26.0 go 1.21 Signed-off-by: Friedrich Gonzalez <[email protected]> * Update ci.yaml Signed-off-by: Friedrich Gonzalez <[email protected]> --------- Signed-off-by: Friedrich Gonzalez <[email protected]>
- Loading branch information
1 parent
c9f3e20
commit cbb7997
Showing
3 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,15 +17,15 @@ To generate the YAMLs for deploying Cortex: | |
|
||
```console | ||
$ # make sure to be outside of GOPATH or a go.mod project | ||
$ GO111MODULE=on go install github.com/grafana/tanka/cmd/tk@v0.24.0 | ||
$ GO111MODULE=on go install github.com/grafana/tanka/cmd/tk@v0.26.0 | ||
$ GO111MODULE=on go install github.com/jsonnet-bundler/jsonnet-bundler/cmd/[email protected] | ||
``` | ||
|
||
1. Initialise the Tanka repo, install the Cortex and Kubernetes Jsonnet libraries. | ||
|
||
```console | ||
$ mkdir <name> && cd <name> | ||
$ tk init --k8s=1.24 # this includes github.com/jsonnet-libs/k8s-libsonnet/1.24@main | ||
$ tk init --k8s=1.26 # this includes github.com/jsonnet-libs/k8s-libsonnet/1.26@main | ||
$ jb install github.com/cortexproject/cortex-jsonnet/cortex@main | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters