diff --git a/incubator/promtail/0.0.2/CHANGELOG.md b/incubator/promtail/0.0.3/CHANGELOG.md similarity index 66% rename from incubator/promtail/0.0.2/CHANGELOG.md rename to incubator/promtail/0.0.3/CHANGELOG.md index f416721361c..6f04522643a 100644 --- a/incubator/promtail/0.0.2/CHANGELOG.md +++ b/incubator/promtail/0.0.3/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [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 + + + ### [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 our own promtail dependency App ([#1394](https://github.com/truecharts/apps/issues/1394)) - diff --git a/incubator/promtail/0.0.2/CONFIG.md b/incubator/promtail/0.0.3/CONFIG.md similarity index 100% rename from incubator/promtail/0.0.2/CONFIG.md rename to incubator/promtail/0.0.3/CONFIG.md diff --git a/incubator/promtail/0.0.2/Chart.lock b/incubator/promtail/0.0.3/Chart.lock similarity index 78% rename from incubator/promtail/0.0.2/Chart.lock rename to incubator/promtail/0.0.3/Chart.lock index 78b35bce356..90b6e2679e0 100644 --- a/incubator/promtail/0.0.2/Chart.lock +++ b/incubator/promtail/0.0.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.9.3 digest: sha256:8e3b075bc94570b49db18d1ea9431f95ed06504fb372ee04f43c667c784d7b14 -generated: "2021-11-24T17:39:40.056676306Z" +generated: "2021-11-24T17:59:20.351152687Z" diff --git a/incubator/promtail/0.0.2/Chart.yaml b/incubator/promtail/0.0.3/Chart.yaml similarity index 98% rename from incubator/promtail/0.0.2/Chart.yaml rename to incubator/promtail/0.0.3/Chart.yaml index 03fef58827e..7795b71c5c2 100644 --- a/incubator/promtail/0.0.2/Chart.yaml +++ b/incubator/promtail/0.0.3/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://grafana.com/oss/loki/ - https://grafana.com/docs/loki/latest/ type: application -version: 0.0.2 +version: 0.0.3 annotations: truecharts.org/catagories: | - metrics diff --git a/incubator/promtail/0.0.2/README.md b/incubator/promtail/0.0.3/README.md similarity index 100% rename from incubator/promtail/0.0.2/README.md rename to incubator/promtail/0.0.3/README.md diff --git a/incubator/promtail/0.0.2/app-readme.md b/incubator/promtail/0.0.3/app-readme.md similarity index 100% rename from incubator/promtail/0.0.2/app-readme.md rename to incubator/promtail/0.0.3/app-readme.md diff --git a/incubator/promtail/0.0.2/charts/common-8.9.3.tgz b/incubator/promtail/0.0.3/charts/common-8.9.3.tgz similarity index 100% rename from incubator/promtail/0.0.2/charts/common-8.9.3.tgz rename to incubator/promtail/0.0.3/charts/common-8.9.3.tgz diff --git a/incubator/promtail/0.0.2/helm-values.md b/incubator/promtail/0.0.3/helm-values.md similarity index 100% rename from incubator/promtail/0.0.2/helm-values.md rename to incubator/promtail/0.0.3/helm-values.md diff --git a/incubator/promtail/0.0.2/ix_values.yaml b/incubator/promtail/0.0.3/ix_values.yaml similarity index 98% rename from incubator/promtail/0.0.2/ix_values.yaml rename to incubator/promtail/0.0.3/ix_values.yaml index e630656bcb8..3a732c30dd9 100644 --- a/incubator/promtail/0.0.2/ix_values.yaml +++ b/incubator/promtail/0.0.3/ix_values.yaml @@ -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.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 }} positions: diff --git a/incubator/promtail/0.0.2/questions.yaml b/incubator/promtail/0.0.3/questions.yaml similarity index 100% rename from incubator/promtail/0.0.2/questions.yaml rename to incubator/promtail/0.0.3/questions.yaml diff --git a/incubator/promtail/0.0.2/templates/common.yaml b/incubator/promtail/0.0.3/templates/common.yaml similarity index 100% rename from incubator/promtail/0.0.2/templates/common.yaml rename to incubator/promtail/0.0.3/templates/common.yaml diff --git a/incubator/promtail/0.0.2/templates/secret.yaml b/incubator/promtail/0.0.3/templates/secret.yaml similarity index 100% rename from incubator/promtail/0.0.2/templates/secret.yaml rename to incubator/promtail/0.0.3/templates/secret.yaml diff --git a/incubator/promtail/0.0.2/templates/servicemonitor.yaml b/incubator/promtail/0.0.3/templates/servicemonitor.yaml similarity index 100% rename from incubator/promtail/0.0.2/templates/servicemonitor.yaml rename to incubator/promtail/0.0.3/templates/servicemonitor.yaml diff --git a/incubator/promtail/0.0.2/values.yaml b/incubator/promtail/0.0.3/values.yaml similarity index 100% rename from incubator/promtail/0.0.2/values.yaml rename to incubator/promtail/0.0.3/values.yaml