Skip to content

Commit

Permalink
feat: clouflared readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nushkovg committed Oct 17, 2024
1 parent 4a864c8 commit 510d137
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/cloudflared/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: 2024.10.0
version: 1.5.0
version: 1.5.1
description: Kubito Cloudflared (Argo Tunnel) Helm Chart
home: https://github.com/kubitodev/helm/tree/main/charts/cloudflared
icon: https://kubito.dev/images/kubito.svg
Expand Down
4 changes: 2 additions & 2 deletions charts/cloudflared/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The command removes all the Kubernetes components associated with the chart and
| Name | Description | Value |
| ----------------------- | --------------------------------------------- | ------------------------ |
| `image.repository` | The Docker repository to pull the image from. | `cloudflare/cloudflared` |
| `image.tag` | The image tag to use. | `2024.5.0` |
| `image.tag` | The image tag to use. | `2024.10.0` |
| `image.imagePullPolicy` | The logic of image pulling. | `IfNotPresent` |

### Deployment parameters
Expand All @@ -60,7 +60,7 @@ The command removes all the Kubernetes components associated with the chart and
| `tolerations` | Tolerates any taint that matches the triple `<key,value,effect>` using the matching operator `<operator>`. | `[]` |
| `topologySpreadConstraints` | Control how pods are spread across your cluster among failure-domains such as regions, zones, nodes, and other user-defined topology domains. | `[]` |
| `logLevel` | The log level to use for the tunnel. | `info` |
| `priorityClassName` | The priority class name to use for the tunnel. | `info` |
| `priorityClassName` | The priority class name to use for the tunnel. | `""` |
| `metrics.enabled` | Enable metrics for prometheus monitoring. The crd monitoring.coreos.com/v1 must be already installed on the target. | `false` |
| `metrics.port` | The port to use for metrics. | `""` |
| `managed.enabled` | Whether to enable Managed (CF Zero Trust Dashboard) tunnel configuration. Cannot coexist with the local one. | `true` |
Expand Down

0 comments on commit 510d137

Please sign in to comment.