What's Changed
New Features 🎉
- Updates resources.limits/request in helm chart by @0sewa0 in #446
- Add adjustable resource values for operator and webhook deployments by @ralfzen in Dynatrace/helm-charts#168
Bugfixes
- Fixed error when deploying via GKE deployer image by @meik99 in #443
- Fixed coalesce issues for nodeSelectors and tolerations by @Dynatrace-Jeroen-Hautekeete in Dynatrace/helm-charts#165
- Makes autoUpdate always present in case of classicfullstack mode + hooks are back by @0sewa0 in Dynatrace/helm-charts#154
Code Improvements
- Remove static manifests and replace with helm charts by @meik99 in #430
- Update config to work with v1beta1 changes by @0sewa0 in Dynatrace/helm-charts#143
- Remove duplicate label on webhook by @Dynatrace-Jeroen-Hautekeete in Dynatrace/helm-charts#166
- Updates roles according to main repo by @0sewa0 in Dynatrace/helm-charts#162
- Replaces deprecated logs annotation from webhook deployment by @0sewa0 in Dynatrace/helm-charts#161
Upgrading
The Operator's helm chart can be upgraded from the last version with,
helm repo remove dynatrace
helm repo add dynatrace https://raw.githubusercontent.com/Dynatrace/dynatrace-operator/master/config/helm/repos/stable
kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.4.0/dynatrace.com_dynakubes.yaml
helm upgrade dynatrace-operator dynatrace/dynatrace-operator --reuse-values --atomic --version="v0.4.0"