chore: remove latest tags
This commit is contained in:
parent
65c163d382
commit
a7e8f38012
|
@ -22,7 +22,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: drone-runner
|
||||
image: drone/drone-runner-kube:latest
|
||||
image: drone/drone-runner-kube@sha256:8fcd1ee0ddfa1b035190d4e50ff90735657f91c7e2cb8db7b7989df8de40e86e
|
||||
ports:
|
||||
- name: http
|
||||
protocol: TCP
|
||||
|
|
|
@ -22,7 +22,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: element
|
||||
image: vectorim/element-web:latest
|
||||
image: vectorim/element-web:v1.11.40
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: /app/config.json
|
||||
|
|
|
@ -21,7 +21,7 @@ spec:
|
|||
app.kubernetes.io/instance: invidious
|
||||
spec:
|
||||
initContainers:
|
||||
- image: alpine/git:latest
|
||||
- image: alpine/git:2.40.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: init-invidious-repo
|
||||
volumeMounts:
|
||||
|
@ -30,7 +30,7 @@ spec:
|
|||
- mountPath: /scripts
|
||||
name: scripts
|
||||
command: ["/bin/sh", "/scripts/init.sh"]
|
||||
- image: jbergknoff/postgresql-client:latest
|
||||
- image: jbergknoff/postgresql-client@sha256:45e175ebb700cfd46e23a610477c3576550055ef40c394e663623946a5eced39
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: init-invidious-db
|
||||
volumeMounts:
|
||||
|
@ -72,7 +72,7 @@ spec:
|
|||
workingDir: /data/repo
|
||||
command: ["sh", "docker/init-invidious-db.sh"]
|
||||
containers:
|
||||
- image: quay.io/invidious/invidious:latest
|
||||
- image: quay.io/invidious/invidious:ac0c0609bb8b652e630c3603cd9dbb1c87fbdf44
|
||||
imagePullPolicy: Always
|
||||
name: invidious
|
||||
ports:
|
||||
|
|
|
@ -21,7 +21,7 @@ spec:
|
|||
app.kubernetes.io/instance: netflux-homepage
|
||||
spec:
|
||||
containers:
|
||||
- image: netfluxio/homepage:latest
|
||||
- image: netfluxio/homepage@sha256:fc253db170fddf4c4cf60aa4e1cefd4f9becb1305aba0929034d2b7636b6aad1
|
||||
imagePullPolicy: Always
|
||||
name: netflux-homepage
|
||||
ports:
|
||||
|
|
|
@ -21,7 +21,7 @@ spec:
|
|||
app.kubernetes.io/instance: solar-toolkit-gateway
|
||||
spec:
|
||||
containers:
|
||||
- image: netfluxio/solar-toolkit:latest
|
||||
- image: netfluxio/solar-toolkit@sha256:a2251b90278bf66c04980fb4e16353195f2dbd07690df2922b61a7cf09aea049
|
||||
imagePullPolicy: Always
|
||||
name: solar-toolkit
|
||||
ports:
|
||||
|
|
|
@ -23,7 +23,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: radicale
|
||||
image: tomsquest/docker-radicale
|
||||
image: tomsquest/docker-radicale:3.1.8.3
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: caldav
|
||||
|
|
|
@ -30,7 +30,7 @@ spec:
|
|||
runAsUser: 991
|
||||
runAsGroup: 991
|
||||
containers:
|
||||
- image: matrixdotorg/synapse:latest
|
||||
- image: matrixdotorg/synapse:v1.91.2
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: synapse
|
||||
ports:
|
||||
|
|
Loading…
Reference in New Issue