Skip to content

Commit

Permalink
Update to docgen
Browse files Browse the repository at this point in the history
  • Loading branch information
engedaam committed Feb 6, 2024
1 parent ab3d58f commit 2d55772
Show file tree
Hide file tree
Showing 12 changed files with 322 additions and 43 deletions.
2 changes: 1 addition & 1 deletion charts/karpenter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ helm upgrade --install --namespace karpenter --create-namespace \
| 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 |
| dnsConfig | object | `{}` | Configure DNS Config for the pod |
| dnsPolicy | string | `"Default"` | Configure the DNS Policy for the pod |
| dnsPolicy | string | `"ClusterFirst"` | Configure the DNS Policy for the pod |
| extraVolumes | list | `[]` | Additional volumes for the pod. |
| fullnameOverride | string | `""` | Overrides the chart's computed fullname. |
| hostNetwork | bool | `false` | Bind the pod to the host network. This is required when using a custom CNI. |
Expand Down
5 changes: 4 additions & 1 deletion hack/docs/compatibility-karpenter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@ compatibility:
maxK8sVersion: 1.28
- appVersion: 0.33.1
minK8sVersion: 1.23
maxK8sVersion: 1.28
maxK8sVersion: 1.28
- appVersion: 0.34.0
minK8sVersion: 1.23
maxK8sVersion: 1.29
Loading

0 comments on commit 2d55772

Please sign in to comment.