Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
9e6a6232b6
commit
9c004eb866
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [cloudflared-6.0.1](https://github.com/truecharts/charts/compare/cloudflared-6.0.0...cloudflared-6.0.1) (2023-08-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/cloudflared to v2023.8.0 ([#11925](https://github.com/truecharts/charts/issues/11925))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [cloudflared-6.0.0](https://github.com/truecharts/charts/compare/cloudflared-5.0.12...cloudflared-6.0.0) (2023-07-31)
|
||||
|
||||
|
@ -88,8 +97,3 @@
|
|||
|
||||
- update helm general non-major ([#9423](https://github.com/truecharts/charts/issues/9423))
|
||||
|
||||
|
||||
|
||||
|
||||
## [cloudflared-5.0.3](https://github.com/truecharts/charts/compare/cloudflared-5.0.2...cloudflared-5.0.3) (2023-06-06)
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "2023.7.3"
|
||||
appVersion: "2023.8.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -20,7 +20,7 @@ name: cloudflared
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/cloudflared
|
||||
type: application
|
||||
version: 6.0.0
|
||||
version: 6.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- network
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [cloudflared-6.0.1](https://github.com/truecharts/charts/compare/cloudflared-6.0.0...cloudflared-6.0.1) (2023-08-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/cloudflared to v2023.8.0 ([#11925](https://github.com/truecharts/charts/issues/11925))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/cloudflared
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2023.7.3@sha256:fc1dfbadec2502c5d11fd07d47b4f6d874785ccc075702b02268cdabdb37a03f
|
||||
tag: v2023.8.0@sha256:829ea1bffbe3cca949f0f63582406fc76d29a4d539a60ae78eacb6f0b47a7bbe
|
||||
|
||||
workload:
|
||||
main:
|
Loading…
Reference in New Issue