Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion current_versions.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"cert-manager": "1.15.3",
"cert-manager": "1.16.3",
"ingress-nginx": "1.8.4",
"oauth2-proxy": "7.5.1",
"stackdriver-logging-agent": "1.9.5"
Expand Down
6 changes: 3 additions & 3 deletions src/app_charts/base/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
load("//bazel:build_rules/helm_template.bzl", "helm_template")
load("//bazel:app_chart.bzl", "app_chart")
load("//bazel:build_rules/helm_template.bzl", "helm_template")

# Tests

Expand Down Expand Up @@ -37,7 +37,7 @@ sh_test(

helm_template(
name = "cert-manager-chart.robot",
chart = "//third_party/cert-manager:cert-manager-v1.15.3.tgz",
chart = "//third_party/cert-manager:cert-manager-v1.16.3.tgz",
helm_version = 3,
# The namespace will later be replaced with the actual one.
namespace = "HELM-NAMESPACE",
Expand Down Expand Up @@ -71,7 +71,7 @@ app_chart(

helm_template(
name = "cert-manager-chart.cloud",
chart = "//third_party/cert-manager:cert-manager-v1.15.3.tgz",
chart = "//third_party/cert-manager:cert-manager-v1.16.3.tgz",
helm_version = 3,
# The namespace will later be replaced with the actual one.
namespace = "HELM-NAMESPACE",
Expand Down
2 changes: 1 addition & 1 deletion third_party/cert-manager/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ licenses(["notice"])

# files downloaded by running:
# helm repo add jetstack https://charts.jetstack.io --force-update
# cert_manager_version="v1.15.3"
# cert_manager_version="v1.16.3"
# helm pull jetstack/cert-manager --version ${cert_manager_version} -d third_party/cert-manager/

exports_files(
Expand Down
Binary file removed third_party/cert-manager/cert-manager-v1.15.3.tgz
Binary file not shown.
Binary file not shown.

0 comments on commit 8a32512

Please sign in to comment.