From 44a6b12e7e94ade9e88e76954d0d614ef108d45e Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Wed, 24 Nov 2021 19:10:57 +0000 Subject: [PATCH] Commit new App releases for TrueCharts Signed-off-by: TrueCharts-Bot --- .../promtail/{0.0.3 => 0.0.4}/CHANGELOG.md | 9 +++++++ incubator/promtail/{0.0.3 => 0.0.4}/CONFIG.md | 0 .../promtail/{0.0.3 => 0.0.4}/Chart.lock | 2 +- .../promtail/{0.0.3 => 0.0.4}/Chart.yaml | 2 +- incubator/promtail/{0.0.3 => 0.0.4}/README.md | 0 .../promtail/{0.0.3 => 0.0.4}/app-readme.md | 0 .../{0.0.3 => 0.0.4}/charts/common-8.9.3.tgz | Bin .../promtail/{0.0.3 => 0.0.4}/helm-values.md | 18 ++----------- .../promtail/{0.0.3 => 0.0.4}/ix_values.yaml | 24 ++---------------- .../promtail/{0.0.3 => 0.0.4}/questions.yaml | 0 .../{0.0.3 => 0.0.4}/templates/common.yaml | 0 .../{0.0.3 => 0.0.4}/templates/secret.yaml | 0 .../templates/servicemonitor.yaml | 0 .../promtail/{0.0.3 => 0.0.4}/values.yaml | 0 14 files changed, 15 insertions(+), 40 deletions(-) rename incubator/promtail/{0.0.3 => 0.0.4}/CHANGELOG.md (75%) rename incubator/promtail/{0.0.3 => 0.0.4}/CONFIG.md (100%) rename incubator/promtail/{0.0.3 => 0.0.4}/Chart.lock (78%) rename incubator/promtail/{0.0.3 => 0.0.4}/Chart.yaml (98%) rename incubator/promtail/{0.0.3 => 0.0.4}/README.md (100%) rename incubator/promtail/{0.0.3 => 0.0.4}/app-readme.md (100%) rename incubator/promtail/{0.0.3 => 0.0.4}/charts/common-8.9.3.tgz (100%) rename incubator/promtail/{0.0.3 => 0.0.4}/helm-values.md (79%) rename incubator/promtail/{0.0.3 => 0.0.4}/ix_values.yaml (90%) rename incubator/promtail/{0.0.3 => 0.0.4}/questions.yaml (100%) rename incubator/promtail/{0.0.3 => 0.0.4}/templates/common.yaml (100%) rename incubator/promtail/{0.0.3 => 0.0.4}/templates/secret.yaml (100%) rename incubator/promtail/{0.0.3 => 0.0.4}/templates/servicemonitor.yaml (100%) rename incubator/promtail/{0.0.3 => 0.0.4}/values.yaml (100%) diff --git a/incubator/promtail/0.0.3/CHANGELOG.md b/incubator/promtail/0.0.4/CHANGELOG.md similarity index 75% rename from incubator/promtail/0.0.3/CHANGELOG.md rename to incubator/promtail/0.0.4/CHANGELOG.md index 6f04522643a..a3eb5dbc601 100644 --- a/incubator/promtail/0.0.3/CHANGELOG.md +++ b/incubator/promtail/0.0.4/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [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 + + + ### [promtail-0.0.3](https://github.com/truecharts/apps/compare/promtail-0.0.2...promtail-0.0.3) (2021-11-24) diff --git a/incubator/promtail/0.0.3/CONFIG.md b/incubator/promtail/0.0.4/CONFIG.md similarity index 100% rename from incubator/promtail/0.0.3/CONFIG.md rename to incubator/promtail/0.0.4/CONFIG.md diff --git a/incubator/promtail/0.0.3/Chart.lock b/incubator/promtail/0.0.4/Chart.lock similarity index 78% rename from incubator/promtail/0.0.3/Chart.lock rename to incubator/promtail/0.0.4/Chart.lock index 90b6e2679e0..babd37505d6 100644 --- a/incubator/promtail/0.0.3/Chart.lock +++ b/incubator/promtail/0.0.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.9.3 digest: sha256:8e3b075bc94570b49db18d1ea9431f95ed06504fb372ee04f43c667c784d7b14 -generated: "2021-11-24T17:59:20.351152687Z" +generated: "2021-11-24T19:08:34.715097484Z" diff --git a/incubator/promtail/0.0.3/Chart.yaml b/incubator/promtail/0.0.4/Chart.yaml similarity index 98% rename from incubator/promtail/0.0.3/Chart.yaml rename to incubator/promtail/0.0.4/Chart.yaml index 7795b71c5c2..944f01f3da1 100644 --- a/incubator/promtail/0.0.3/Chart.yaml +++ b/incubator/promtail/0.0.4/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://grafana.com/oss/loki/ - https://grafana.com/docs/loki/latest/ type: application -version: 0.0.3 +version: 0.0.4 annotations: truecharts.org/catagories: | - metrics diff --git a/incubator/promtail/0.0.3/README.md b/incubator/promtail/0.0.4/README.md similarity index 100% rename from incubator/promtail/0.0.3/README.md rename to incubator/promtail/0.0.4/README.md diff --git a/incubator/promtail/0.0.3/app-readme.md b/incubator/promtail/0.0.4/app-readme.md similarity index 100% rename from incubator/promtail/0.0.3/app-readme.md rename to incubator/promtail/0.0.4/app-readme.md diff --git a/incubator/promtail/0.0.3/charts/common-8.9.3.tgz b/incubator/promtail/0.0.4/charts/common-8.9.3.tgz similarity index 100% rename from incubator/promtail/0.0.3/charts/common-8.9.3.tgz rename to incubator/promtail/0.0.4/charts/common-8.9.3.tgz diff --git a/incubator/promtail/0.0.3/helm-values.md b/incubator/promtail/0.0.4/helm-values.md similarity index 79% rename from incubator/promtail/0.0.3/helm-values.md rename to incubator/promtail/0.0.4/helm-values.md index bba4cca79ce..7e7a9d16290 100644 --- a/incubator/promtail/0.0.3/helm-values.md +++ b/incubator/promtail/0.0.4/helm-values.md @@ -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"` | | diff --git a/incubator/promtail/0.0.3/ix_values.yaml b/incubator/promtail/0.0.4/ix_values.yaml similarity index 90% rename from incubator/promtail/0.0.3/ix_values.yaml rename to incubator/promtail/0.0.4/ix_values.yaml index 3a732c30dd9..1698eb182a7 100644 --- a/incubator/promtail/0.0.3/ix_values.yaml +++ b/incubator/promtail/0.0.4/ix_values.yaml @@ -31,20 +31,6 @@ probes: startup: path: "/ready" -initContainers: - link-logs: - image: "{{ .Values.alpineImage.repository}}:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c" - command: - - "sh" - - "-c" - - 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" - imagePullPolicy: IfNotPresent - volumeMounts: - - mountPath: /etc/docker/ - name: docker - - mountPath: /var/lib/docker/link/containers - name: containers - # -- The security context for pods podSecurityContext: runAsUser: 0 @@ -60,17 +46,11 @@ securityContext: runAsNonRoot: false persistence: - docker: - enabled: true - type: hostPath - mountPath: /etc/docker/ - hostPath: /etc/docker/ - readOnly: true containers: enabled: true type: hostPath - mountPath: /var/lib/docker/link/containers - hostPath: /var/lib/docker/link/containers + mountPath: /mnt + hostPath: /mnt readOnly: true pods: enabled: true diff --git a/incubator/promtail/0.0.3/questions.yaml b/incubator/promtail/0.0.4/questions.yaml similarity index 100% rename from incubator/promtail/0.0.3/questions.yaml rename to incubator/promtail/0.0.4/questions.yaml diff --git a/incubator/promtail/0.0.3/templates/common.yaml b/incubator/promtail/0.0.4/templates/common.yaml similarity index 100% rename from incubator/promtail/0.0.3/templates/common.yaml rename to incubator/promtail/0.0.4/templates/common.yaml diff --git a/incubator/promtail/0.0.3/templates/secret.yaml b/incubator/promtail/0.0.4/templates/secret.yaml similarity index 100% rename from incubator/promtail/0.0.3/templates/secret.yaml rename to incubator/promtail/0.0.4/templates/secret.yaml diff --git a/incubator/promtail/0.0.3/templates/servicemonitor.yaml b/incubator/promtail/0.0.4/templates/servicemonitor.yaml similarity index 100% rename from incubator/promtail/0.0.3/templates/servicemonitor.yaml rename to incubator/promtail/0.0.4/templates/servicemonitor.yaml diff --git a/incubator/promtail/0.0.3/values.yaml b/incubator/promtail/0.0.4/values.yaml similarity index 100% rename from incubator/promtail/0.0.3/values.yaml rename to incubator/promtail/0.0.4/values.yaml