chore(deps): Added versions to the apps

This commit is contained in:
2025-06-04 13:04:32 +02:00
parent 9bcd14eb44
commit 0e55a410da
7 changed files with 9 additions and 9 deletions

View File

@@ -45,7 +45,7 @@ spec:
seccompProfile: seccompProfile:
type: RuntimeDefault type: RuntimeDefault
- name: anubis - name: anubis
image: ghcr.io/techarohq/anubis:latest image: ghcr.io/techarohq/anubis:v1.19.1
imagePullPolicy: Always imagePullPolicy: Always
env: env:
- name: "BIND" - name: "BIND"

View File

@@ -20,7 +20,7 @@ spec:
claimName: pocketid-data-pvc claimName: pocketid-data-pvc
containers: containers:
- name: pocketid - name: pocketid
image: ghcr.io/pocket-id/pocket-id:latest image: ghcr.io/pocket-id/pocket-id:v1.2.0
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 1411 - containerPort: 1411

View File

@@ -20,7 +20,7 @@ spec:
persistentVolumeClaim: persistentVolumeClaim:
claimName: privatebin-data-pvc claimName: privatebin-data-pvc
containers: containers:
- image: privatebin/nginx-fpm-alpine:latest - image: privatebin/nginx-fpm-alpine:v1.7.6
name: privatebin name: privatebin
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
@@ -40,7 +40,7 @@ spec:
seccompProfile: seccompProfile:
type: RuntimeDefault type: RuntimeDefault
- name: anubis - name: anubis
image: ghcr.io/techarohq/anubis:latest image: ghcr.io/techarohq/anubis:v0.8.1
imagePullPolicy: Always imagePullPolicy: Always
env: env:
- name: "BIND" - name: "BIND"

View File

@@ -22,7 +22,7 @@ spec:
configMap: configMap:
name: static-websites-caddy-config name: static-websites-caddy-config
containers: containers:
- image: caddy:latest - image: caddy:v2.10.0
name: caddy name: caddy
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:

View File

@@ -31,7 +31,7 @@ spec:
claimName: valkey-data-pvc claimName: valkey-data-pvc
initContainers: initContainers:
- name: db-migrate - name: db-migrate
image: ghcr.io/teableio/teable:latest image: ghcr.io/teableio/teable:v1.8.0
args: args:
- migrate-only - migrate-only
envFrom: envFrom:
@@ -48,7 +48,7 @@ spec:
memory: 1024Mi memory: 1024Mi
containers: containers:
- name: teable - name: teable
image: ghcr.io/teableio/teable:latest image: ghcr.io/teableio/teable:v1.8.0
args: args:
- skip-migrate - skip-migrate
ports: ports:

View File

@@ -21,7 +21,7 @@ spec:
claimName: thelounge-pvc claimName: thelounge-pvc
containers: containers:
- name: thelounge - name: thelounge
image: ghcr.io/thelounge/thelounge:latest image: ghcr.io/thelounge/thelounge:4.4.3
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 9000 - containerPort: 9000

View File

@@ -21,7 +21,7 @@ spec:
claimName: znc-pvc claimName: znc-pvc
containers: containers:
- name: znc - name: znc
image: znc:latest image: znc:1.9.1
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 4921 - containerPort: 4921