Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
57dbafc060
commit
532490af9b
|
@ -2,6 +2,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [blocky-1.0.9](https://github.com/truecharts/charts/compare/blocky-1.0.7...blocky-1.0.9) (2022-09-26)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- Auto-update chart README [skip ci]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [blocky-1.0.7](https://github.com/truecharts/charts/compare/blocky-1.0.6...blocky-1.0.7) (2022-09-26)
|
## [blocky-1.0.7](https://github.com/truecharts/charts/compare/blocky-1.0.6...blocky-1.0.7) (2022-09-26)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
### Fix
|
### Fix
|
||||||
|
|
||||||
- set defaults to some durations ([#3885](https://github.com/truecharts/charts/issues/3885))
|
- set defaults to some durations ([#3885](https://github.com/truecharts/charts/issues/3885))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [blocky-1.0.0](https://github.com/truecharts/charts/compare/blocky-0.0.4...blocky-1.0.0) (2022-09-24)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- move blocky to enterprise ([#3875](https://github.com/truecharts/charts/issues/3875))
|
|
|
@ -26,7 +26,7 @@ sources:
|
||||||
- https://github.com/0xERR0R/blocky
|
- https://github.com/0xERR0R/blocky
|
||||||
- https://github.com/Mozart409/blocky-frontend
|
- https://github.com/Mozart409/blocky-frontend
|
||||||
- https://hub.docker.com/r/spx01/blocky
|
- https://hub.docker.com/r/spx01/blocky
|
||||||
version: 1.0.7
|
version: 1.0.9
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- network
|
- network
|
|
@ -13,7 +13,7 @@ spec:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
{{- include "tc.common.labels.selectorLabels" . | nindent 6 }}
|
{{- include "tc.common.labels.selectorLabels" . | nindent 6 }}
|
||||||
endpoints:
|
endpoints:
|
||||||
- port: {{ .Values.service.http.ports.http.port }}
|
- port: http
|
||||||
{{- with .Values.metrics.serviceMonitor.interval }}
|
{{- with .Values.metrics.serviceMonitor.interval }}
|
||||||
interval: {{ . }}
|
interval: {{ . }}
|
||||||
{{- end }}
|
{{- end }}
|
Loading…
Reference in New Issue