Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-11-24 19:10:54 +00:00
parent 57659fe0f9
commit eeb71cedd0
5 changed files with 58 additions and 33 deletions

View File

@@ -1,6 +1,15 @@
# Changelog<br>
<a name="promtail-0.0.4"></a>
### [promtail-0.0.4](https://github.com/truecharts/apps/compare/promtail-0.0.3...promtail-0.0.4) (2021-11-24)
#### Fix
* fix storage issues with promtail
<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)

View File

@@ -24,29 +24,15 @@ You will, however, be able to use all values referenced in the common chart here
| envValueFrom.HOSTNAME.fieldRef.fieldPath | string | `"spec.nodeName"` | |
| image.repository | string | `"grafana/promtail"` | |
| image.tag | string | `"v2.3.0@sha256:1e8554cdac6681f877d10a2a383d8fcc2f475188914282ccf86722c2e23c501c"` | |
| initContainers.link-logs.command[0] | string | `"sh"` | |
| initContainers.link-logs.command[1] | string | `"-c"` | |
| initContainers.link-logs.command[2] | string | `"mkdir -p /var/lib/docker/link && ln -sf $(cat /etc/docker/daemon.json | jq -r '.\"data-root\"')/containers/ /var/lib/docker/link/ || echo \"cannot symlink container logs\""` | |
| initContainers.link-logs.image | string | `"{{ .Values.alpineImage.repository}}:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c"` | |
| initContainers.link-logs.imagePullPolicy | string | `"IfNotPresent"` | |
| initContainers.link-logs.volumeMounts[0].mountPath | string | `"/etc/docker/"` | |
| initContainers.link-logs.volumeMounts[0].name | string | `"docker"` | |
| initContainers.link-logs.volumeMounts[1].mountPath | string | `"/var/lib/docker/link/containers"` | |
| initContainers.link-logs.volumeMounts[1].name | string | `"containers"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/etc/promtail"` | |
| persistence.config.objectName | string | `"promtail-config"` | |
| persistence.config.type | string | `"secret"` | |
| persistence.containers.enabled | bool | `true` | |
| persistence.containers.hostPath | string | `"/var/lib/docker/link/containers"` | |
| persistence.containers.mountPath | string | `"/var/lib/docker/link/containers"` | |
| persistence.containers.hostPath | string | `"/mnt"` | |
| persistence.containers.mountPath | string | `"/mnt"` | |
| persistence.containers.readOnly | bool | `true` | |
| persistence.containers.type | string | `"hostPath"` | |
| persistence.docker.enabled | bool | `true` | |
| persistence.docker.hostPath | string | `"/etc/docker/"` | |
| persistence.docker.mountPath | string | `"/etc/docker/"` | |
| persistence.docker.readOnly | bool | `true` | |
| persistence.docker.type | string | `"hostPath"` | |
| persistence.pods.enabled | bool | `true` | |
| persistence.pods.hostPath | string | `"/var/log/pods"` | |
| persistence.pods.mountPath | string | `"/var/log/pods"` | |

View File

@@ -1,6 +1,15 @@
# Changelog<br>
<a name="promtail-0.0.4"></a>
### [promtail-0.0.4](https://github.com/truecharts/apps/compare/promtail-0.0.3...promtail-0.0.4) (2021-11-24)
#### Fix
* fix storage issues with promtail
<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)

View File

@@ -24,29 +24,15 @@ You will, however, be able to use all values referenced in the common chart here
| envValueFrom.HOSTNAME.fieldRef.fieldPath | string | `"spec.nodeName"` | |
| image.repository | string | `"grafana/promtail"` | |
| image.tag | string | `"v2.3.0@sha256:1e8554cdac6681f877d10a2a383d8fcc2f475188914282ccf86722c2e23c501c"` | |
| initContainers.link-logs.command[0] | string | `"sh"` | |
| initContainers.link-logs.command[1] | string | `"-c"` | |
| initContainers.link-logs.command[2] | string | `"mkdir -p /var/lib/docker/link && ln -sf $(cat /etc/docker/daemon.json | jq -r '.\"data-root\"')/containers/ /var/lib/docker/link/ || echo \"cannot symlink container logs\""` | |
| initContainers.link-logs.image | string | `"{{ .Values.alpineImage.repository}}:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c"` | |
| initContainers.link-logs.imagePullPolicy | string | `"IfNotPresent"` | |
| initContainers.link-logs.volumeMounts[0].mountPath | string | `"/etc/docker/"` | |
| initContainers.link-logs.volumeMounts[0].name | string | `"docker"` | |
| initContainers.link-logs.volumeMounts[1].mountPath | string | `"/var/lib/docker/link/containers"` | |
| initContainers.link-logs.volumeMounts[1].name | string | `"containers"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/etc/promtail"` | |
| persistence.config.objectName | string | `"promtail-config"` | |
| persistence.config.type | string | `"secret"` | |
| persistence.containers.enabled | bool | `true` | |
| persistence.containers.hostPath | string | `"/var/lib/docker/link/containers"` | |
| persistence.containers.mountPath | string | `"/var/lib/docker/link/containers"` | |
| persistence.containers.hostPath | string | `"/mnt"` | |
| persistence.containers.mountPath | string | `"/mnt"` | |
| persistence.containers.readOnly | bool | `true` | |
| persistence.containers.type | string | `"hostPath"` | |
| persistence.docker.enabled | bool | `true` | |
| persistence.docker.hostPath | string | `"/etc/docker/"` | |
| persistence.docker.mountPath | string | `"/etc/docker/"` | |
| persistence.docker.readOnly | bool | `true` | |
| persistence.docker.type | string | `"hostPath"` | |
| persistence.pods.enabled | bool | `true` | |
| persistence.pods.hostPath | string | `"/var/log/pods"` | |
| persistence.pods.mountPath | string | `"/var/log/pods"` | |

View File

@@ -177441,6 +177441,41 @@ entries:
- https://github.com/truecharts/apps/releases/download/prometheus-0.0.1/prometheus-0.0.1.tgz
version: 0.0.1
promtail:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- metrics
- logs
truecharts.org/grade: U
apiVersion: v2
appVersion: 2.3.0
created: "2021-11-24T19:10:52.063310803Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.9.3
description: Promtail is an agent which ships the contents of local logs to a
Loki instance
digest: 3f6904874033a6635cd48ee96b86e19c962984de668a2d3a745ec2499cfeb75e
home: https://github.com/truecharts/apps/tree/master/charts/stable/prometheus
icon: https://raw.githubusercontent.com/grafana/loki/master/docs/sources/logo.png
keywords:
- metrics
- logs
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: promtail
sources:
- https://github.com/grafana/loki
- https://grafana.com/oss/loki/
- https://grafana.com/docs/loki/latest/
type: application
urls:
- https://github.com/truecharts/apps/releases/download/promtail-0.0.4/promtail-0.0.4.tgz
version: 0.0.4
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@@ -250981,4 +251016,4 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz
version: 3.1.5
generated: "2021-11-24T18:20:54.673146189Z"
generated: "2021-11-24T19:10:52.133756065Z"