Compare commits
2 Commits
75b8080149
...
15537f8233
Author | SHA1 | Date | |
---|---|---|---|
15537f8233
|
|||
c53a97aaea |
@@ -99,7 +99,7 @@ immich:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/immich-app/immich-machine-learning
|
repository: ghcr.io/immich-app/immich-machine-learning
|
||||||
tag: v1.134.0
|
tag: v1.135.2
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: TRANSFORMERS_CACHE
|
- name: TRANSFORMERS_CACHE
|
||||||
|
@@ -74,9 +74,6 @@ trivy-operator:
|
|||||||
- name: var-lib-kube-controller-manager
|
- name: var-lib-kube-controller-manager
|
||||||
mountPath: /var/lib/kube-controller-manager
|
mountPath: /var/lib/kube-controller-manager
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- name: etc-systemd
|
|
||||||
mountPath: /etc/systemd
|
|
||||||
readOnly: true
|
|
||||||
- name: lib-systemd
|
- name: lib-systemd
|
||||||
mountPath: /lib/systemd/
|
mountPath: /lib/systemd/
|
||||||
readOnly: true
|
readOnly: true
|
||||||
@@ -99,9 +96,6 @@ trivy-operator:
|
|||||||
- name: var-lib-kube-controller-manager
|
- name: var-lib-kube-controller-manager
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /var/lib/kube-controller-manager
|
path: /var/lib/kube-controller-manager
|
||||||
- name: etc-systemd
|
|
||||||
hostPath:
|
|
||||||
path: /etc/systemd
|
|
||||||
- name: lib-systemd
|
- name: lib-systemd
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /lib/systemd
|
path: /lib/systemd
|
||||||
|
Reference in New Issue
Block a user