UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Updated bb values.yaml to have a global value for image pull policy for all addons

Merged Tawsif Siddiqui requested to merge global-addons into master
All threads resolved!
14 files
+ 54
3
Compare changes
  • Side-by-side
  • Inline
Files
14
@@ -43,6 +43,7 @@ sso:
{{- end }}
anchoreEnterpriseGlobal:
imagePullPolicy: {{ .Values.imagePullPolicy }}
enabled: {{ .Values.addons.anchore.enterprise.enabled }}
imagePullSecretName: private-registry
@@ -57,6 +58,7 @@ postgresql:
{{- end }}
anchoreGlobal:
imagePullPolicy: {{ .Values.imagePullPolicy }}
openShiftDeployment: {{ .Values.openshift }}
{{- if .Values.addons.anchore.adminPassword }}
defaultAdminPassword: {{ .Values.addons.anchore.adminPassword }}
@@ -75,6 +77,7 @@ anchore-feeds-db:
{{- end }}
anchoreEnterpriseUi:
imagePullPolicy: {{ .Values.imagePullPolicy }}
imagePullSecretName: private-registry
anchore-ui-redis:
Loading