Compare commits
16 Commits
ccf3bb6eb2
...
c042a086a5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c042a086a5 | ||
| d80f003c7d | |||
| 4d91fc06e4 | |||
| 27fa71ac95 | |||
| 154db27d23 | |||
| 000ca61467 | |||
| f302572b12 | |||
| da34d5dd2d | |||
| f6390a1bbb | |||
|
|
118cf6fb41 | ||
|
|
c00bf560b9 | ||
|
|
63146e9d15 | ||
|
|
bf77cee438 | ||
|
|
bb767b2273 | ||
|
|
65f8609934 | ||
|
|
44e17baca6 |
@@ -13,7 +13,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run Renovate
|
||||
uses: docker://renovate/renovate:41.46.7
|
||||
uses: docker://renovate/renovate:41.70.2
|
||||
env:
|
||||
LOG_LEVEL: info
|
||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||
|
||||
@@ -18,7 +18,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: code-server
|
||||
image: lscr.io/linuxserver/code-server:4.102.3
|
||||
image: lscr.io/linuxserver/code-server:4.103.0
|
||||
ports:
|
||||
- containerPort: 8443
|
||||
env:
|
||||
|
||||
@@ -78,7 +78,7 @@ spec:
|
||||
key: postgres-password
|
||||
containers:
|
||||
- name: ghostfolio
|
||||
image: docker.io/ghostfolio/ghostfolio:2.189.0
|
||||
image: docker.io/ghostfolio/ghostfolio:2.190.0
|
||||
securityContext:
|
||||
capabilities:
|
||||
drop:
|
||||
|
||||
@@ -24,7 +24,7 @@ spec:
|
||||
mountPath: /var/lib/postgresql/data
|
||||
containers:
|
||||
- name: gitea-db
|
||||
image: postgres:15.10
|
||||
image: postgres:15.13
|
||||
ports:
|
||||
- containerPort: 5432
|
||||
env:
|
||||
|
||||
@@ -17,7 +17,7 @@ spec:
|
||||
spec:
|
||||
initContainers:
|
||||
- name: paperless-ngx-db
|
||||
image: docker.io/library/redis:7
|
||||
image: docker.io/library/redis:8
|
||||
restartPolicy: Always
|
||||
ports:
|
||||
- containerPort: 6379
|
||||
|
||||
@@ -40,7 +40,7 @@ spec:
|
||||
subPath: db
|
||||
containers:
|
||||
- name: semaphore
|
||||
image: public.ecr.aws/semaphore/pro/server:v2.16.9
|
||||
image: public.ecr.aws/semaphore/pro/server:v2.16.10
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
envFrom:
|
||||
|
||||
@@ -9,7 +9,7 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: prometheus
|
||||
version: "27.29.1"
|
||||
version: "27.30.0"
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: prometheus-community
|
||||
|
||||
Reference in New Issue
Block a user