Skip to content

Commit 41801d2

Browse files
chore: Update kwok chart to latest (#1821)
1 parent f0abf70 commit 41801d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This is the format of an AWS ECR Public Repo as an example.
2-
export KWOK_REPO ?= ${ACCOUNT_ID}.dkr.ecr.${DEFAULT_REGION}.amazonaws.com
2+
export KWOK_REPO ?= ${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_DEFAULT_REGION}.amazonaws.com
33
export KARPENTER_NAMESPACE=kube-system
44

55
HELM_OPTS ?= --set logLevel=debug \

kwok/charts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For full Karpenter documentation please checkout [https://karpenter.sh](https://
2323
| controller.image.digest | string | `""` | SHA256 digest of the controller image. |
2424
| controller.image.repository | string | `""` | Repository path to the controller image. |
2525
| controller.image.tag | string | `""` | Tag of the controller image. |
26-
| controller.metrics.port | int | `8000` | The container port to use for metrics. |
26+
| controller.metrics.port | int | `8080` | The container port to use for metrics. |
2727
| controller.resources | object | `{}` | Resources for the controller pod. |
2828
| controller.sidecarContainer | list | `[]` | Additional sidecarContainer config |
2929
| controller.sidecarVolumeMounts | list | `[]` | Additional volumeMounts for the sidecar - this will be added to the volume mounts on top of extraVolumeMounts |

kwok/charts/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ controller:
118118
sidecarVolumeMounts: []
119119
metrics:
120120
# -- The container port to use for metrics.
121-
port: 8000
121+
port: 8080
122122
healthProbe:
123123
# -- The container port to use for http health probe.
124124
port: 8081

0 commit comments

Comments
 (0)