Skip to content

Commit

Permalink
pin capi operator version
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyDumaine committed Dec 18, 2024
1 parent 5fc7587 commit ca794bf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ helm_resource(
"capi-operator",
"capi-operator-repo/cluster-api-operator",
namespace="capi-operator-system",
flags=["--create-namespace", "--wait"],
flags=[
"--create-namespace",
"--wait",
"--version=0.14.0",
],
resource_deps=["capi-operator-repo", "cert-manager"],
labels=["CAPI"],
)
Expand Down

0 comments on commit ca794bf

Please sign in to comment.