feat: renovatebot #1

Merged
ange merged 20 commits from devel into staging 2024-12-23 02:14:58 +00:00
Showing only changes of commit 5395428902 - Show all commits

View File

@ -16,14 +16,13 @@ spec:
command:
- bash
- -c
- |
gitea admin user change-password --must-change-password=false
--username "$username"
--password "$password"
|| gitea admin user create --admin --must-change-password=false
--email "$email"
--username "$username"
--password "$password"
- gitea admin user change-password --must-change-password=false \
--username "$username" \
--password "$password" \
|| gitea admin user create --admin --must-change-password=false \
--email "$email" \
--username "$username" \
--password "$password" \
volumeMounts:
- name: config
mountPath: /etc/gitea/app.ini