rancher-partner-charts/charts/dynatrace/dynatrace-operator/1.3.2
github-actions[bot] b51aa4ed4e Added chart versions:
airlock/microgateway:
    - 4.4.0
  airlock/microgateway-cni:
    - 4.4.0
  buoyant/linkerd-control-plane:
    - 2024.10.4
  buoyant/linkerd-crds:
    - 2024.10.4
  dynatrace/dynatrace-operator:
    - 1.3.2
  f5/f5-bigip-ctlr:
    - 0.0.33
  percona/pxc-db:
    - 1.15.1
  percona/pxc-operator:
    - 1.15.1
2024-10-25 00:41:45 +00:00
..
templates Added chart versions: 2024-10-25 00:41:45 +00:00
.helmignore Added chart versions: 2024-10-25 00:41:45 +00:00
Chart.yaml Added chart versions: 2024-10-25 00:41:45 +00:00
README.md Added chart versions: 2024-10-25 00:41:45 +00:00
app-readme.md Added chart versions: 2024-10-25 00:41:45 +00:00
logo.png Added chart versions: 2024-10-25 00:41:45 +00:00
questions.yml Added chart versions: 2024-10-25 00:41:45 +00:00
values.yaml Added chart versions: 2024-10-25 00:41:45 +00: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