Skip to content

Commit

Permalink
fix: cloudflared image version issue (#39)
Browse files Browse the repository at this point in the history
* fix: cloudflared image version issue

* fix: readme
  • Loading branch information
nushkovg authored Nov 15, 2024
1 parent 2e97503 commit ee2b3c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/traefik-cloudflared-source-ip/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ maintainers:
url: https://kubito.dev
apiVersion: v2
appVersion: 2.10.7
version: 1.0.10
version: 1.0.11
description: Kubito Traefik Cloudflared (Argo Tunnel) Real IP Helm Chart
home: https://github.com/kubitodev/helm/tree/main/charts/traefik-cloudflared-source-ip
icon: https://kubito.dev/images/kubito.svg
Expand Down
2 changes: 1 addition & 1 deletion charts/traefik-cloudflared-source-ip/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The command removes all the Kubernetes components associated with the chart and
| Name | Description | Value |
| ------------------------------- | ------------------------------------------------------------------------------------------------------ | ------------------------ |
| `cloudflared.image.repository` | The Docker repository to pull the image from. Use `ghcr.io/milgradesec/cloudflared` for ARM64 devices. | `cloudflare/cloudflared` |
| `cloudflared.image.tag` | The image tag to use. | `2024.4.0` |
| `cloudflared.image.tag` | The image tag to use. | `2024.11.0` |
| `cloudflared.replicaCount` | The number of replicas to deploy. | `1` |
| `cloudflared.tunnelID` | The Argo Tunnel ID you created. Check the configuration section for details. | `""` |
| `cloudflared.ingress` | The ingress settings to apply. Check the configuration section for examples. | `[]` |
Expand Down
2 changes: 1 addition & 1 deletion charts/traefik-cloudflared-source-ip/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ traefik:
cloudflared:
image:
repository: cloudflare/cloudflared
tag: "2024.4.0"
tag: "2024.11.0"

replicaCount: 1

Expand Down

0 comments on commit ee2b3c6

Please sign in to comment.