Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
chore: bump addons versions to support Kubernetes v1.16
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitri Koshkin <dimitri.koshkin@gmail.com>
  • Loading branch information
dkoshkin committed Nov 25, 2019
1 parent 6a9f128 commit 581534c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion templates/dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
enabled: true
chartReference:
chart: stable/kubernetes-dashboard
version: 1.5.2
version: 1.10.1
values: |
---
# so that kubectl proxy works
Expand Down
2 changes: 1 addition & 1 deletion templates/dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
chartReference:
chart: dispatch
repo: https://mesosphere.github.io/charts/stable
version: 0.3.3
version: 0.3.5
values: |
---
global:
Expand Down
2 changes: 1 addition & 1 deletion templates/elasticsearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
enabled: true
chartReference:
chart: stable/elasticsearch
version: 1.26.2
version: 1.32.0
values: |
---
client:
Expand Down
6 changes: 1 addition & 5 deletions templates/elasticsearchexporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,11 @@ spec:
kubeaddons.mesosphere.io/name: elasticsearch
chartReference:
chart: stable/elasticsearch-exporter
version: 1.3.1
version: 2.1.1
values: |
---
es:
uri: http://elasticsearch-kubeaddons-client:9200
image:
repository: justwatch/elasticsearch_exporter
tag: 1.0.2
pullPolicy: IfNotPresent
service:
labels:
servicemonitor.kubeaddons.mesosphere.io/path: "metrics"
Expand Down
2 changes: 1 addition & 1 deletion templates/fluentbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
enabled: true
chartReference:
chart: stable/fluent-bit
version: 2.0.5
version: 2.8.2
values: |
---
backend:
Expand Down
2 changes: 1 addition & 1 deletion templates/kibana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
kubeaddons.mesosphere.io/name: elasticsearch
chartReference:
chart: stable/kibana
version: 3.0.0
version: 3.2.4
values: |
---
files:
Expand Down
2 changes: 1 addition & 1 deletion templates/metallb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
addresses: []
chartReference:
chart: stable/metallb
version: 0.9.5
version: 0.12.0
values: |
---
controller:
Expand Down
2 changes: 1 addition & 1 deletion templates/prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
chartReference:
chart: prometheus-operator
repo: https://mesosphere.github.io/charts/staging
version: 5.19.2
version: 5.19.6
values: |
---
defaultRules:
Expand Down
2 changes: 1 addition & 1 deletion templates/velero.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
chartReference:
chart: velero
repo: https://mesosphere.github.io/charts/staging
version: 2.2.5
version: 2.2.9
values: |
---
configuration:
Expand Down

0 comments on commit 581534c

Please sign in to comment.