Skip to content

Commit

Permalink
cert-manager: upgrade from v1.14.7 to v1.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Sep 9, 2024
1 parent 7c9e1d3 commit ff7cab8
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.14.7", help="Version of cert-manager to install"
"v1.15.3", help="Version of cert-manager to install"
),
debug: bool = typer.Option(
False,
Expand Down

0 comments on commit ff7cab8

Please sign in to comment.