Skip to content

Commit

Permalink
Initialize Tanka with k8s-libsonnet v1.21. (#2051)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
  • Loading branch information
pstibrany authored Jun 8, 2022
1 parent 6b5cc6a commit 44463cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion operations/mimir-tests/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rm -rf jsonnet-tests && mkdir jsonnet-tests
cd jsonnet-tests

# Initialise the Tanka.
tk init --k8s=1.18
tk init --k8s=1.21

# Install Mimir jsonnet from this branch.
jb install ../operations/mimir
Expand Down
2 changes: 1 addition & 1 deletion operations/mimir/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set -e

# Initialise the Tanka.
mkdir jsonnet-example && cd jsonnet-example
tk init --k8s=1.18
tk init --k8s=1.21

# Install Mimir jsonnet.
jb install github.com/grafana/mimir/operations/mimir@main
Expand Down
2 changes: 1 addition & 1 deletion operations/mimir/getting-started.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e

# Initialise the Tanka.
mkdir jsonnet-example && cd jsonnet-example
tk init --k8s=1.18
tk init --k8s=1.21

# Install Mimir jsonnet.
jb install github.com/grafana/mimir/operations/mimir@main
Expand Down

0 comments on commit 44463cf

Please sign in to comment.