Skip to content

Commit

Permalink
feat: update cloudflared version (#44)
Browse files Browse the repository at this point in the history
* feat: update cloudflared version

* fix: readme
  • Loading branch information
nushkovg authored Jan 16, 2025
1 parent 43342d6 commit ae817a0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/cloudflared/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ maintainers:
- name: kubitodev
url: https://kubito.dev
apiVersion: v2
appVersion: 2024.11.0
version: 1.5.2
appVersion: 2025.1.0
version: 1.6.0
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
2 changes: 1 addition & 1 deletion 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.11.0` |
| `image.tag` | The image tag to use. | `2025.1.0` |
| `image.imagePullPolicy` | The logic of image pulling. | `IfNotPresent` |

### Deployment parameters
Expand Down
2 changes: 1 addition & 1 deletion charts/cloudflared/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
##
image:
repository: cloudflare/cloudflared
tag: "2024.11.0"
tag: "2025.1.0"
imagePullPolicy: IfNotPresent

## @section Deployment parameters
Expand Down
4 changes: 2 additions & 2 deletions charts/outline/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ maintainers:
- name: kubitodev
url: https://kubito.dev
apiVersion: v2
appVersion: 0.81.0
version: 1.2.0
appVersion: 0.81.1
version: 1.2.1
description: Kubito Outline Wiki Helm Chart
home: https://github.com/kubitodev/helm/tree/main/charts/outline
icon: https://kubito.dev/images/kubito.svg
Expand Down
2 changes: 1 addition & 1 deletion charts/outline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,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. | `outlinewiki/outline` |
| `image.tag` | The image tag to use. | `0.81.0` |
| `image.tag` | The image tag to use. | `0.81.1` |
| `image.imagePullPolicy` | The logic of image pulling. | `IfNotPresent` |

### Deployment parameters
Expand Down
2 changes: 1 addition & 1 deletion charts/outline/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ global:
##
image:
repository: outlinewiki/outline
tag: "0.81.0"
tag: "0.81.1"
imagePullPolicy: IfNotPresent

## @section Deployment parameters
Expand Down

0 comments on commit ae817a0

Please sign in to comment.