File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ maintainers:
3
3
- name : kubitodev
4
4
url : https://kubito.dev
5
5
apiVersion : v2
6
- appVersion : 2024.11 .0
7
- version : 1.5.2
6
+ appVersion : 2025.1 .0
7
+ version : 1.6.0
8
8
description : Kubito Cloudflared (Argo Tunnel) Helm Chart
9
9
home : https://github.com/kubitodev/helm/tree/main/charts/cloudflared
10
10
icon : https://kubito.dev/images/kubito.svg
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ The command removes all the Kubernetes components associated with the chart and
48
48
| Name | Description | Value |
49
49
| ----------------------- | --------------------------------------------- | ------------------------ |
50
50
| ` 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` |
52
52
| ` image.imagePullPolicy ` | The logic of image pulling. | ` IfNotPresent ` |
53
53
54
54
### Deployment parameters
Original file line number Diff line number Diff line change 8
8
# #
9
9
image :
10
10
repository : cloudflare/cloudflared
11
- tag : " 2024.11 .0"
11
+ tag : " 2025.1 .0"
12
12
imagePullPolicy : IfNotPresent
13
13
14
14
# # @section Deployment parameters
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ maintainers:
3
3
- name : kubitodev
4
4
url : https://kubito.dev
5
5
apiVersion : v2
6
- appVersion : 0.81.0
7
- version : 1.2.0
6
+ appVersion : 0.81.1
7
+ version : 1.2.1
8
8
description : Kubito Outline Wiki Helm Chart
9
9
home : https://github.com/kubitodev/helm/tree/main/charts/outline
10
10
icon : https://kubito.dev/images/kubito.svg
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ The command removes all the Kubernetes components associated with the chart and
55
55
| Name | Description | Value |
56
56
| ----------------------- | --------------------------------------------- | --------------------- |
57
57
| ` 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 ` |
59
59
| ` image.imagePullPolicy ` | The logic of image pulling. | ` IfNotPresent ` |
60
60
61
61
### Deployment parameters
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ global:
19
19
# #
20
20
image :
21
21
repository : outlinewiki/outline
22
- tag : " 0.81.0 "
22
+ tag : " 0.81.1 "
23
23
imagePullPolicy : IfNotPresent
24
24
25
25
# # @section Deployment parameters
You can’t perform that action at this time.
0 commit comments