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 command removes all the Kubernetes components associated with the chart and deletes the release.
47
46
48
-
49
47
## Upgrading
50
48
51
49
A major chart version change indicates that there is an incompatible breaking change needing manual actions.
@@ -146,7 +144,6 @@ minio:
146
144
```
147
145
* allow configuration to be stored in a secret. See the documentation for `useExternalConfig` and `configStorageType` in the values file for more details.
148
146
149
-
150
147
### From chart version < 0.26.0
151
148
152
149
Version 0.26.0
@@ -1032,8 +1029,6 @@ The other components are optional and must be explicitly enabled.
This chart configures Tempo in microservices mode.
@@ -1090,7 +1085,6 @@ global_overrides:
1090
1085
* Volumes are mounted to `/var/tempo`. The various directories Tempo needs should be configured as subdirectories (e. g. `/var/tempo/wal`, `/var/tempo/traces`). Tempo will create the directories automatically.
1091
1086
* The config file is mounted to `/conf/tempo-query.yaml` and passed as CLI arg.
0 commit comments