chore(deps): Added versions to the apps
This commit is contained in:
@@ -45,7 +45,7 @@ spec:
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
- name: anubis
|
||||
image: ghcr.io/techarohq/anubis:latest
|
||||
image: ghcr.io/techarohq/anubis:v1.19.1
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: "BIND"
|
||||
|
@@ -20,7 +20,7 @@ spec:
|
||||
claimName: pocketid-data-pvc
|
||||
containers:
|
||||
- name: pocketid
|
||||
image: ghcr.io/pocket-id/pocket-id:latest
|
||||
image: ghcr.io/pocket-id/pocket-id:v1.2.0
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 1411
|
||||
|
@@ -20,7 +20,7 @@ spec:
|
||||
persistentVolumeClaim:
|
||||
claimName: privatebin-data-pvc
|
||||
containers:
|
||||
- image: privatebin/nginx-fpm-alpine:latest
|
||||
- image: privatebin/nginx-fpm-alpine:v1.7.6
|
||||
name: privatebin
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
@@ -40,7 +40,7 @@ spec:
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
- name: anubis
|
||||
image: ghcr.io/techarohq/anubis:latest
|
||||
image: ghcr.io/techarohq/anubis:v0.8.1
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: "BIND"
|
||||
|
@@ -22,7 +22,7 @@ spec:
|
||||
configMap:
|
||||
name: static-websites-caddy-config
|
||||
containers:
|
||||
- image: caddy:latest
|
||||
- image: caddy:v2.10.0
|
||||
name: caddy
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
|
@@ -31,7 +31,7 @@ spec:
|
||||
claimName: valkey-data-pvc
|
||||
initContainers:
|
||||
- name: db-migrate
|
||||
image: ghcr.io/teableio/teable:latest
|
||||
image: ghcr.io/teableio/teable:v1.8.0
|
||||
args:
|
||||
- migrate-only
|
||||
envFrom:
|
||||
@@ -48,7 +48,7 @@ spec:
|
||||
memory: 1024Mi
|
||||
containers:
|
||||
- name: teable
|
||||
image: ghcr.io/teableio/teable:latest
|
||||
image: ghcr.io/teableio/teable:v1.8.0
|
||||
args:
|
||||
- skip-migrate
|
||||
ports:
|
||||
|
@@ -21,7 +21,7 @@ spec:
|
||||
claimName: thelounge-pvc
|
||||
containers:
|
||||
- name: thelounge
|
||||
image: ghcr.io/thelounge/thelounge:latest
|
||||
image: ghcr.io/thelounge/thelounge:4.4.3
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 9000
|
||||
|
@@ -21,7 +21,7 @@ spec:
|
||||
claimName: znc-pvc
|
||||
containers:
|
||||
- name: znc
|
||||
image: znc:latest
|
||||
image: znc:1.9.1
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 4921
|
||||
|
Reference in New Issue
Block a user