Skip to content

Commit ee24455

Browse files
committed
Bump rules_k8s to the latest version
1 parent 6e56619 commit ee24455

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,9 @@ container_pull(
208208

209209
http_archive(
210210
name = "io_bazel_rules_k8s",
211-
sha256 = "51f0977294699cd547e139ceff2396c32588575588678d2054da167691a227ef",
212-
strip_prefix = "rules_k8s-0.6",
213-
url = "https://github.com/bazelbuild/rules_k8s/archive/v0.6.tar.gz",
211+
sha256 = "5d4e71b9e34065222115e85bb6dc3bfd80d7c926fafbcf6b01e04e99769c7ca1",
212+
strip_prefix = "rules_k8s-32df7190a9b2534eb5d15e6c018b81fd345a0cf8",
213+
url = "https://github.com/bazelbuild/rules_k8s/archive/32df7190a9b2534eb5d15e6c018b81fd345a0cf8.zip",
214214
)
215215

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

0 commit comments

Comments
 (0)