add trivy
Some checks failed
renovate / renovate (push) Has been cancelled

This commit is contained in:
2025-06-04 21:37:59 -05:00
parent 8e6c68c80f
commit 58f4a8a29b
7 changed files with 139 additions and 78 deletions

View File

@@ -151,80 +151,6 @@ 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
backup:
global:
fullnameOverride: gitea-backup