Release Apache SkyWalking Kubernetes Helm Chart 4.4.0
SkyWalking Kubernetes Helm Chart 4.4.0 is released. Go to downloads page to find release tars.
- [Breaking Change]: remove
.Values.oap.initEs
, there is no need to use this to control whether to run init job anymore, SkyWalking Helm Chart automatically delete the init job when installing/upgrading. - [Breaking Change]: remove
files/config.d
mechanism and usevalues.yaml
files to put the configurations to override default config files in the/skywalking/config
folder, usingfiles/config.d
is very limited and you have to clone the source codes if you want to use this mechanism, now you can simply use our Docker Helm Chart to install. - Refactor oap init job, and support postgresql storage.
- Upgrade ElasticSearch Helm Chart dependency version.