chore: LOG_LEVEL info in renovate, document secret management in README
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -62,6 +62,22 @@ Instalar con:
|
||||
cp .githooks/pre-commit .git/hooks/pre-commit
|
||||
chmod +x .git/hooks/pre-commit
|
||||
```
|
||||
## Renovate Bot
|
||||
|
||||
Secret `renovate-token` gestionado manualmente (no está en el repo).
|
||||
Para recrearlo:
|
||||
|
||||
```bash
|
||||
kubectl create secret generic renovate-token \
|
||||
--from-literal=RENOVATE_TOKEN=<token-gitea> \
|
||||
-n renovate
|
||||
```
|
||||
|
||||
Token en https://git.chemavx.xyz/user/settings/applications con permisos:
|
||||
`issue`: Read/Write, `repository`: Read/Write, `user`: Read
|
||||
|
||||
Imagen fijada a `38.0.0` — no actualizar a `latest` sin probar autenticación primero.
|
||||
|
||||
## ArgoCD patches
|
||||
Después de instalar ArgoCD aplicar:
|
||||
`kubectl apply -f argocd-patches/redis-patch.yaml`
|
||||
|
||||
Reference in New Issue
Block a user