You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The chart is distributed as an [OCI Artifact](https://helm.sh/docs/topics/registries/) as well as via a traditional [Helm Repository](https://helm.sh/docs/topics/chart_repository/).
- Helm Repository: `https://prometheus-community.github.io/helm-charts` with chart `kube-prometheus-stack`
20
20
21
-
_See [`helm repo`](https://helm.sh/docs/helm/helm_repo/) for command documentation._
21
+
The installation instructions use the OCI registry. Refer to the [`helm repo`]([`helm repo`](https://helm.sh/docs/helm/helm_repo/)) command documentation for information on installing charts via the traditional repository.
_See [helm install](https://helm.sh/docs/helm/helm_install/) for command documentation._
32
32
33
-
## Dependencies
33
+
###Dependencies
34
34
35
35
By default this chart installs additional, dependent charts:
36
36
@@ -42,7 +42,7 @@ To disable dependencies during installation, see [multiple releases](#multiple-r
42
42
43
43
_See [helm dependency](https://helm.sh/docs/helm/helm_dependency/) for command documentation._
44
44
45
-
### Grafana Dashboards
45
+
####Grafana Dashboards
46
46
47
47
This chart provisions a collection of curated Grafana dashboards that are automatically loaded into Grafana via ConfigMaps. These dashboards are rendered into the Helm chart under [`templates/grafana/`](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack/templates/grafana/), but **this is not their source of truth**.
48
48
@@ -52,7 +52,7 @@ The dashboards originate from various upstream projects and are gathered and pro
52
52
53
53
If you wish to contribute or modify dashboards, please follow the guidance in the `hack/README.md` to ensure consistency and reproducibility.
With Helm v3, CRDs created by this chart are not updated by default and should be manually updated.
@@ -91,7 +91,7 @@ The Chart's [appVersion](https://github.com/prometheus-community/helm-charts/blo
91
91
92
92
_See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command documentation._
93
93
94
-
### Upgrading an existing Release to a new major version
94
+
####Upgrading an existing Release to a new major version
95
95
96
96
A major chart version change (like v1.2.3 -> v2.0.0) indicates that there is an incompatible breaking change needing manual actions.
97
97
@@ -103,7 +103,7 @@ for breaking changes between versions.
103
103
See [Customizing the Chart Before Installing](https://helm.sh/docs/intro/using_helm/#customizing-the-chart-before-installing). To see all configurable options with detailed comments:
104
104
105
105
```console
106
-
helm show values prometheus-community/kube-prometheus-stack
106
+
helm show values oci://ghcr.io/prometheus-community/charts/kube-prometheus-stack
107
107
```
108
108
109
109
You may also `helm show values` on this chart's [dependencies](#dependencies) for additional options.
@@ -262,7 +262,7 @@ There is no simple and direct migration path between the charts as the changes a
262
262
263
263
The capabilities of the old chart are all available in the new chart, including the ability to run multiple prometheus instances on a single cluster - you will need to disable the parts of the chart you do not wish to deploy.
264
264
265
-
You can check out the tickets for this change [here](https://github.com/prometheus-operator/prometheus-operator/issues/592) and [here](https://github.com/helm/charts/pull/6765).
265
+
You can check out the tickets for this change at [prometheus-operator/prometheus-operator #592](https://github.com/prometheus-operator/prometheus-operator/issues/592) and [helm/charts #6765](https://github.com/helm/charts/pull/6765).
0 commit comments