Compare commits
1 Commits
58219647f6
...
c320bbc38a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c320bbc38a |
22
.drone.yml
Normal file
22
.drone.yml
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
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
|
||||||
@@ -58,7 +58,7 @@ spec:
|
|||||||
- name: runner-data
|
- name: runner-data
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
- name: daemon
|
- name: daemon
|
||||||
image: docker:28.3.2-dind
|
image: docker:28.2.2-dind
|
||||||
env:
|
env:
|
||||||
- name: DOCKER_TLS_CERTDIR
|
- name: DOCKER_TLS_CERTDIR
|
||||||
value: /certs
|
value: /certs
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
containers:
|
containers:
|
||||||
- image: renovate/renovate:41.27.0
|
- image: renovate/renovate:41.32.0
|
||||||
name: renovate-bot
|
name: renovate-bot
|
||||||
env:
|
env:
|
||||||
- name: RENOVATE_TOKEN
|
- name: RENOVATE_TOKEN
|
||||||
@@ -9,7 +9,7 @@ spec:
|
|||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: prometheus
|
chart: prometheus
|
||||||
version: "27.24.0"
|
version: "27.23.0"
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: prometheus-community
|
name: prometheus-community
|
||||||
|
|||||||
Reference in New Issue
Block a user