mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* Introduce optional remove before install CRDs flag Signed-off-by: Roland Johann <rmmjohann@gmail.com> * Update docs Signed-off-by: Roland Johann <rmmjohann@gmail.com> * Bump version Signed-off-by: Roland Johann <rmmjohann@gmail.com> * Bump version Signed-off-by: Roland Johann <rmmjohann@gmail.com> * Bump version to 0.5.0 Signed-off-by: Roland Johann <rmmjohann@gmail.com>
6 lines
138 B
Bash
Executable File
6 lines
138 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
sed \
|
|
-e 's/cleanupCrdsBeforeInstall: false/cleanupCrdsBeforeInstall: true/' \
|
|
values.yaml > ci/test-values.yaml
|