[DO-1600] fix trivy_operator 6 (!47)
[DO-1600] Reviewed-on: https://git.avroid.tech/K8s/k8s-configs/pulls/47
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
# Default values for the trivy-operator Helm chart, these are used to render
|
||||
# the templates into valid k8s Resources.
|
||||
|
||||
# -- global values provide a centralized configuration for 'image.registry', reducing the potential for errors.
|
||||
# If left blank, the chart will default to the individually set 'image.registry' values
|
||||
global:
|
||||
image:
|
||||
registry: "harbor.avroid.tech/docker-hub-proxy"
|
||||
|
||||
# -- managedBy is similar to .Release.Service but allows to overwrite the value
|
||||
managedBy: argocd
|
||||
|
||||
@@ -70,7 +64,7 @@ resources:
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 512Mi
|
||||
memory: 1Gi
|
||||
|
||||
# -- nodeSelector set the operator nodeSelector
|
||||
nodeSelector:
|
||||
|
||||
Reference in New Issue
Block a user