Skip to content

Commit ae817a0

Browse files
authored
feat: update cloudflared version (#44)
* feat: update cloudflared version * fix: readme
1 parent 43342d6 commit ae817a0

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

charts/cloudflared/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ maintainers:
33
- name: kubitodev
44
url: https://kubito.dev
55
apiVersion: v2
6-
appVersion: 2024.11.0
7-
version: 1.5.2
6+
appVersion: 2025.1.0
7+
version: 1.6.0
88
description: Kubito Cloudflared (Argo Tunnel) Helm Chart
99
home: https://github.com/kubitodev/helm/tree/main/charts/cloudflared
1010
icon: https://kubito.dev/images/kubito.svg

charts/cloudflared/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The command removes all the Kubernetes components associated with the chart and
4848
| Name | Description | Value |
4949
| ----------------------- | --------------------------------------------- | ------------------------ |
5050
| `image.repository` | The Docker repository to pull the image from. | `cloudflare/cloudflared` |
51-
| `image.tag` | The image tag to use. | `2024.11.0` |
51+
| `image.tag` | The image tag to use. | `2025.1.0` |
5252
| `image.imagePullPolicy` | The logic of image pulling. | `IfNotPresent` |
5353

5454
### Deployment parameters

charts/cloudflared/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
##
99
image:
1010
repository: cloudflare/cloudflared
11-
tag: "2024.11.0"
11+
tag: "2025.1.0"
1212
imagePullPolicy: IfNotPresent
1313

1414
## @section Deployment parameters

charts/outline/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ maintainers:
33
- name: kubitodev
44
url: https://kubito.dev
55
apiVersion: v2
6-
appVersion: 0.81.0
7-
version: 1.2.0
6+
appVersion: 0.81.1
7+
version: 1.2.1
88
description: Kubito Outline Wiki Helm Chart
99
home: https://github.com/kubitodev/helm/tree/main/charts/outline
1010
icon: https://kubito.dev/images/kubito.svg

charts/outline/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The command removes all the Kubernetes components associated with the chart and
5555
| Name | Description | Value |
5656
| ----------------------- | --------------------------------------------- | --------------------- |
5757
| `image.repository` | The Docker repository to pull the image from. | `outlinewiki/outline` |
58-
| `image.tag` | The image tag to use. | `0.81.0` |
58+
| `image.tag` | The image tag to use. | `0.81.1` |
5959
| `image.imagePullPolicy` | The logic of image pulling. | `IfNotPresent` |
6060

6161
### Deployment parameters

charts/outline/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ global:
1919
##
2020
image:
2121
repository: outlinewiki/outline
22-
tag: "0.81.0"
22+
tag: "0.81.1"
2323
imagePullPolicy: IfNotPresent
2424

2525
## @section Deployment parameters

0 commit comments

Comments
 (0)