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
|
cp .githooks/pre-commit .git/hooks/pre-commit
|
||||||
chmod +x .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
|
## ArgoCD patches
|
||||||
Después de instalar ArgoCD aplicar:
|
Después de instalar ArgoCD aplicar:
|
||||||
`kubectl apply -f argocd-patches/redis-patch.yaml`
|
`kubectl apply -f argocd-patches/redis-patch.yaml`
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ spec:
|
|||||||
- name: RENOVATE_CONFIG_FILE
|
- name: RENOVATE_CONFIG_FILE
|
||||||
value: /opt/renovate/config.js
|
value: /opt/renovate/config.js
|
||||||
- name: LOG_LEVEL
|
- name: LOG_LEVEL
|
||||||
value: debug
|
value: info
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
|
|||||||
Reference in New Issue
Block a user