Compare commits
17 Commits
5e8456ff48
...
9a22cd563e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9a22cd563e | ||
| 77999aaa49 | |||
| 25082505b5 | |||
|
|
ead3fb1e63 | ||
|
|
abca4b7610 | ||
| 868b9496fa | |||
| 99a9bc44f6 | |||
| 6335b5f1b4 | |||
| 6f328e84eb | |||
| d6da79399a | |||
| 03cd4bfb6a | |||
|
|
57bf10976a | ||
|
|
1ca8ccbb0d | ||
|
|
b4e8b68102 | ||
|
|
df781d5fb7 | ||
|
|
4786d4628d | ||
|
|
0dc85bb059 |
@@ -13,13 +13,13 @@ environment:
|
||||
|
||||
steps:
|
||||
- name: renovate - validate config
|
||||
image: renovate/renovate:40.57.1
|
||||
image: renovate/renovate:41.6.4
|
||||
commands:
|
||||
- unset GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL
|
||||
- renovate-config-validator
|
||||
|
||||
- name: renovate
|
||||
image: renovate/renovate:40.57.1
|
||||
image: renovate/renovate:41.6.4
|
||||
commands:
|
||||
- unset GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL
|
||||
- renovate
|
||||
|
||||
@@ -16,7 +16,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: code-server
|
||||
image: lscr.io/linuxserver/code-server:4.100.3
|
||||
image: lscr.io/linuxserver/code-server:4.101.1
|
||||
ports:
|
||||
- containerPort: 8443
|
||||
env:
|
||||
|
||||
@@ -76,7 +76,7 @@ spec:
|
||||
key: postgres-password
|
||||
containers:
|
||||
- name: ghostfolio
|
||||
image: docker.io/ghostfolio/ghostfolio:2.172.0
|
||||
image: docker.io/ghostfolio/ghostfolio:2.173.0
|
||||
securityContext:
|
||||
capabilities:
|
||||
drop:
|
||||
|
||||
@@ -27,7 +27,7 @@ spec:
|
||||
done
|
||||
containers:
|
||||
- name: gitea
|
||||
image: gitea/gitea:1.24.1
|
||||
image: gitea/gitea:1.24.2
|
||||
ports:
|
||||
- containerPort: 22
|
||||
- containerPort: 3000
|
||||
|
||||
@@ -16,7 +16,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: jellyseerr
|
||||
image: fallenbagel/jellyseerr:2.6.0
|
||||
image: fallenbagel/jellyseerr:2.7.0
|
||||
ports:
|
||||
- containerPort: 5055
|
||||
env:
|
||||
|
||||
@@ -16,7 +16,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: searxng
|
||||
image: searxng/searxng@sha256:a6ad4d72e07b3dc7b6cd80ed6d08e215fcea81b8165c9eeb3bf2b4c27a601f31
|
||||
image: searxng/searxng@sha256:50e190ecc036314a27a6c3a3655c23cc3af88175b2fb83f1ecc7209c98e74713
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
env:
|
||||
|
||||
@@ -37,7 +37,7 @@ spec:
|
||||
mountPath: /var/lib/mysql
|
||||
containers:
|
||||
- name: semaphore
|
||||
image: public.ecr.aws/semaphore/pro/server:v2.15.0
|
||||
image: public.ecr.aws/semaphore/pro/server:v2.15.1
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
envFrom:
|
||||
|
||||
@@ -20,7 +20,7 @@ spec:
|
||||
fsGroup: 1000
|
||||
containers:
|
||||
- name: sonarr
|
||||
image: lscr.io/linuxserver/sonarr:4.0.14
|
||||
image: lscr.io/linuxserver/sonarr:4.0.15
|
||||
ports:
|
||||
- containerPort: 8989
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user