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
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Run Renovate
|
- name: Run Renovate
|
||||||
uses: docker://renovate/renovate:41.43.0
|
uses: docker://renovate/renovate:41.43.7
|
||||||
env:
|
env:
|
||||||
LOG_LEVEL: info
|
LOG_LEVEL: info
|
||||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ spec:
|
|||||||
key: postgres-password
|
key: postgres-password
|
||||||
containers:
|
containers:
|
||||||
- name: ghostfolio
|
- name: ghostfolio
|
||||||
image: docker.io/ghostfolio/ghostfolio:2.184.0
|
image: docker.io/ghostfolio/ghostfolio:2.185.0
|
||||||
securityContext:
|
securityContext:
|
||||||
capabilities:
|
capabilities:
|
||||||
drop:
|
drop:
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ spec:
|
|||||||
echo "Gitea is ready!"
|
echo "Gitea is ready!"
|
||||||
containers:
|
containers:
|
||||||
- name: runner
|
- 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"]
|
command: ["sh", "-c", "while ! nc -z localhost 2376 </dev/null; do echo 'waiting for docker daemon...'; sleep 5; done; /sbin/tini -- run.sh"]
|
||||||
env:
|
env:
|
||||||
- name: DOCKER_HOST
|
- name: DOCKER_HOST
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: searxng
|
- name: searxng
|
||||||
image: searxng/searxng@sha256:3f02a12c9f9c768e72c88f15776c5a711030fb3c41f6998cb20f61de4bf42c72
|
image: searxng/searxng@sha256:d9078a33f77ef10daa381de557bb1d43703dbc7bace93bc7a4d4a9db80c9dee5
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: vaultwarden
|
- name: vaultwarden
|
||||||
image: vaultwarden/server:1.34.1
|
image: vaultwarden/server:1.34.2
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -21,3 +21,11 @@ metadata:
|
|||||||
name: monitoring
|
name: monitoring
|
||||||
labels:
|
labels:
|
||||||
name: monitoring
|
name: monitoring
|
||||||
|
|
||||||
|
---
|
||||||
|
kind: Namespace
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: longhorn-system
|
||||||
|
labels:
|
||||||
|
name: longhorn-system
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ spec:
|
|||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: longhorn
|
chart: longhorn
|
||||||
version: "1.9.0"
|
version: "1.9.1"
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: longhorn
|
name: longhorn
|
||||||
@@ -29,4 +29,4 @@ spec:
|
|||||||
service:
|
service:
|
||||||
ui:
|
ui:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
port: 85
|
nodePort: 85
|
||||||
@@ -9,7 +9,7 @@ spec:
|
|||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: prometheus
|
chart: prometheus
|
||||||
version: "27.28.1"
|
version: "27.28.2"
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: prometheus-community
|
name: prometheus-community
|
||||||
|
|||||||
Reference in New Issue
Block a user