diff --git a/stable/prometheus-operator/Chart.yaml b/stable/prometheus-operator/Chart.yaml index 7db9121aa2..b99bdbed0d 100644 --- a/stable/prometheus-operator/Chart.yaml +++ b/stable/prometheus-operator/Chart.yaml @@ -10,7 +10,7 @@ name: prometheus-operator sources: - https://github.com/coreos/prometheus-operator - https://coreos.com/operators/prometheus -version: 5.11.0 +version: 5.11.1 appVersion: 0.30.0 home: https://github.com/coreos/prometheus-operator keywords: diff --git a/stable/prometheus-operator/values.yaml b/stable/prometheus-operator/values.yaml index e1e8d1c4c6..dd57c9a22e 100644 --- a/stable/prometheus-operator/values.yaml +++ b/stable/prometheus-operator/values.yaml @@ -951,15 +951,15 @@ prometheusOperator: ## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ ## affinity: {} - # nodeAffinity: - # requiredDuringSchedulingIgnoredDuringExecution: - # nodeSelectorTerms: - # - matchExpressions: - # - key: kubernetes.io/e2e-az-name - # operator: In - # values: - # - e2e-az1 - # - e2e-az2 + # nodeAffinity: + # requiredDuringSchedulingIgnoredDuringExecution: + # nodeSelectorTerms: + # - matchExpressions: + # - key: kubernetes.io/e2e-az-name + # operator: In + # values: + # - e2e-az1 + # - e2e-az2 securityContext: runAsNonRoot: true