Skip to content

Commit

Permalink
Removed hardcoded versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
prajwalvathreya committed Aug 5, 2024
1 parent d0de287 commit f25313f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: ${CLUSTER_NAME}-cluster-autoscaler
spec:
containers:
- image: registry.k8s.io/autoscaling/cluster-autoscaler:${CLUSTER_AUTOSCALER_VERSION:=v1.30.2}
- image: registry.k8s.io/autoscaling/cluster-autoscaler:${KUBERNETES_VERSION%.*}.0
name: cluster-autoscaler
command: [/cluster-autoscaler]
args:
Expand Down

0 comments on commit f25313f

Please # to comment.