Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
1e7fea5582
commit
405bf61112
|
@ -1,4 +0,0 @@
|
|||
|
||||
|
||||
## [blocky-5.0.23](https://github.com/truecharts/charts/compare/blocky-5.0.22...blocky-5.0.23) (2023-04-21)
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [blocky-5.0.24](https://github.com/truecharts/charts/compare/blocky-5.0.23...blocky-5.0.24) (2023-04-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/k8s_gateway to v0.3.4 ([#8137](https://github.com/truecharts/charts/issues/8137))
|
||||
|
||||
|
||||
|
||||
|
||||
## [blocky-5.0.23](https://github.com/truecharts/charts/compare/blocky-5.0.22...blocky-5.0.23) (2023-04-21)
|
||||
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
- update helm general non-major ([#7929](https://github.com/truecharts/charts/issues/7929))
|
||||
|
||||
|
||||
|
||||
|
||||
## [blocky-5.0.12](https://github.com/truecharts/charts/compare/blocky-5.0.11...blocky-5.0.12) (2023-04-09)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#7907](https://github.com/truecharts/charts/issues/7907))
|
||||
|
|
@ -25,7 +25,7 @@ sources:
|
|||
- https://0xerr0r.github.io/blocky/
|
||||
- https://github.com/0xERR0R/blocky
|
||||
- https://github.com/Mozart409/blocky-frontend
|
||||
version: 5.0.23
|
||||
version: 5.0.24
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- network
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [blocky-5.0.24](https://github.com/truecharts/charts/compare/blocky-5.0.23...blocky-5.0.24) (2023-04-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/k8s_gateway to v0.3.4 ([#8137](https://github.com/truecharts/charts/issues/8137))
|
||||
|
||||
|
|
@ -6,7 +6,7 @@ image:
|
|||
k8sgatewayImage:
|
||||
repository: tccr.io/truecharts/k8s_gateway
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.3.3@sha256:246e7006afaf57a398b02e417a31d6f14fb43562901388772778f60be586b807
|
||||
tag: 0.3.4@sha256:c49645e7b263e5cfc8fc269db2aef7d90149cecc7a50e2c2fe77ef935dd35742
|
||||
|
||||
workload:
|
||||
main:
|
|
@ -947,8 +947,6 @@ questions:
|
|||
description: LoadBalancer (Expose Ports)
|
||||
- value: ClusterIP
|
||||
description: ClusterIP (Do Not Expose Ports)
|
||||
- value: Simple
|
||||
description: Deprecated CHANGE THIS
|
||||
- variable: loadBalancerIP
|
||||
label: LoadBalancer IP
|
||||
description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
|
||||
|
@ -999,8 +997,6 @@ questions:
|
|||
description: LoadBalancer (Expose Ports)
|
||||
- value: ClusterIP
|
||||
description: ClusterIP (Do Not Expose Ports)
|
||||
- value: Simple
|
||||
description: Deprecated CHANGE THIS
|
||||
- variable: loadBalancerIP
|
||||
label: LoadBalancer IP
|
||||
description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
|
||||
|
@ -1051,8 +1047,6 @@ questions:
|
|||
description: LoadBalancer (Expose Ports)
|
||||
- value: ClusterIP
|
||||
description: ClusterIP (Do Not Expose Ports)
|
||||
- value: Simple
|
||||
description: Deprecated CHANGE THIS
|
||||
- variable: loadBalancerIP
|
||||
label: LoadBalancer IP
|
||||
description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
|
||||
|
@ -1103,8 +1097,6 @@ questions:
|
|||
description: LoadBalancer (Expose Ports)
|
||||
- value: ClusterIP
|
||||
description: ClusterIP (Do Not Expose Ports)
|
||||
- value: Simple
|
||||
description: Deprecated CHANGE THIS
|
||||
- variable: loadBalancerIP
|
||||
label: LoadBalancer IP
|
||||
description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
|
Loading…
Reference in New Issue