Skip to content

Commit

Permalink
chore: bump karpenter version (#298)
Browse files Browse the repository at this point in the history
* chore: bump karpenter version

* Update README.md

Co-authored-by: Alex Leites <[email protected]>

---------

Co-authored-by: Alex Leites <[email protected]>
  • Loading branch information
Bryce-Soghigian and tallaxes authored Apr 24, 2024
1 parent bbaa9b7 commit 6ccef54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ chmod +x ./configure-values.sh && ./configure-values.sh ${CLUSTER_NAME} ${RG} ka
Usinge the generated `karpenter-values.yaml` file, install Karpenter using Helm:

```bash
export KARPENTER_VERSION=v0.3.0
export KARPENTER_VERSION=0.4.0

helm upgrade --install karpenter oci://mcr.microsoft.com/aks/karpenter/karpenter \
--version "${KARPENTER_VERSION}" \
Expand Down

0 comments on commit 6ccef54

Please sign in to comment.