Skip to content

Commit

Permalink
[bazel] Bump k8s rules to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Mar 30, 2021
1 parent 79253e5 commit aa7cdc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,9 @@ container_pull(

http_archive(
name = "io_bazel_rules_k8s",
sha256 = "d91aeb17bbc619e649f8d32b65d9a8327e5404f451be196990e13f5b7e2d17bb",
strip_prefix = "rules_k8s-0.4",
urls = ["https://github.com/bazelbuild/rules_k8s/releases/download/v0.4/rules_k8s-v0.4.tar.gz"],
sha256 = "51f0977294699cd547e139ceff2396c32588575588678d2054da167691a227ef",
strip_prefix = "rules_k8s-0.6",
url = "https://github.com/bazelbuild/rules_k8s/archive/v0.6.tar.gz",
)

load("@io_bazel_rules_k8s//k8s:k8s.bzl", "k8s_repositories")
Expand Down

0 comments on commit aa7cdc6

Please sign in to comment.