Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
681678adb7
commit
344d433838
|
@ -2,6 +2,19 @@
|
|||
|
||||
|
||||
|
||||
## [blocky-1.1.7](https://github.com/truecharts/charts/compare/blocky-1.1.6...blocky-1.1.7) (2022-10-31)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
### Fix
|
||||
|
||||
- fix UI, wrong variable names ([#4258](https://github.com/truecharts/charts/issues/4258))
|
||||
|
||||
|
||||
|
||||
|
||||
## [blocky-1.1.6](https://github.com/truecharts/charts/compare/blocky-1.1.5...blocky-1.1.6) (2022-10-25)
|
||||
|
||||
### Chore
|
||||
|
@ -84,16 +97,3 @@
|
|||
- add DoH support on main ingress ([#3959](https://github.com/truecharts/charts/issues/3959))
|
||||
|
||||
|
||||
|
||||
|
||||
## [blocky-1.0.10](https://github.com/truecharts/charts/compare/blocky-1.0.9...blocky-1.0.10) (2022-09-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918))
|
||||
|
||||
|
||||
|
||||
|
||||
## [blocky-1.0.9](https://github.com/truecharts/charts/compare/blocky-1.0.7...blocky-1.0.9) (2022-09-26)
|
|
@ -6,4 +6,4 @@ dependencies:
|
|||
repository: https://charts.truecharts.org
|
||||
version: 3.0.102
|
||||
digest: sha256:d4d4b811f3f5ade7c71028322769dd728b4f9ef64a69e88c267893592146ef57
|
||||
generated: "2022-10-25T08:30:25.519195282Z"
|
||||
generated: "2022-10-31T23:48:49.55558988Z"
|
|
@ -26,7 +26,7 @@ sources:
|
|||
- https://github.com/0xERR0R/blocky
|
||||
- https://github.com/Mozart409/blocky-frontend
|
||||
- https://hub.docker.com/r/spx01/blocky
|
||||
version: 1.1.6
|
||||
version: 1.1.7
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- network
|
|
@ -340,14 +340,14 @@ questions:
|
|||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: in
|
||||
label: In
|
||||
- variable: domain
|
||||
label: Domain
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: out
|
||||
label: Out
|
||||
- variable: dnsserver
|
||||
label: DNS Server
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
|
@ -1674,8 +1674,6 @@ questions:
|
|||
description: Default
|
||||
- value: ClusterFirst
|
||||
description: ClusterFirst
|
||||
- value: ClusterFirstWithHostNet
|
||||
description: ClusterFirstWithHostNet
|
||||
- value: None
|
||||
description: None
|
||||
- variable: dnsConfig
|
Loading…
Reference in New Issue