feat: renovatebot #2

Merged
ange merged 24 commits from staging into prod 2024-12-23 02:44:15 +00:00
Showing only changes of commit cb6513b6a3 - Show all commits

View File

@ -60,7 +60,7 @@ kcreatesec gitea-admin \
--from-literal=username="$GITEA_USERNAME" \ --from-literal=username="$GITEA_USERNAME" \
--from-literal=password="$GITEA_PASSWORD" --from-literal=password="$GITEA_PASSWORD"
kubectl run --rm --image "$IMAGEAPP" secrets sleep 60 & &> /dev/null kubectl run --rm --attach --image "$IMAGEAPP" secrets sleep 60 & &> /dev/null
sleep 5 sleep 5
kubectl wait --timeout=5m --for=condition=ready pod secrets kubectl wait --timeout=5m --for=condition=ready pod secrets
kcreatesec gitea \ kcreatesec gitea \