Compare commits
2 Commits
b21199673b
...
5c7ae0d2e7
Author | SHA1 | Date | |
---|---|---|---|
5c7ae0d2e7
|
|||
f67e39ebaa |
@@ -99,7 +99,7 @@ immich:
|
||||
main:
|
||||
image:
|
||||
repository: ghcr.io/immich-app/immich-machine-learning
|
||||
tag: v1.134.0
|
||||
tag: v1.135.3
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: TRANSFORMERS_CACHE
|
||||
|
@@ -61,6 +61,10 @@ trivy-operator:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
nodeCollector:
|
||||
tolerations:
|
||||
- key: node-role.kubernetes.io/control-plane
|
||||
operator: Exists
|
||||
effect: NoSchedule
|
||||
volumeMounts:
|
||||
- name: var-lib-etcd
|
||||
mountPath: /var/lib/etcd
|
||||
|
Reference in New Issue
Block a user