Skip to content

Commit aa7cdc6

Browse files
committed
[bazel] Bump k8s rules to 0.6
1 parent 79253e5 commit aa7cdc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,9 @@ container_pull(
220220

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

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

0 commit comments

Comments
 (0)