Skip to content

Commit

Permalink
update redis version
Browse files Browse the repository at this point in the history
  • Loading branch information
slamdev committed Jul 28, 2022
1 parent 1086d67 commit 92e2417
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ helm_import(
name = "redis",
chart_name = "redis",
repository = "https://charts.bitnami.com/bitnami",
sha256 = "2df935b550a8769cc3e61cd9f9b49d5a035dcab02d71369192872a70c6311eaa",
version = "15.5.4",
sha256 = "39a9bbb760b1b992f744d06c6cb5c9db9103204a1348f31e76f9201ddeb2b604",
version = "16.12.2",
)

load("@io_bazel_rules_docker//repositories:repositories.bzl", container_repositories = "repositories")
Expand Down
2 changes: 1 addition & 1 deletion example/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ appVersion: "1.16.0"

dependencies:
- name: redis
version: 15.5.4
version: 16.12.2
2 changes: 1 addition & 1 deletion example/genrule/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ load("@bazel_tools//tools/build_rules:test_rules.bzl", "rule_test")
genrule(
name = "get_values",
outs = ["values.yaml"],
cmd = "$(HELM_BIN) show values redis --repo https://charts.bitnami.com/bitnami --version 15.5.4 > $@",
cmd = "$(HELM_BIN) show values redis --repo https://charts.bitnami.com/bitnami --version 16.12.2 > $@",
toolchains = ["@helm3_7_1_toolchains//:resolved_toolchain"],
tools = ["@helm3_7_1_toolchains//:resolved_toolchain"],
)
Expand Down

0 comments on commit 92e2417

Please sign in to comment.