rancher-partner-charts/charts/dynatrace/dynatrace-operator
Adam Pickering 4f970a9636
Charts CI (#996)
2024-04-03 13:02:06 -06:00
..
templates Charts CI (#996) 2024-04-03 13:02:06 -06:00
.helmignore Charts CI 2022-12-20 10:25:17 -07:00
Chart.yaml Charts CI (#996) 2024-04-03 13:02:06 -06:00
README.md Charts CI (#996) 2024-04-03 13:02:06 -06:00
app-readme.md Removing unpacked chart versions. Changing configuration to just store latest release to reduce quantity of tracked files over time 2022-12-01 23:19:00 -05:00
logo.png Removing unpacked chart versions. Changing configuration to just store latest release to reduce quantity of tracked files over time 2022-12-01 23:19:00 -05:00
questions.yml Charts CI (#996) 2024-04-03 13:02:06 -06:00
values.yaml Charts CI (#996) 2024-04-03 13:02:06 -06:00

README.md

Dynatrace Operator Helm Chart

The Dynatrace Operator supports rollout and lifecycle of various Dynatrace components in Kubernetes and OpenShift.

This Helm Chart requires Helm 3.

Quick Start

Migration instructions can be found in the official help page.

Install the Dynatrace Operator via Helm by running the following commands.

Installation

For instructions on how to install the dynatrace-operator on Openshift, head to the official help page

For versions older than 0.15.0

Add dynatrace helm repository:

helm repo add dynatrace https://raw.githubusercontent.com/Dynatrace/dynatrace-operator/main/config/helm/repos/stable

Install dynatrace-operator helm chart and create the corresponding dynatrace namespace:

helm install dynatrace-operator dynatrace/dynatrace-operator -n dynatrace --create-namespace --atomic

For versions 0.15.0 and after

Install dynatrace-operator helm chart using the OCI repository and create the corresponding dynatrace namespace:

helm install dynatrace-operator oci://public.ecr.aws/dynatrace/dynatrace-operator  -n dynatrace --create-namespace --atomic

Uninstall chart

Full instructions can be found in the official help page

Uninstall the Dynatrace Operator by running the following command:

helm uninstall dynatrace-operator -n dynatrace