disable renovate in chart
All checks were successful
renovate / renovate (push) Successful in 2m23s

This commit is contained in:
2025-06-04 18:26:18 -05:00
parent 7f11b1e70d
commit 970a211c24
3 changed files with 79 additions and 78 deletions

View File

@@ -151,80 +151,80 @@ gitea:
enabled: false
mariadb:
enabled: false
renovate:
global:
fullnameOverride: gitea-renovate
controllers:
renovate:
type: cronjob
cronjob:
suspend: false
concurrencyPolicy: Forbid
timeZone: US/Central
schedule: "0 4 * * *"
startingDeadlineSeconds: 90
successfulJobsHistory: 3
failedJobsHistory: 3
backoffLimit: 3
parallelism: 1
containers:
main:
image:
repository: renovate/renovate
tag: 40
pullPolicy: IfNotPresent
env:
- name: RENOVATE_PLATFORM
value: gitea
- name: RENOVATE_AUTODISCOVER
value: 'true'
- name: RENOVATE_ONBOARDING
value: 'true'
- name: RENOVATE_BASE_DIR
value: /tmp/renovate
- name: RENOVATE_PERSIST_REPO_DATA
value: true
- name: RENOVATE_REPOSITORY_CACHE
value: true
- name: RENOVATE_REDIS_URL
value: redis://gitea-renovate-valkey-primary.gitea:6379
- name: LOG_LEVEL
value: info
envFrom:
- secretRef:
name: gitea-renovate-secret
resources:
requests:
cpu: 100m
memory: 128Mi
persistence:
base:
storageClass: ceph-block
accessMode: ReadWriteOnce
size: 5Gi
retain: true
advancedMounts:
renovate:
main:
- path: /tmp/renovate
readOnly: false
ssh:
enabled: true
type: secret
name: gitea-renovate-ssh-secret
advancedMounts:
renovate:
main:
- path: /home/ubuntu/.ssh
readOnly: true
mountPropagation: None
cache:
type: emptyDir
advancedMounts:
renovate:
main:
- path: /tmp/renovate/cache
readOnly: false
# renovate:
# global:
# fullnameOverride: gitea-renovate
# controllers:
# renovate:
# type: cronjob
# cronjob:
# suspend: false
# concurrencyPolicy: Forbid
# timeZone: US/Central
# schedule: "0 4 * * *"
# startingDeadlineSeconds: 90
# successfulJobsHistory: 3
# failedJobsHistory: 3
# backoffLimit: 3
# parallelism: 1
# containers:
# main:
# image:
# repository: renovate/renovate
# tag: 40
# pullPolicy: IfNotPresent
# env:
# - name: RENOVATE_PLATFORM
# value: gitea
# - name: RENOVATE_AUTODISCOVER
# value: 'true'
# - name: RENOVATE_ONBOARDING
# value: 'true'
# - name: RENOVATE_BASE_DIR
# value: /tmp/renovate
# - name: RENOVATE_PERSIST_REPO_DATA
# value: true
# - name: RENOVATE_REPOSITORY_CACHE
# value: true
# - name: RENOVATE_REDIS_URL
# value: redis://gitea-renovate-valkey-primary.gitea:6379
# - name: LOG_LEVEL
# value: info
# envFrom:
# - secretRef:
# name: gitea-renovate-secret
# resources:
# requests:
# cpu: 100m
# memory: 128Mi
# persistence:
# base:
# storageClass: ceph-block
# accessMode: ReadWriteOnce
# size: 5Gi
# retain: true
# advancedMounts:
# renovate:
# main:
# - path: /tmp/renovate
# readOnly: false
# ssh:
# enabled: true
# type: secret
# name: gitea-renovate-ssh-secret
# advancedMounts:
# renovate:
# main:
# - path: /home/ubuntu/.ssh
# readOnly: true
# mountPropagation: None
# cache:
# type: emptyDir
# advancedMounts:
# renovate:
# main:
# - path: /tmp/renovate/cache
# readOnly: false
backup:
global:
fullnameOverride: gitea-backup