Skip to content

Commit ee2b3c6

Browse files
authored
fix: cloudflared image version issue (#39)
* fix: cloudflared image version issue * fix: readme
1 parent 2e97503 commit ee2b3c6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/traefik-cloudflared-source-ip/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ maintainers:
44
url: https://kubito.dev
55
apiVersion: v2
66
appVersion: 2.10.7
7-
version: 1.0.10
7+
version: 1.0.11
88
description: Kubito Traefik Cloudflared (Argo Tunnel) Real IP Helm Chart
99
home: https://github.com/kubitodev/helm/tree/main/charts/traefik-cloudflared-source-ip
1010
icon: https://kubito.dev/images/kubito.svg

charts/traefik-cloudflared-source-ip/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The command removes all the Kubernetes components associated with the chart and
8787
| Name | Description | Value |
8888
| ------------------------------- | ------------------------------------------------------------------------------------------------------ | ------------------------ |
8989
| `cloudflared.image.repository` | The Docker repository to pull the image from. Use `ghcr.io/milgradesec/cloudflared` for ARM64 devices. | `cloudflare/cloudflared` |
90-
| `cloudflared.image.tag` | The image tag to use. | `2024.4.0` |
90+
| `cloudflared.image.tag` | The image tag to use. | `2024.11.0` |
9191
| `cloudflared.replicaCount` | The number of replicas to deploy. | `1` |
9292
| `cloudflared.tunnelID` | The Argo Tunnel ID you created. Check the configuration section for details. | `""` |
9393
| `cloudflared.ingress` | The ingress settings to apply. Check the configuration section for examples. | `[]` |

charts/traefik-cloudflared-source-ip/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ traefik:
7171
cloudflared:
7272
image:
7373
repository: cloudflare/cloudflared
74-
tag: "2024.4.0"
74+
tag: "2024.11.0"
7575

7676
replicaCount: 1
7777

0 commit comments

Comments
 (0)