Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
b91f1113b3
commit
3eb53787f2
|
@ -1,3 +0,0 @@
|
|||
|
||||
|
||||
## [blocky-14.0.2](https://github.com/truecharts/charts/compare/blocky-14.0.1...blocky-14.0.2) (2024-03-05)
|
Binary file not shown.
|
@ -8,6 +8,24 @@ title: Changelog
|
|||
**Important:**
|
||||
|
||||
|
||||
## [blocky-14.1.1](https://github.com/truecharts/charts/compare/blocky-14.1.0...blocky-14.1.1) (2024-03-06)
|
||||
|
||||
|
||||
## [blocky-14.1.0](https://github.com/truecharts/charts/compare/blocky-14.0.5...blocky-14.1.0) (2024-03-06)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
|
||||
|
||||
|
||||
## [blocky-14.0.5](https://github.com/truecharts/charts/compare/blocky-14.0.4...blocky-14.0.5) (2024-03-06)
|
||||
|
||||
|
||||
## [blocky-14.0.4](https://github.com/truecharts/charts/compare/blocky-14.0.2...blocky-14.0.4) (2024-03-06)
|
||||
|
||||
|
||||
## [blocky-14.0.2](https://github.com/truecharts/charts/compare/blocky-14.0.1...blocky-14.0.2) (2024-03-05)
|
||||
|
||||
|
||||
|
@ -79,21 +97,3 @@ title: Changelog
|
|||
## [blocky-12.2.7](https://github.com/truecharts/charts/compare/blocky-12.2.6...blocky-12.2.7) (2024-02-03)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804))
|
||||
|
||||
|
||||
## [blocky-12.2.6](https://github.com/truecharts/charts/compare/blocky-12.2.5...blocky-12.2.6) (2024-01-27)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update helm general non-major by renovate ([#17525](https://github.com/truecharts/charts/issues/17525))
|
||||
|
||||
|
||||
## [blocky-12.2.5](https://github.com/truecharts/charts/compare/blocky-12.2.4...blocky-12.2.5) (2024-01-26)
|
||||
|
||||
### Chore
|
|
@ -4,13 +4,13 @@ annotations:
|
|||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: network
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: enterprise
|
||||
apiVersion: v2
|
||||
appVersion: 0.23.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 18.1.8
|
||||
version: 18.2.0
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/blocky.png
|
|||
keywords:
|
||||
- dns
|
||||
- blocky
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
|
@ -41,7 +41,7 @@ sources:
|
|||
- https://0xerr0r.github.io/blocky/
|
||||
- https://github.com/0xERR0R/blocky
|
||||
- https://github.com/truecharts/charts/tree/master/charts/enterprise/blocky
|
||||
- https://quay.io/oriedge/k8s_gateway
|
||||
- https://hub.docker.com/r/spx01/blocky
|
||||
- https://quay.io/oriedge/k8s_gateway
|
||||
type: application
|
||||
version: 14.0.2
|
||||
version: 14.1.1
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
|
||||
## [blocky-14.1.1](https://github.com/truecharts/charts/compare/blocky-14.1.0...blocky-14.1.1) (2024-03-06)
|
Binary file not shown.
|
@ -6,8 +6,7 @@ k8sgatewayImage:
|
|||
repository: quay.io/oriedge/k8s_gateway
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.4.0@sha256:7bdbd447c0244b8f89de9cd6f4826ed0ac66c9406fac3a4ac80081020c251c6b
|
||||
manifestManager:
|
||||
enabled: true
|
||||
|
||||
workload:
|
||||
main:
|
||||
replicas: 2
|
||||
|
@ -56,15 +55,16 @@ service:
|
|||
dns:
|
||||
enabled: true
|
||||
ports:
|
||||
dnstcp:
|
||||
enabled: true
|
||||
port: 53
|
||||
targetPort: 53
|
||||
dnsudp:
|
||||
dns:
|
||||
enabled: true
|
||||
port: 53
|
||||
protocol: udp
|
||||
targetPort: 53
|
||||
dnstcp:
|
||||
enabled: true
|
||||
protocol: tcp
|
||||
port: "{{ .Values.service.dns.ports.dns.port }}"
|
||||
targetPort: 53
|
||||
dot:
|
||||
enabled: true
|
||||
ports:
|
|
@ -1044,21 +1044,8 @@ questions:
|
|||
type: dict
|
||||
attrs:
|
||||
|
||||
- variable: dnstcp
|
||||
label: DNS TCP Port Configuration
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: port
|
||||
label: Port
|
||||
description: This port exposes the container port on the service
|
||||
schema:
|
||||
type: int
|
||||
default: 53
|
||||
required: true
|
||||
- variable: dnsudp
|
||||
label: DNS UDP Port Configuration
|
||||
- variable: dns
|
||||
label: DNS Port Configuration
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
|
@ -2788,7 +2775,6 @@ questions:
|
|||
type: string
|
||||
default: ""
|
||||
|
||||
|
||||
- variable: metrics
|
||||
group: Metrics
|
||||
label: Prometheus Metrics
|
|
@ -45,7 +45,7 @@ upstream:
|
|||
|
||||
ports:
|
||||
{{- if .Values.service.dns.enabled }}
|
||||
dns: {{ .Values.service.dns.ports.dnsudp.targetPort }}
|
||||
dns: {{ .Values.service.dns.ports.dns.targetPort }}
|
||||
{{- end }}
|
||||
{{- if .Values.service.dot.enabled }}
|
||||
tls: {{ .Values.service.dot.ports.dot.targetPort }}
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [pihole-16.0.0](https://github.com/truecharts/charts/compare/pihole-15.3.0...pihole-16.0.0) (2024-03-06)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- BREAKING CHANGE change port/service layout for DNS
|
Loading…
Reference in New Issue