mirror of
https://github.com/helm/helm.git
synced 2026-04-04 08:35:26 -04:00
This commit changes the configmap storage driver to compress the serialized release before storing it as a base64 encoded string. This change is backward compatible as it handles existing releases gracefully by skipping the decompression step when the gzip magic header is not present. |
||
|---|---|---|
| .. | ||
| cfgmaps.go | ||
| cfgmaps_test.go | ||
| driver.go | ||
| labels.go | ||
| labels_test.go | ||
| memory.go | ||
| memory_test.go | ||
| mock_test.go | ||
| records.go | ||
| records_test.go | ||