Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="promtail-0.0.1"></a>
|
||||
### promtail-0.0.1 (2021-11-24)
|
||||
|
||||
#### Add
|
||||
|
||||
* add our own promtail dependency App ([#1394](https://github.com/truecharts/apps/issues/1394))
|
||||
|
||||
19
incubator/promtail/0.0.2/CHANGELOG.md
Normal file
19
incubator/promtail/0.0.2/CHANGELOG.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<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)
|
||||
|
||||
#### Fix
|
||||
|
||||
* use actual namespace on promtail
|
||||
|
||||
|
||||
|
||||
<a name="promtail-0.0.1"></a>
|
||||
### promtail-0.0.1 (2021-11-24)
|
||||
|
||||
#### Add
|
||||
|
||||
* add our own promtail dependency App ([#1394](https://github.com/truecharts/apps/issues/1394))
|
||||
|
||||
@@ -3,4 +3,4 @@ dependencies:
|
||||
repository: https://truecharts.org
|
||||
version: 8.9.3
|
||||
digest: sha256:8e3b075bc94570b49db18d1ea9431f95ed06504fb372ee04f43c667c784d7b14
|
||||
generated: "2021-11-24T16:42:05.762767296Z"
|
||||
generated: "2021-11-24T17:39:40.056676306Z"
|
||||
@@ -22,7 +22,7 @@ sources:
|
||||
- https://grafana.com/oss/loki/
|
||||
- https://grafana.com/docs/loki/latest/
|
||||
type: application
|
||||
version: 0.0.1
|
||||
version: 0.0.2
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- metrics
|
||||
@@ -262,7 +262,7 @@ config:
|
||||
http_listen_port: {{ .Values.config.serverPort }}
|
||||
|
||||
client:
|
||||
url: {{ .Values.config.lokiAddress | default ( printf "http://%v.ix-%v.svc.cluster.local:3100/loki/api/v1/push" .Release.Name .Release.Name ) }}
|
||||
url: {{ .Values.config.lokiAddress | default ( printf "http://%v.ix-%v.svc.cluster.local:3100/loki/api/v1/push" .Release.Name Release.Namespace ) }}
|
||||
{{- tpl .Values.config.snippets.extraClientConfigs . | nindent 2 }}
|
||||
|
||||
positions:
|
||||
Reference in New Issue
Block a user