Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
351992080a
commit
32ee899aa5
|
@ -1,10 +0,0 @@
|
|||
|
||||
|
||||
## [blocky-9.0.14](https://github.com/truecharts/charts/compare/blocky-9.0.12...blocky-9.0.14) (2023-12-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix move mistake and cleanup metadata
|
||||
- update helm general non-major ([#14784](https://github.com/truecharts/charts/issues/14784))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [blocky-9.1.0](https://github.com/truecharts/charts/compare/blocky-9.0.14...blocky-9.1.0) (2023-12-17)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image quay.io/oriedge/k8s_gateway to v0.4.0[@7bdbd44](https://github.com/7bdbd44) by renovate ([#15530](https://github.com/truecharts/charts/issues/15530))
|
||||
|
||||
|
||||
|
||||
|
||||
## [blocky-9.0.14](https://github.com/truecharts/charts/compare/blocky-9.0.12...blocky-9.0.14) (2023-12-16)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
|
||||
|
||||
## [blocky-9.0.5](https://github.com/truecharts/charts/compare/blocky-9.0.4...blocky-9.0.5) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14454](https://github.com/truecharts/charts/issues/14454))
|
||||
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: blocky
|
||||
version: 9.0.14
|
||||
version: 9.1.0
|
||||
appVersion: "0.22"
|
||||
description:
|
||||
Blocky is a DNS proxy, DNS enhancer and ad-blocker for the local network
|
||||
|
@ -10,11 +10,11 @@ home: https://truecharts.org/charts/enterprise/blocky
|
|||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/blocky.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/Mozart409/blocky-frontend
|
||||
- https://0xerr0r.github.io/blocky/
|
||||
- https://github.com/0xERR0R/blocky
|
||||
- https://github.com/Mozart409/blocky-frontend
|
||||
- https://github.com/truecharts/charts/tree/master/charts/enterprise/blocky
|
||||
- https://hub.docker.com/r/spx01/blocky
|
||||
- https://quay.io/oriedge/k8s_gateway
|
||||
- https://0xerr0r.github.io/blocky/
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [blocky-9.1.0](https://github.com/truecharts/charts/compare/blocky-9.0.14...blocky-9.1.0) (2023-12-17)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image quay.io/oriedge/k8s_gateway to v0.4.0[@7bdbd44](https://github.com/7bdbd44) by renovate ([#15530](https://github.com/truecharts/charts/issues/15530))
|
||||
|
||||
|
|
@ -5,7 +5,7 @@ image:
|
|||
k8sgatewayImage:
|
||||
repository: quay.io/oriedge/k8s_gateway
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.3.4@sha256:21571315aa3939d708dcf040a7cb78328fd957bf60887299ffdd417e7240387b
|
||||
tag: v0.4.0@sha256:7bdbd447c0244b8f89de9cd6f4826ed0ac66c9406fac3a4ac80081020c251c6b
|
||||
manifestManager:
|
||||
enabled: true
|
||||
workload:
|
Loading…
Reference in New Issue