{{ template "chart.header" . }} {{ template "chart.description" . }} {{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} ## Installing the Chart To install the chart with the release name `my-release`: ``` helm repo add perses https://perses.github.io/helm-charts helm repo update helm install my-release perses/perses ``` ## Uninstalling the Chart To uninstall/delete the my-release deployment: ``` helm delete my-release ``` ## Upgrading For upgrade instructions, including handling breaking changes between versions, see the [Upgrade Guide](../../docs/upgrade-guide.md). {{ template "chart.requirementsSection" . }} {{ template "chart.valuesSection" . }} {{ template "helm-docs.versionFooter" . }}