Skip to content

Commit 4439828

Browse files
slim-beanEd
authored andcommitted
updating versions for loki v0.1.0
1 parent e11cd61 commit 4439828

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

production/helm/loki-stack/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: loki-stack
2-
version: 0.10.1
2+
version: 0.11.0
33
appVersion: 0.0.1
44
kubeVersion: "^1.10.0-0"
55
description: "Loki: like Prometheus, but for logs."

production/helm/loki/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: loki
2-
version: 0.9.2
2+
version: 0.10.0
33
appVersion: 0.0.1
44
kubeVersion: "^1.10.0-0"
55
description: "Loki: like Prometheus, but for logs."

production/helm/loki/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ config:
6666

6767
image:
6868
repository: grafana/loki
69-
tag: latest
69+
tag: v0.1.0
7070
pullPolicy: IfNotPresent
7171

7272
## Additional Loki container arguments, e.g. log level (debug, info, warn, error)

production/helm/promtail/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: promtail
2-
version: 0.7.3
2+
version: 0.8.0
33
appVersion: 0.0.1
44
kubeVersion: "^1.10.0-0"
55
description: "Responsible for gathering logs and sending them to Loki"

production/helm/promtail/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ deploymentStrategy: RollingUpdate
88

99
image:
1010
repository: grafana/promtail
11-
tag: latest
11+
tag: v0.1.0
1212
pullPolicy: IfNotPresent
1313

1414
livenessProbe: {}

production/ksonnet/loki/images.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
memcached: 'memcached:1.5.6-alpine',
55
memcachedExporter: 'prom/memcached-exporter:v0.4.1',
66

7-
loki: 'grafana/loki:latest',
7+
loki: 'grafana/loki:v0.1.0',
88

99
distributor: self.loki,
1010
ingester: self.loki,

production/ksonnet/promtail/config.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
_images+:: {
3-
promtail: 'grafana/promtail:latest',
3+
promtail: 'grafana/promtail:v0.1.0',
44
},
55

66
_config+:: {

0 commit comments

Comments
 (0)