mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +00:00
Merge pull request #67582 from monotek/kibana
Automatic merge from submit-queue (batch tested with PRs 67493, 67617, 67582, 67337). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. updates kibana to 6.3.2 **What this PR does / why we need it**: * updates kibana to 6.3.2 **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes # **Special notes for your reviewer**: needed as es was updated to 6.3.2 too in https://github.com/kubernetes/kubernetes/pull/67484 **Release note**: ```release-note updates kibana to 6.3.2 ```
This commit is contained in:
commit
3f6717a097
@ -21,7 +21,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: kibana-logging
|
||||
image: docker.elastic.co/kibana/kibana-oss:6.2.4
|
||||
image: docker.elastic.co/kibana/kibana-oss:6.3.2
|
||||
resources:
|
||||
# need more cpu upon initialization, therefore burstable class
|
||||
limits:
|
||||
|
Loading…
Reference in New Issue
Block a user