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
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Run Renovate
|
- name: Run Renovate
|
||||||
uses: docker://renovate/renovate:41.66.2
|
uses: docker://renovate/renovate:41.70.2
|
||||||
env:
|
env:
|
||||||
LOG_LEVEL: info
|
LOG_LEVEL: info
|
||||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: code-server
|
- name: code-server
|
||||||
image: lscr.io/linuxserver/code-server:4.102.3
|
image: lscr.io/linuxserver/code-server:4.103.0
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8443
|
- containerPort: 8443
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ spec:
|
|||||||
key: postgres-password
|
key: postgres-password
|
||||||
containers:
|
containers:
|
||||||
- name: ghostfolio
|
- name: ghostfolio
|
||||||
image: docker.io/ghostfolio/ghostfolio:2.189.0
|
image: docker.io/ghostfolio/ghostfolio:2.190.0
|
||||||
securityContext:
|
securityContext:
|
||||||
capabilities:
|
capabilities:
|
||||||
drop:
|
drop:
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ spec:
|
|||||||
mountPath: /var/lib/postgresql/data
|
mountPath: /var/lib/postgresql/data
|
||||||
containers:
|
containers:
|
||||||
- name: gitea-db
|
- name: gitea-db
|
||||||
image: postgres:15.10
|
image: postgres:15.13
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5432
|
- containerPort: 5432
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: paperless-ngx-db
|
- name: paperless-ngx-db
|
||||||
image: docker.io/library/redis:7
|
image: docker.io/library/redis:8
|
||||||
restartPolicy: Always
|
restartPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 6379
|
- containerPort: 6379
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ spec:
|
|||||||
subPath: db
|
subPath: db
|
||||||
containers:
|
containers:
|
||||||
- name: semaphore
|
- name: semaphore
|
||||||
image: public.ecr.aws/semaphore/pro/server:v2.16.9
|
image: public.ecr.aws/semaphore/pro/server:v2.16.10
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
envFrom:
|
envFrom:
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ spec:
|
|||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: prometheus
|
chart: prometheus
|
||||||
version: "27.29.1"
|
version: "27.30.0"
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: prometheus-community
|
name: prometheus-community
|
||||||
|
|||||||
Reference in New Issue
Block a user