diff --git a/charts/cloudflared/Chart.yaml b/charts/cloudflared/Chart.yaml index c3199c4..a673272 100644 --- a/charts/cloudflared/Chart.yaml +++ b/charts/cloudflared/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: cloudflared -version: 1.12.3 +version: 1.12.4 description: Cloudflared Tunnel keywords: - cloudflare diff --git a/charts/cloudflared/README.md b/charts/cloudflared/README.md index 77fc63d..8c57288 100644 --- a/charts/cloudflared/README.md +++ b/charts/cloudflared/README.md @@ -1,6 +1,6 @@ # cloudflared -![Version: 1.12.3](https://img.shields.io/badge/Version-1.12.3-informational?style=flat-square) ![AppVersion: 2024.12.2](https://img.shields.io/badge/AppVersion-2024.12.2-informational?style=flat-square) +![Version: 1.12.4](https://img.shields.io/badge/Version-1.12.4-informational?style=flat-square) ![AppVersion: 2024.12.2](https://img.shields.io/badge/AppVersion-2024.12.2-informational?style=flat-square) Cloudflared Tunnel @@ -29,7 +29,7 @@ Cloudflared Tunnel | existingSecretName | string | `"cloudflared-secret"` | Name of existing secret that contains Cloudflare token | | image | object | `{"pullPolicy":"IfNotPresent","repository":"cloudflare/cloudflared","tag":"2024.12.2"}` | Default image | | name | string | `"cloudflared"` | Name override of release | -| resources | object | `{"requests":{"cpu":"100m","memory":"128Mi"}}` | Default resources | +| resources | object | `{"requests":{"cpu":"10m","memory":"128Mi"}}` | Default resources | ---------------------------------------------- Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) diff --git a/charts/cloudflared/values.yaml b/charts/cloudflared/values.yaml index ab3ce88..338e53c 100644 --- a/charts/cloudflared/values.yaml +++ b/charts/cloudflared/values.yaml @@ -16,5 +16,5 @@ image: # -- Default resources resources: requests: - cpu: 100m + cpu: 10m memory: 128Mi