From 49f50b30ed5172baa4018952a897c7cfcc401da5 Mon Sep 17 00:00:00 2001 From: rlex-bot <67213046+rlex-bot@users.noreply.github.com> Date: Wed, 24 May 2023 13:32:03 +0300 Subject: [PATCH] chore(deps): update cloudflare/cloudflared docker tag to v2023.5.1 (#112) * chore(deps): update cloudflare/cloudflared docker tag to v2023.5.1 * [cloudflare-tunnel] bump to 0.7.0 --------- Co-authored-by: Renovate Bot Co-authored-by: Lex Rivera --- charts/cloudflare-tunnel/Chart.yaml | 4 ++-- charts/cloudflare-tunnel/README.md | 4 ++-- charts/cloudflare-tunnel/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/cloudflare-tunnel/Chart.yaml b/charts/cloudflare-tunnel/Chart.yaml index 245246c57..d0b5f28cf 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.6.0 +version: 0.7.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.2.2 +appVersion: 2023.5.1 diff --git a/charts/cloudflare-tunnel/README.md b/charts/cloudflare-tunnel/README.md index c78bb8d9e..dff45ae8a 100644 --- a/charts/cloudflare-tunnel/README.md +++ b/charts/cloudflare-tunnel/README.md @@ -1,6 +1,6 @@ # cloudflare-tunnel -![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2023.2.2](https://img.shields.io/badge/AppVersion-2023.2.2-informational?style=flat-square) +![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) 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.2.2"` | Overrides the image tag whose default is the chart appVersion. | +| image.tag | string | `"2023.5.1"` | Overrides the image tag whose default is the chart appVersion. | | imagePullSecrets | list | `[]` | | | nameOverride | string | `""` | | | nodeSelector | object | `{}` | node selector rules | diff --git a/charts/cloudflare-tunnel/values.yaml b/charts/cloudflare-tunnel/values.yaml index 19dbfb2bc..bb68851ac 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.2.2" + tag: "2023.5.1" imagePullSecrets: [] nameOverride: ""