From 539be06485b631c981042a842fd1a8b37ab4eb72 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 31 Oct 2023 13:15:38 +0000 Subject: [PATCH 1/2] chore(deps): update cloudflare/cloudflared docker tag to v2023.10.0 --- charts/cloudflare-tunnel/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/cloudflare-tunnel/values.yaml b/charts/cloudflare-tunnel/values.yaml index bb68851ac..1a48a3b96 100644 --- a/charts/cloudflare-tunnel/values.yaml +++ b/charts/cloudflare-tunnel/values.yaml @@ -10,7 +10,7 @@ image: repository: cloudflare/cloudflared pullPolicy: IfNotPresent # -- Overrides the image tag whose default is the chart appVersion. - tag: "2023.5.1" + tag: "2023.10.0" imagePullSecrets: [] nameOverride: "" From 86c2361a2e4f29f7662c6edc637b58ee06aec3da Mon Sep 17 00:00:00 2001 From: Lex Rivera Date: Wed, 29 Nov 2023 02:31:30 +0300 Subject: [PATCH 2/2] [cloudflare-tunnel] bump to 0.8.0 --- charts/cloudflare-tunnel/Chart.yaml | 4 ++-- charts/cloudflare-tunnel/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/cloudflare-tunnel/Chart.yaml b/charts/cloudflare-tunnel/Chart.yaml index d0b5f28cf..eb1baef5a 100644 --- a/charts/cloudflare-tunnel/Chart.yaml +++ b/charts/cloudflare-tunnel/Chart.yaml @@ -16,10 +16,10 @@ type: application # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.7.0 +version: 0.8.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: 2023.5.1 +appVersion: 2023.10.0 diff --git a/charts/cloudflare-tunnel/README.md b/charts/cloudflare-tunnel/README.md index dff45ae8a..2dd9f8721 100644 --- a/charts/cloudflare-tunnel/README.md +++ b/charts/cloudflare-tunnel/README.md @@ -1,6 +1,6 @@ # cloudflare-tunnel -![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2023.5.1](https://img.shields.io/badge/AppVersion-2023.5.1-informational?style=flat-square) +![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2023.10.0](https://img.shields.io/badge/AppVersion-2023.10.0-informational?style=flat-square) Manage and use cloudflare tunnels (also known as argo tunnels) on k8s cluster @@ -67,7 +67,7 @@ For more settings of ingresses please consult [official cloudflare docs](https:/ | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"cloudflare/cloudflared"` | overrides default image | -| image.tag | string | `"2023.5.1"` | Overrides the image tag whose default is the chart appVersion. | +| image.tag | string | `"2023.10.0"` | Overrides the image tag whose default is the chart appVersion. | | imagePullSecrets | list | `[]` | | | nameOverride | string | `""` | | | nodeSelector | object | `{}` | node selector rules |