feat: renovatebot #1

Merged
ange merged 20 commits from devel into staging 2024-12-23 02:14:58 +00:00
3 changed files with 3 additions and 2 deletions
Showing only changes of commit 6fe60b9e57 - Show all commits

View File

@ -1,4 +1,5 @@
#!/bin/bash -e
set -o pipefail
function get_token() {
kubectl exec statefulset/app -- gitea admin user generate-access-token \
@ -23,8 +24,6 @@ if [ -z "$passwd" ]; then
--password "$passwd"
fi
set -x
opts=()
[ -n "$scopes" ] && opts+=(
--from-literal=token="$(kgseckey "$secret" token || get_token)"

View File

@ -1,4 +1,5 @@
#!/bin/bash -e
set -o pipefail
export NB_REPLICAS=1

View File

@ -1,4 +1,5 @@
#!/bin/bash -e
set -o pipefail
# TODO: 3
export NB_REPLICAS=1