Skip to content
This repository was archived by the owner on Apr 1, 2020. It is now read-only.

Commit ead43e3

Browse files
committed
Update dependencies
1 parent d7653b4 commit ead43e3

10 files changed

+24
-24
lines changed

Diff for: helm/elastic-logging/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: 6.6.1
2+
appVersion: 6.7.1
33
description: Logging stack with Elasticsearch, fluentd and Kibana -- testing
44
name: elastic-logging
5-
version: 0.1.3
5+
version: 0.1.4

Diff for: helm/elastic-logging/charts/elasticsearch-0.1.6.tgz

-3.73 KB
Binary file not shown.

Diff for: helm/elastic-logging/charts/elasticsearch-0.1.7.tgz

3.76 KB
Binary file not shown.
-3 Bytes
Binary file not shown.
-1 Bytes
Binary file not shown.

Diff for: helm/elastic-logging/charts/kibana-0.1.3.tgz

-2.92 KB
Binary file not shown.

Diff for: helm/elastic-logging/charts/kibana-0.1.4.tgz

2.94 KB
Binary file not shown.

Diff for: helm/elastic-logging/requirements.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
dependencies:
22
- name: elasticsearch
3-
repository: file://../../../helm-elasticsearch/helm/elasticsearch
4-
version: 0.1.6
3+
repository: https://giantswarm.github.com/sample-catalog
4+
version: 0.1.7
55
- name: fluentd-elasticsearch
6-
repository: file://../../../helm-fluentd-elasticsearch/helm/fluentd-elasticsearch
6+
repository: https://giantswarm.github.com/sample-catalog
77
version: 0.1.3
88
- name: kibana
9-
repository: file://../../../helm-kibana/helm/kibana
10-
version: 0.1.3
9+
repository: https://giantswarm.github.com/sample-catalog
10+
version: 0.1.4
1111
- name: keycloak-gatekeeper
12-
repository: file://../../../playground/helm-keycloak-gatekeeper/helm/keycloak-gatekeeper
12+
repository: https://giantswarm.github.com/sample-catalog
1313
version: 1.1.1-1
14-
digest: sha256:a59b10ac7ac69f281e8137c9374319dae6fcbb439a5622b46b98cbf50ca7bd30
15-
generated: 2019-04-28T17:07:33.599364745+02:00
14+
digest: sha256:73c32d3a7ff54f54c28b8b5f98b1183bfc0df055b49ea0025426cfda853bbb61
15+
generated: 2019-04-29T23:12:38.833516362+02:00

Diff for: helm/elastic-logging/requirements.yaml

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
dependencies:
22
- name: elasticsearch
3-
version: "0.1.6"
4-
# repository: https://giantswarm.github.com/sample-catalog
5-
repository: "file://../../../helm-elasticsearch/helm/elasticsearch"
3+
version: "0.1.7"
4+
repository: https://giantswarm.github.com/sample-catalog
5+
# repository: "file://../../../helm-elasticsearch/helm/elasticsearch"
66
condition: elasticsearch.enabled
77

88
- name: fluentd-elasticsearch
99
version: "0.1.3"
10-
# repository: https://giantswarm.github.com/sample-catalog
11-
repository: "file://../../../helm-fluentd-elasticsearch/helm/fluentd-elasticsearch"
10+
repository: https://giantswarm.github.com/sample-catalog
11+
# repository: "file://../../../helm-fluentd-elasticsearch/helm/fluentd-elasticsearch"
1212
condition: fluentd-elasticsearch.enabled
1313

1414
- name: kibana
15-
version: "0.1.3"
16-
# repository: https://giantswarm.github.com/sample-catalog
17-
repository: file://../../../helm-kibana/helm/kibana
15+
version: "0.1.4"
16+
repository: https://giantswarm.github.com/sample-catalog
17+
# repository: file://../../../helm-kibana/helm/kibana
1818
condition: kibana.enabled
1919

2020
- name: keycloak-gatekeeper
2121
version: "1.1.1-1"
22-
# repository: https://giantswarm.github.com/sample-catalog
23-
repository: file://../../../playground/helm-keycloak-gatekeeper/helm/keycloak-gatekeeper
22+
repository: https://giantswarm.github.com/sample-catalog
23+
# repository: file://../../../playground/helm-keycloak-gatekeeper/helm/keycloak-gatekeeper
2424
condition: keycloak-gatekeeper.enabled

Diff for: helm/elastic-logging/values.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
elasticsearch:
22
enabled: true
3-
# for options see ..
3+
# for options see https://github.com/giantswarm/helm-elasticsearch
44

55
kibana:
66
enabled: true
7-
# for options see ..
7+
# for options see https://github.com/giantswarm/helm-kibana
88

99
keycloak-gatekeeper:
1010
enabled: true
11-
# for options see ..
11+
# for options see https://github.com/giantswarm/helm-keycloak-gatekeeper
1212

1313
fluentd-elasticsearch:
1414
enabled: true
15-
# for options see ..
15+
# for options see https://github.com/kiwigrid/helm-charts/tree/master/charts/fluentd-elasticsearch

0 commit comments

Comments
 (0)