mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-03-21 23:41:27 +00:00
9 lines
327 B
Makefile
9 lines
327 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 -p4 < patches/fix-svc.diff
|
|
patch -p4 < patches/fullnameOverride.diff
|