-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
* fix a reference error of loki/loki helm chart add new valuable "client.name" instead of "promtail.name" * bump loki-stack chart * Add missing chart version Co-authored-by: cyriltovena <cyril.tovena@gmail.com>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
apiVersion: "v1" | ||
name: fluent-bit | ||
version: 0.0.2 | ||
appVersion: v0.0.1 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
apiVersion: "v1" | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
cyriltovena
Author
Contributor
|
||
name: loki-stack | ||
version: 0.17.3 | ||
version: 0.17.4 | ||
appVersion: v0.3.0 | ||
kubeVersion: "^1.10.0-0" | ||
description: "Loki: like Prometheus, but for logs." | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
apiVersion: "v1" | ||
name: promtail | ||
version: 0.12.3 | ||
appVersion: v0.3.0 | ||
|
@polar3130 / @cyriltovena Firstly thank you for your efforts on this. I just have a small question , I have been using
0.17.0
forLoki-stack
and so far it was working fine and recently I was updating my pipelines internally and this version(0.17.0
) doesn't work anymore as it fails with below error.I am wondering by introducing this
apiVersion
here , Helm client no longer recognize any Chart.yaml which doesn't haveapiVersion
set. Here is the error I am getting now.Do you think if I need to downgrade my helm client and that's the only way to fix this ?
my versions are:
helm version --short
Client: v2.16.1+gbbdfe5e
Server: v2.14.2+ga8b13cc