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 | 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: ""