Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-11-24 18:02:13 +00:00
parent 08b0995bfa
commit c0900e3e5d
14 changed files with 12 additions and 4 deletions

View File

@ -1,6 +1,15 @@
# Changelog<br> # Changelog<br>
<a name="promtail-0.0.3"></a>
### [promtail-0.0.3](https://github.com/truecharts/apps/compare/promtail-0.0.2...promtail-0.0.3) (2021-11-24)
#### Fix
* correct mistake in namespace generator
<a name="promtail-0.0.2"></a> <a name="promtail-0.0.2"></a>
### [promtail-0.0.2](https://github.com/truecharts/apps/compare/promtail-0.0.1...promtail-0.0.2) (2021-11-24) ### [promtail-0.0.2](https://github.com/truecharts/apps/compare/promtail-0.0.1...promtail-0.0.2) (2021-11-24)
@ -16,4 +25,3 @@
#### Add #### Add
* add our own promtail dependency App ([#1394](https://github.com/truecharts/apps/issues/1394)) * add our own promtail dependency App ([#1394](https://github.com/truecharts/apps/issues/1394))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org repository: https://truecharts.org
version: 8.9.3 version: 8.9.3
digest: sha256:8e3b075bc94570b49db18d1ea9431f95ed06504fb372ee04f43c667c784d7b14 digest: sha256:8e3b075bc94570b49db18d1ea9431f95ed06504fb372ee04f43c667c784d7b14
generated: "2021-11-24T17:39:40.056676306Z" generated: "2021-11-24T17:59:20.351152687Z"

View File

@ -22,7 +22,7 @@ sources:
- https://grafana.com/oss/loki/ - https://grafana.com/oss/loki/
- https://grafana.com/docs/loki/latest/ - https://grafana.com/docs/loki/latest/
type: application type: application
version: 0.0.2 version: 0.0.3
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- metrics - metrics

View File

@ -262,7 +262,7 @@ config:
http_listen_port: {{ .Values.config.serverPort }} http_listen_port: {{ .Values.config.serverPort }}
client: client:
url: {{ .Values.config.lokiAddress | default ( printf "http://%v.ix-%v.svc.cluster.local:3100/loki/api/v1/push" .Release.Name Release.Namespace ) }} url: {{ .Values.config.lokiAddress | default ( printf "http://%v.%v.svc.cluster.local:3100/loki/api/v1/push" .Release.Name .Release.Namespace ) }}
{{- tpl .Values.config.snippets.extraClientConfigs . | nindent 2 }} {{- tpl .Values.config.snippets.extraClientConfigs . | nindent 2 }}
positions: positions: