Skip to content

Commit

Permalink
Merge pull request #4766 from consideRatio/pr/bump-cert-manager-v15
Browse files Browse the repository at this point in the history
cert-manager: upgrade from v1.13.6 to v1.14.7
  • Loading branch information
consideRatio authored Sep 9, 2024
2 parents bd66735 + d43340f commit 7c9e1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployer/commands/deployer.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def deploy_support(
# "kubectl apply" will be done on CRDs but sometimes more is needed.
#
cert_manager_version: str = typer.Option(
"v1.13.6", help="Version of cert-manager to install"
"v1.14.7", help="Version of cert-manager to install"
),
debug: bool = typer.Option(
False,
Expand Down

0 comments on commit 7c9e1d3

Please sign in to comment.