diff --git a/charts/cloudflare-tunnel/Chart.yaml b/charts/cloudflare-tunnel/Chart.yaml index 6687847..1ff277c 100644 --- a/charts/cloudflare-tunnel/Chart.yaml +++ b/charts/cloudflare-tunnel/Chart.yaml @@ -4,7 +4,7 @@ description: Connect your resources to Cloudflare without a publicly routable IP home: https://github.com/plcnk/charts/tree/master/charts/cloudflare-tunnel icon: https://raw.githubusercontent.com/plcnk/charts/master/charts/cloudflare-tunnel/icon.svg type: application -version: 0.1.2 +version: 0.2.0 # renovate datasource=docker depName=cloudflare/cloudflared appVersion: "2024.9.0" kubeVersion: ">=1.22.0-0" @@ -22,7 +22,7 @@ sources: annotations: artifacthub.io/changes: |- - kind: changed - description: Update cloudflare/cloudflared docker tag to v2024.8.3 + description: Update cloudflare/cloudflared docker tag to v2024.9.0 artifacthub.io/links: |- - name: App Source url: https://github.com/cloudflare/cloudflared diff --git a/charts/cloudflare-tunnel/README.md b/charts/cloudflare-tunnel/README.md index 19a13a9..2167084 100644 --- a/charts/cloudflare-tunnel/README.md +++ b/charts/cloudflare-tunnel/README.md @@ -2,16 +2,16 @@ cloudflare-tunnel logo -![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat) +![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) -![AppVersion: 2024.8.3](https://img.shields.io/badge/AppVersion-2024.8.3-informational?style=flat) +![AppVersion: 2024.9.0](https://img.shields.io/badge/AppVersion-2024.9.0-informational?style=flat) Connect your resources to Cloudflare without a publicly routable IP address. **Homepage:** **This chart is not maintained by the upstream project and any issues with the chart should be raised -[here](https://github.com/plcnk/charts/issues/new?assignees=plcnk&labels=bug&template=bug_report.yaml&name=cloudflare-tunnel&version=0.1.2)** +[here](https://github.com/plcnk/charts/issues/new?assignees=plcnk&labels=bug&template=bug_report.yaml&name=cloudflare-tunnel&version=0.2.0)** ## Source Code @@ -89,7 +89,7 @@ helm install cloudflare-tunnel plcnk/cloudflare-tunnel -f values.yaml | controllers.main.containers.app.env | object | See [values.yaml](./values.yaml) | Environment variables | | controllers.main.containers.app.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy | | controllers.main.containers.app.image.repository | string | `"cloudflare/cloudflared"` | Image repository | -| controllers.main.containers.app.image.tag | string | `"2024.8.3"` | Image tag | +| controllers.main.containers.app.image.tag | string | `"2024.9.0"` | Image tag | | controllers.main.containers.app.securityContext.allowPrivilegeEscalation | bool | `false` | Disable privilege escalations | | controllers.main.containers.app.securityContext.capabilities | object | `{"drop":["ALL"]}` | Drop all capabilities | | controllers.main.containers.app.securityContext.readOnlyRootFilesystem | bool | `true` | Mount the container's root filesystem as read-only |