Compare commits
2 Commits
cd0bec85bf
...
c2c85e676c
Author | SHA1 | Date | |
---|---|---|---|
c2c85e676c
|
|||
45335fb69e |
@@ -4,7 +4,7 @@ gitea:
|
||||
replicaCount: 3
|
||||
image:
|
||||
repository: gitea/gitea
|
||||
tag: 1.24.2
|
||||
tag: 1.24.3
|
||||
service:
|
||||
http:
|
||||
type: ClusterIP
|
||||
|
@@ -28,7 +28,7 @@ qbittorrent:
|
||||
qbittorrent:
|
||||
image:
|
||||
repository: ghcr.io/linuxserver/qbittorrent
|
||||
tag: 5.1.0@sha256:ca6325989299ff807ab94c9505c138b6cadfe8a77c4ef14c5690094cbbe40d7d
|
||||
tag: 5.1.2@sha256:d6aebe87050274db1e80b54ed8be5684836d57698fbc840e29df24ef0471cf12
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: TZ
|
||||
|
@@ -33,7 +33,7 @@ services:
|
||||
- postgresql:/var/lib/postgresql/data
|
||||
|
||||
gitea:
|
||||
image: gitea/gitea:1.24.2
|
||||
image: gitea/gitea:1.24.3
|
||||
container_name: gitea
|
||||
depends_on:
|
||||
- postgresql
|
||||
|
Reference in New Issue
Block a user