Skip to content

Commit

Permalink
chore(deps): update cloudflare/cloudflared docker tag to v2023.2.2 (#108
Browse files Browse the repository at this point in the history
)

* chore(deps): update cloudflare/cloudflared docker tag to v2023.2.2

* [cloudflare-tunnel] bump to 0.6.0

---------

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Lex Rivera <[email protected]>
  • Loading branch information
3 people authored Feb 28, 2023
1 parent eadd5df commit 352b078
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/cloudflare-tunnel/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0
version: 0.6.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.1
appVersion: 2023.2.2
4 changes: 2 additions & 2 deletions charts/cloudflare-tunnel/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cloudflare-tunnel

![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2023.2.1](https://img.shields.io/badge/AppVersion-2023.2.1-informational?style=flat-square)
![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)

Manage and use cloudflare tunnels (also known as argo tunnels) on k8s cluster

Expand Down Expand Up @@ -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.1"` | Overrides the image tag whose default is the chart appVersion. |
| image.tag | string | `"2023.2.2"` | Overrides the image tag whose default is the chart appVersion. |
| imagePullSecrets | list | `[]` | |
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | node selector rules |
Expand Down
2 changes: 1 addition & 1 deletion charts/cloudflare-tunnel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ image:
repository: cloudflare/cloudflared
pullPolicy: IfNotPresent
# -- Overrides the image tag whose default is the chart appVersion.
tag: "2023.2.1"
tag: "2023.2.2"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 352b078

Please sign in to comment.