UNCLASSIFIED

Commit 797c1e04 authored by Micah Nagel's avatar Micah Nagel 💰
Browse files

for ryan

parent 218b253b
Pipeline #361668 passed with stages
in 3 minutes and 43 seconds
...@@ -7,6 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ...@@ -7,6 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [0.1.16-bb.0] - 2021-07-012 ## [0.1.16-bb.0] - 2021-07-012
### Changed ### Changed
- Switched to usage of non-default service account for all created pods - Switched to usage of non-default service account for all created pods
### Added
- Serviceaccounts are created by the chart, one for elastic one for kibana
- Serviceaccount names can be set via values `kibana.serviceAccountName` and `elasticsearch.serviceAccountName`
## [0.1.15-bb.1] - 2021-07-02 ## [0.1.15-bb.1] - 2021-07-02
### Added ### Added
......
...@@ -5,7 +5,6 @@ hostname: bigbang.dev ...@@ -5,7 +5,6 @@ hostname: bigbang.dev
autoRollingUpgrade: autoRollingUpgrade:
enabled: true enabled: true
kibana: kibana:
version: 7.12.0 version: 7.12.0
image: image:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment