Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-11-15 11:09:44 +00:00
parent 50fbd1dd3d
commit 26aaa25c46
17 changed files with 15 additions and 10 deletions

View File

@ -1,9 +0,0 @@
## [blocky-4.0.0](https://github.com/truecharts/charts/compare/blocky-3.0.1...blocky-4.0.0) (2022-11-14)
### Chore
- update helm general major (major) ([#4424](https://github.com/truecharts/charts/issues/4424))

View File

@ -26,7 +26,7 @@ sources:
- https://github.com/0xERR0R/blocky
- https://github.com/Mozart409/blocky-frontend
- https://hub.docker.com/r/spx01/blocky
version: 4.0.0
version: 4.0.1
annotations:
truecharts.org/catagories: |
- network

View File

@ -0,0 +1,9 @@
## [blocky-4.0.1](https://github.com/truecharts/charts/compare/blocky-4.0.0...blocky-4.0.1) (2022-11-15)
### Fix
- fix servicemonitor crapping out

View File

@ -1,4 +1,6 @@
{{- define "blocky.prometheusrule" -}}
{{- if and .Values.metrics.enabled .Values.metrics.prometheusRule.enabled }}
---
apiVersion: monitoring.coreos.com/v1
kind: PrometheusRule
metadata:
@ -16,3 +18,4 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}
{{- end -}}

View File

@ -1,5 +1,6 @@
{{- define "blocky.servicemonitor" -}}
{{- if .Values.metrics.enabled }}
---
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:

View File

@ -100,6 +100,7 @@ service:
{{- include "blocky.dohinjector" . }}
{{- include "blocky.servicemonitor" . -}}
{{- include "blocky.prometheusrule" . -}}
{{/* Render the templates */}}
{{ include "tc.common.loader.apply" . }}