diff --git a/chart/templates/anchore/values.yaml b/chart/templates/anchore/values.yaml index 188523207e97c78193f0a36b1a49a6e206d386b3..81a6a250efbc85410ecf8e7a8baab4d92d41790a 100644 --- a/chart/templates/anchore/values.yaml +++ b/chart/templates/anchore/values.yaml @@ -48,6 +48,10 @@ anchoreEnterpriseGlobal: imagePullSecretName: private-registry postgresql: + {{- if .Values.istio.enabled }} + podAnnotations: + {{ include "istioAnnotation" . }} + {{- end}} imagePullSecrets: private-registry {{- if and .Values.addons.anchore.database.host .Values.addons.anchore.database.port .Values.addons.anchore.database.username .Values.addons.anchore.database.password .Values.addons.anchore.database.database }} enabled: false @@ -58,6 +62,10 @@ postgresql: {{- end }} anchoreGlobal: + {{- if .Values.istio.enabled }} + annotations: + {{ include "istioAnnotation" . }} + {{- end }} imagePullPolicy: {{ .Values.imagePullPolicy }} openShiftDeployment: {{ .Values.openshift }} {{- if .Values.addons.anchore.adminPassword }} @@ -67,6 +75,10 @@ anchoreGlobal: {{- if .Values.addons.anchore.enterprise.enabled }} anchore-feeds-db: + {{- if .Values.istio.enabled }} + podAnnotations: + {{ include "istioAnnotation" . }} + {{- end }} imagePullSecrets: private-registry {{- if and .Values.addons.anchore.database.host .Values.addons.anchore.database.port .Values.addons.anchore.database.username .Values.addons.anchore.database.password .Values.addons.anchore.database.feeds_database }} enabled: false @@ -87,6 +99,14 @@ anchore-ui-redis: auth: password: {{ .Values.addons.anchore.redis.password }} {{- end }} + {{- if .Values.istio.enabled }} + master: + podAnnotations: + {{ include "istioAnnotation" . }} + replica: + podAnnotations: + {{ include "istioAnnotation" . }} + {{- end }} image: pullSecrets: - private-registry