Compare commits
20 Commits
af9383000e
...
20ffaf5a90
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
20ffaf5a90 | ||
| adaf003429 | |||
| 967a20c0f8 | |||
| 208f9a2d3b | |||
| b31f0309a5 | |||
| 4a09c59e67 | |||
|
|
cbbc5a3f24 | ||
|
|
bfd04c83cd | ||
| f8a4604574 | |||
| 9fa118861f | |||
| dc25d89bba | |||
| 0c4633fa41 | |||
| 79e0014117 | |||
|
|
e4743e6f70 | ||
|
|
8d774faba8 | ||
|
|
9ef83b5e29 | ||
| cd099a2985 | |||
| b854e13272 | |||
|
|
02c246ca63 | ||
|
|
bd9eefe1f2 |
25
.drone.yml
Normal file
25
.drone.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: kubernetes
|
||||
name: renovate
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- cron
|
||||
- custom
|
||||
|
||||
environment:
|
||||
LOG_LEVEL: info
|
||||
|
||||
steps:
|
||||
- name: renovate
|
||||
image: renovate/renovate:41.43.7
|
||||
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
|
||||
@@ -13,7 +13,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run Renovate
|
||||
uses: docker://renovate/renovate:41.43.5
|
||||
uses: docker://renovate/renovate:41.43.7
|
||||
env:
|
||||
LOG_LEVEL: info
|
||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
||||
@@ -76,7 +76,7 @@ spec:
|
||||
key: postgres-password
|
||||
containers:
|
||||
- name: ghostfolio
|
||||
image: docker.io/ghostfolio/ghostfolio:2.184.0
|
||||
image: docker.io/ghostfolio/ghostfolio:2.185.0
|
||||
securityContext:
|
||||
capabilities:
|
||||
drop:
|
||||
|
||||
@@ -39,7 +39,7 @@ spec:
|
||||
echo "Gitea is ready!"
|
||||
containers:
|
||||
- name: runner
|
||||
image: gitea/act_runner:nightly
|
||||
image: gitea/act_runner@sha256:62a561c82dd67ec77ea600db7eac78ac5fed8e2244950fbf1829c54da12e8e54
|
||||
command: ["sh", "-c", "while ! nc -z localhost 2376 </dev/null; do echo 'waiting for docker daemon...'; sleep 5; done; /sbin/tini -- run.sh"]
|
||||
env:
|
||||
- name: DOCKER_HOST
|
||||
|
||||
@@ -16,7 +16,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: searxng
|
||||
image: searxng/searxng@sha256:3f02a12c9f9c768e72c88f15776c5a711030fb3c41f6998cb20f61de4bf42c72
|
||||
image: searxng/searxng@sha256:d9078a33f77ef10daa381de557bb1d43703dbc7bace93bc7a4d4a9db80c9dee5
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
env:
|
||||
|
||||
@@ -16,7 +16,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: vaultwarden
|
||||
image: vaultwarden/server:1.34.1
|
||||
image: vaultwarden/server:1.34.2
|
||||
ports:
|
||||
- containerPort: 80
|
||||
env:
|
||||
|
||||
@@ -21,3 +21,11 @@ metadata:
|
||||
name: monitoring
|
||||
labels:
|
||||
name: monitoring
|
||||
|
||||
---
|
||||
kind: Namespace
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: longhorn-system
|
||||
labels:
|
||||
name: longhorn-system
|
||||
|
||||
@@ -9,7 +9,7 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: longhorn
|
||||
version: "1.9.0"
|
||||
version: "1.9.1"
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: longhorn
|
||||
@@ -29,4 +29,4 @@ spec:
|
||||
service:
|
||||
ui:
|
||||
type: LoadBalancer
|
||||
port: 85
|
||||
nodePort: 85
|
||||
@@ -9,7 +9,7 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: prometheus
|
||||
version: "27.28.1"
|
||||
version: "27.28.2"
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: prometheus-community
|
||||
|
||||
Reference in New Issue
Block a user