mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-02-05 08:17:59 +00:00
Add option `--no-backup-if-mismatch` to every patch command, so it will not create .orig and .diff files anymore
10 lines
438 B
Makefile
10 lines
438 B
Makefile
update:
|
|
rm -rf charts
|
|
helm repo add clastix https://clastix.github.io/charts
|
|
helm repo update clastix
|
|
helm pull clastix/kamaji-etcd --untar --untardir charts
|
|
sed -i 's/hook-failed/before-hook-creation,hook-failed/' `grep -rl hook-failed charts`
|
|
patch --no-backup-if-mismatch -p4 < patches/fix-svc.diff
|
|
patch --no-backup-if-mismatch -p4 < patches/fullnameOverride.diff
|
|
patch --no-backup-if-mismatch -p4 < patches/remove-plus.patch
|