chore: pin all floating image tags to exact running versions
- vaultwarden/server:latest → 1.35.4 - redis:alpine → 8.6.2-alpine (authentik) - homarr-labs/homarr:latest → 1.0.0 - gitea/gitea:latest → 1.25.5 - uptime-kuma:1 → 1.23.17 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -33,7 +33,7 @@ spec:
|
|||||||
- '1'
|
- '1'
|
||||||
- --loglevel
|
- --loglevel
|
||||||
- warning
|
- warning
|
||||||
image: redis:alpine
|
image: redis:8.6.2-alpine
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: redis
|
name: redis
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ spec:
|
|||||||
value: '1000'
|
value: '1000'
|
||||||
- name: USER_GID
|
- name: USER_GID
|
||||||
value: '1000'
|
value: '1000'
|
||||||
image: gitea/gitea:latest
|
image: gitea/gitea:1.25.5
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: gitea
|
name: gitea
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ spec:
|
|||||||
value: Authentik
|
value: Authentik
|
||||||
- name: AUTH_OIDC_AUTO_LOGIN
|
- name: AUTH_OIDC_AUTO_LOGIN
|
||||||
value: 'true'
|
value: 'true'
|
||||||
image: ghcr.io/homarr-labs/homarr:latest
|
image: ghcr.io/homarr-labs/homarr:1.0.0
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: homarr
|
name: homarr
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ spec:
|
|||||||
app: uptime-kuma
|
app: uptime-kuma
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: louislam/uptime-kuma:1
|
- image: louislam/uptime-kuma:1.23.17
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: uptime-kuma
|
name: uptime-kuma
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ spec:
|
|||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: vaultwarden-secret
|
name: vaultwarden-secret
|
||||||
image: vaultwarden/server:latest
|
image: vaultwarden/server:1.35.4
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: vaultwarden
|
name: vaultwarden
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user