Skip to content

Commit

Permalink
chore: Update Helm Chart Version for release-v0.33.x branch (#5590)
Browse files Browse the repository at this point in the history
  • Loading branch information
engedaam authored Feb 2, 2024
1 parent 0957091 commit 8d5da29
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/karpenter-crd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: karpenter-crd
description: A Helm chart for Karpenter Custom Resource Definitions (CRDs)
type: application
version: 0.32.3
appVersion: 0.32.3
version: 0.33.2
appVersion: 0.33.2
keywords:
- cluster
- node
Expand Down
4 changes: 2 additions & 2 deletions charts/karpenter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: karpenter
description: A Helm chart for Karpenter, an open-source node provisioning project built for Kubernetes.
type: application
version: 0.32.3
appVersion: 0.32.3
version: 0.33.2
appVersion: 0.33.2
keywords:
- cluster
- node
Expand Down
2 changes: 1 addition & 1 deletion charts/karpenter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You can follow the detailed installation instruction in the [documentation](http
```bash
helm upgrade --install --namespace karpenter --create-namespace \
karpenter oci://public.ecr.aws/karpenter/karpenter \
--version v0.32.3 \
--version v0.33.2 \
--set "serviceAccount.annotations.eks\.amazonaws\.com/role-arn=${KARPENTER_IAM_ROLE_ARN}" \
--set settings.clusterName=${CLUSTER_NAME} \
--set settings.interruptionQueue=${CLUSTER_NAME} \
Expand Down
4 changes: 2 additions & 2 deletions charts/karpenter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ controller:
# -- Repository path to the controller image.
repository: public.ecr.aws/karpenter/controller
# -- Tag of the controller image.
tag: v0.32.3
tag: v0.33.2
# -- SHA256 digest of the controller image.
digest: sha256:afa0d0fd5ac375859dc3d239ec992f197cdf01f6c8e3413e3845a43c2434621e
digest: sha256:0db7171aef7465a16893647b1a1ec9edf84609c2f4b74beb475433cf07344581
# -- Additional environment variables for the controller pod.
env: []
# - name: AWS_REGION
Expand Down

0 comments on commit 8d5da29

Please sign in to comment.