From 08b0995bfaf050707bf0043770b075c7113117f5 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Wed, 24 Nov 2021 17:42:12 +0000 Subject: [PATCH] Commit new App releases for TrueCharts Signed-off-by: TrueCharts-Bot --- incubator/promtail/0.0.1/CHANGELOG.md | 10 --------- incubator/promtail/0.0.2/CHANGELOG.md | 19 ++++++++++++++++++ incubator/promtail/{0.0.1 => 0.0.2}/CONFIG.md | 0 .../promtail/{0.0.1 => 0.0.2}/Chart.lock | 2 +- .../promtail/{0.0.1 => 0.0.2}/Chart.yaml | 2 +- incubator/promtail/{0.0.1 => 0.0.2}/README.md | 0 .../promtail/{0.0.1 => 0.0.2}/app-readme.md | 0 .../{0.0.1 => 0.0.2}/charts/common-8.9.3.tgz | Bin .../promtail/{0.0.1 => 0.0.2}/helm-values.md | 0 .../promtail/{0.0.1 => 0.0.2}/ix_values.yaml | 2 +- .../promtail/{0.0.1 => 0.0.2}/questions.yaml | 0 .../{0.0.1 => 0.0.2}/templates/common.yaml | 0 .../{0.0.1 => 0.0.2}/templates/secret.yaml | 0 .../templates/servicemonitor.yaml | 0 .../promtail/{0.0.1 => 0.0.2}/values.yaml | 0 15 files changed, 22 insertions(+), 13 deletions(-) delete mode 100644 incubator/promtail/0.0.1/CHANGELOG.md create mode 100644 incubator/promtail/0.0.2/CHANGELOG.md rename incubator/promtail/{0.0.1 => 0.0.2}/CONFIG.md (100%) rename incubator/promtail/{0.0.1 => 0.0.2}/Chart.lock (78%) rename incubator/promtail/{0.0.1 => 0.0.2}/Chart.yaml (98%) rename incubator/promtail/{0.0.1 => 0.0.2}/README.md (100%) rename incubator/promtail/{0.0.1 => 0.0.2}/app-readme.md (100%) rename incubator/promtail/{0.0.1 => 0.0.2}/charts/common-8.9.3.tgz (100%) rename incubator/promtail/{0.0.1 => 0.0.2}/helm-values.md (100%) rename incubator/promtail/{0.0.1 => 0.0.2}/ix_values.yaml (99%) rename incubator/promtail/{0.0.1 => 0.0.2}/questions.yaml (100%) rename incubator/promtail/{0.0.1 => 0.0.2}/templates/common.yaml (100%) rename incubator/promtail/{0.0.1 => 0.0.2}/templates/secret.yaml (100%) rename incubator/promtail/{0.0.1 => 0.0.2}/templates/servicemonitor.yaml (100%) rename incubator/promtail/{0.0.1 => 0.0.2}/values.yaml (100%) diff --git a/incubator/promtail/0.0.1/CHANGELOG.md b/incubator/promtail/0.0.1/CHANGELOG.md deleted file mode 100644 index 3c5679750bf..00000000000 --- a/incubator/promtail/0.0.1/CHANGELOG.md +++ /dev/null @@ -1,10 +0,0 @@ -# Changelog
- - - -### promtail-0.0.1 (2021-11-24) - -#### Add - -* add our own promtail dependency App ([#1394](https://github.com/truecharts/apps/issues/1394)) - diff --git a/incubator/promtail/0.0.2/CHANGELOG.md b/incubator/promtail/0.0.2/CHANGELOG.md new file mode 100644 index 00000000000..f416721361c --- /dev/null +++ b/incubator/promtail/0.0.2/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog
+ + + +### [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 + + + + +### promtail-0.0.1 (2021-11-24) + +#### Add + +* add our own promtail dependency App ([#1394](https://github.com/truecharts/apps/issues/1394)) + diff --git a/incubator/promtail/0.0.1/CONFIG.md b/incubator/promtail/0.0.2/CONFIG.md similarity index 100% rename from incubator/promtail/0.0.1/CONFIG.md rename to incubator/promtail/0.0.2/CONFIG.md diff --git a/incubator/promtail/0.0.1/Chart.lock b/incubator/promtail/0.0.2/Chart.lock similarity index 78% rename from incubator/promtail/0.0.1/Chart.lock rename to incubator/promtail/0.0.2/Chart.lock index f3442e885d4..78b35bce356 100644 --- a/incubator/promtail/0.0.1/Chart.lock +++ b/incubator/promtail/0.0.2/Chart.lock @@ -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" diff --git a/incubator/promtail/0.0.1/Chart.yaml b/incubator/promtail/0.0.2/Chart.yaml similarity index 98% rename from incubator/promtail/0.0.1/Chart.yaml rename to incubator/promtail/0.0.2/Chart.yaml index 8b58b7e23d6..03fef58827e 100644 --- a/incubator/promtail/0.0.1/Chart.yaml +++ b/incubator/promtail/0.0.2/Chart.yaml @@ -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 diff --git a/incubator/promtail/0.0.1/README.md b/incubator/promtail/0.0.2/README.md similarity index 100% rename from incubator/promtail/0.0.1/README.md rename to incubator/promtail/0.0.2/README.md diff --git a/incubator/promtail/0.0.1/app-readme.md b/incubator/promtail/0.0.2/app-readme.md similarity index 100% rename from incubator/promtail/0.0.1/app-readme.md rename to incubator/promtail/0.0.2/app-readme.md diff --git a/incubator/promtail/0.0.1/charts/common-8.9.3.tgz b/incubator/promtail/0.0.2/charts/common-8.9.3.tgz similarity index 100% rename from incubator/promtail/0.0.1/charts/common-8.9.3.tgz rename to incubator/promtail/0.0.2/charts/common-8.9.3.tgz diff --git a/incubator/promtail/0.0.1/helm-values.md b/incubator/promtail/0.0.2/helm-values.md similarity index 100% rename from incubator/promtail/0.0.1/helm-values.md rename to incubator/promtail/0.0.2/helm-values.md diff --git a/incubator/promtail/0.0.1/ix_values.yaml b/incubator/promtail/0.0.2/ix_values.yaml similarity index 99% rename from incubator/promtail/0.0.1/ix_values.yaml rename to incubator/promtail/0.0.2/ix_values.yaml index 6cd7222c0b5..e630656bcb8 100644 --- a/incubator/promtail/0.0.1/ix_values.yaml +++ b/incubator/promtail/0.0.2/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.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: diff --git a/incubator/promtail/0.0.1/questions.yaml b/incubator/promtail/0.0.2/questions.yaml similarity index 100% rename from incubator/promtail/0.0.1/questions.yaml rename to incubator/promtail/0.0.2/questions.yaml diff --git a/incubator/promtail/0.0.1/templates/common.yaml b/incubator/promtail/0.0.2/templates/common.yaml similarity index 100% rename from incubator/promtail/0.0.1/templates/common.yaml rename to incubator/promtail/0.0.2/templates/common.yaml diff --git a/incubator/promtail/0.0.1/templates/secret.yaml b/incubator/promtail/0.0.2/templates/secret.yaml similarity index 100% rename from incubator/promtail/0.0.1/templates/secret.yaml rename to incubator/promtail/0.0.2/templates/secret.yaml diff --git a/incubator/promtail/0.0.1/templates/servicemonitor.yaml b/incubator/promtail/0.0.2/templates/servicemonitor.yaml similarity index 100% rename from incubator/promtail/0.0.1/templates/servicemonitor.yaml rename to incubator/promtail/0.0.2/templates/servicemonitor.yaml diff --git a/incubator/promtail/0.0.1/values.yaml b/incubator/promtail/0.0.2/values.yaml similarity index 100% rename from incubator/promtail/0.0.1/values.yaml rename to incubator/promtail/0.0.2/values.yaml