Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cert-manager: bump 1.15.3 -> 1.16.3 #483

Merged
merged 1 commit into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading