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