Skip to content

Commit

Permalink
specify vpa version
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaStakater committed Jul 7, 2023
1 parent bee7958 commit 2a6b322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ vpa_namespace = "openshift-vertical-pod-autoscaler"
namespace_create(vpa_namespace)
local_resource(
'openshift-vertical-pod-autoscaler',
cmd='helm install openshift-vertical-pod-autoscaler -n openshift-vertical-pod-autoscaler oci://ghcr.io/stakater/charts/openshift-vertical-pod-autoscaler'
cmd='helm install openshift-vertical-pod-autoscaler -n openshift-vertical-pod-autoscaler oci://ghcr.io/stakater/charts/openshift-vertical-pod-autoscaler --version=0.0.3'
)

# Wait until VPA CRD becomes available
Expand Down

0 comments on commit 2a6b322

Please sign in to comment.