Compare commits
3 Commits
dc812fcd5f
...
001d62577a
| Author | SHA1 | Date | |
|---|---|---|---|
|
001d62577a
|
|||
| da1fe3f7ed | |||
| b29a9f2afa |
@@ -118,8 +118,10 @@ jobs:
|
|||||||
| while read cmd; do echo "$cmd" | sh; done || true
|
| while read cmd; do echo "$cmd" | sh; done || true
|
||||||
done
|
done
|
||||||
|
|
||||||
echo ">> Update repository cache ..."
|
if helm repo list | tail +2 | read -r; then
|
||||||
helm repo update
|
echo ">> Update repository cache ..."
|
||||||
|
helm repo update
|
||||||
|
fi
|
||||||
|
|
||||||
echo "----"
|
echo "----"
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
applicationsSync: create-update
|
applicationsSync: create-update
|
||||||
preserveResourcesOnDeletion: true
|
preserveResourcesOnDeletion: false
|
||||||
generators:
|
generators:
|
||||||
- git:
|
- git:
|
||||||
repoURL: http://gitea-http.gitea:3000/alexlebens/infrastructure
|
repoURL: http://gitea-http.gitea:3000/alexlebens/infrastructure
|
||||||
|
|||||||
Reference in New Issue
Block a user