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-state-metrics`
11
11
12
-
_See [helm repo](https://helm.sh/docs/helm/helm_repo/) for command documentation._
13
-
<!-- textlint-enable -->
12
+
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 upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command documentation._
42
41
43
-
### Migrating from stable/kube-state-metrics and kubernetes/kube-state-metrics
42
+
####Migrating from stable/kube-state-metrics and kubernetes/kube-state-metrics
44
43
45
44
You can upgrade in-place:
46
45
47
-
1.[get repository info](#get-repository-info)
48
46
1.[upgrade](#upgrading-chart) your existing release name using the new chart repository
49
47
50
48
## Upgrading to v6.0.0
@@ -57,16 +55,16 @@ v3.0.0 includes kube-state-metrics v2.0, see the [changelog](https://github.com/
57
55
58
56
The upgraded chart now the following changes:
59
57
60
-
* Dropped support for helm v2 (helm v3 or later is required)
61
-
* collectors key was renamed to resources
62
-
* namespace key was renamed to namespaces
58
+
- Dropped support for helm v2 (helm v3 or later is required)
59
+
- collectors key was renamed to resources
60
+
- namespace key was renamed to namespaces
63
61
64
62
## Configuration
65
63
66
64
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:
67
65
68
66
```console
69
-
helm show values prometheus-community/kube-state-metrics
67
+
helm show values oci://ghcr.io/prometheus-community/charts/kube-state-metrics
0 commit comments