Compare commits

..

11 Commits

5 changed files with 3 additions and 25 deletions

View File

@@ -1,22 +0,0 @@
---
kind: pipeline
type: kubernetes
name: renovate
trigger:
event:
- cron
- custom
environment:
LOG_LEVEL: info
steps:
- name: renovate
image: renovate/renovate:41.32.0
privileged: true
commands:
- unset GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL
- renovate
environment:
RENOVATE_TOKEN:
from_secret: RENOVATE_TOKEN
GITHUB_COM_TOKEN:
from_secret: GITHUB_COM_TOKEN

View File

@@ -58,7 +58,7 @@ spec:
- name: runner-data - name: runner-data
mountPath: /data mountPath: /data
- name: daemon - name: daemon
image: docker:28.2.2-dind image: docker:28.3.2-dind
env: env:
- name: DOCKER_TLS_CERTDIR - name: DOCKER_TLS_CERTDIR
value: /certs value: /certs

View File

@@ -9,7 +9,7 @@ spec:
chart: chart:
spec: spec:
chart: prometheus chart: prometheus
version: "27.23.0" version: "27.24.0"
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: prometheus-community name: prometheus-community

View File

@@ -15,7 +15,7 @@ spec:
spec: spec:
hostNetwork: true hostNetwork: true
containers: containers:
- image: renovate/renovate:41.32.0 - image: renovate/renovate:41.27.0
name: renovate-bot name: renovate-bot
env: env:
- name: RENOVATE_TOKEN - name: RENOVATE_TOKEN