dynatrace-operator-v0.2.3
Bug fixes
- Fixed a bug where the istio setting was not passed correctly (#126)
- Fixed token required if autoSecretGeneration disabled (#124)
Upgrading
The Operator's helm chart can be upgraded from 0.2.2 with:
$ helm repo update
$ kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.2.2/dynatrace.com_dynakubes.yaml
$ helm upgrade dynatrace-operator dynatrace/dynatrace-operator --reuse-values --verify
The Operator's helm chart on OpenShift 3.11 can be upgraded from 0.2.2 by changing the platform in your values.yaml to openshift-3-11
and running:
$ helm repo update
$ oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.2.2/dynatrace.com_dynakubes-v1beta1.yaml
$ helm upgrade dynatrace-operator dynatrace/dynatrace-operator --values <your_values_file> --verify