Compare commits
2 Commits
16cd9b2667
...
8686440352
Author | SHA1 | Date | |
---|---|---|---|
8686440352
|
|||
c53a97aaea |
@@ -9,7 +9,7 @@ huntarr:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/plexguide/huntarr
|
repository: ghcr.io/plexguide/huntarr
|
||||||
tag: 7.8.2
|
tag: 8.1.6
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
|
@@ -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