Skip to content

Commit

Permalink
chore: Update kwok chart to latest (#1821)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis authored Nov 17, 2024
1 parent f0abf70 commit 41801d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is the format of an AWS ECR Public Repo as an example.
export KWOK_REPO ?= ${ACCOUNT_ID}.dkr.ecr.${DEFAULT_REGION}.amazonaws.com
export KWOK_REPO ?= ${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_DEFAULT_REGION}.amazonaws.com
export KARPENTER_NAMESPACE=kube-system

HELM_OPTS ?= --set logLevel=debug \
Expand Down
2 changes: 1 addition & 1 deletion kwok/charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For full Karpenter documentation please checkout [https://karpenter.sh](https://
| controller.image.digest | string | `""` | SHA256 digest of the controller image. |
| controller.image.repository | string | `""` | Repository path to the controller image. |
| controller.image.tag | string | `""` | Tag of the controller image. |
| controller.metrics.port | int | `8000` | The container port to use for metrics. |
| controller.metrics.port | int | `8080` | The container port to use for metrics. |
| controller.resources | object | `{}` | Resources for the controller pod. |
| controller.sidecarContainer | list | `[]` | Additional sidecarContainer config |
| controller.sidecarVolumeMounts | list | `[]` | Additional volumeMounts for the sidecar - this will be added to the volume mounts on top of extraVolumeMounts |
Expand Down
2 changes: 1 addition & 1 deletion kwok/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ controller:
sidecarVolumeMounts: []
metrics:
# -- The container port to use for metrics.
port: 8000
port: 8080
healthProbe:
# -- The container port to use for http health probe.
port: 8081
Expand Down

0 comments on commit 41801d2

Please sign in to comment.