-
Tawsif Siddiqui authoredTawsif Siddiqui authored
ImagePullPolicy at Big Bang Level
Big Bang is currently working to standardize the adoption of a global image pull policy so that customers can set a single value and have it passed to all packages.
The global image pull policy has been adopted in Big Bang for the core packages and for addons. In the Big Bang values.yaml file, a global parameter has been created to set the global image pull policy (imagePullPolicy
in values) and it gets passed down to all core packages and addons spec. The default value for this global policy is IfNotPresent
.
We have also documented the package overrides required if you want to set a single package/pod with a different pull policy than the global.
ImagePullPolicy per Package
Package | Default | Value Override |
---|---|---|
Istio Controlplane | None | istio: |
Istio Operator | IfNotPresent |
istio-operator: |
Jaeger | Always |
jaeger: |
Kiali | IfNotPresent |
kiali: |
Cluster Auditor | Always |
clusterAuditor: |
OPA Gatekeeper | IfNotPresent |
gatekeeper: |
Elasticsearch / Kibana | IfNotPresent |
logging: |
ECK Operator | IfNotPresent |
eckoperator: |
Fluentbit | Always |
fluentbit: |
Monitoring | Varies | monitoring: |
Twistlock | IfNotPresent |
twistlock: |
Promtail | IfNotPresent |
promtail: |
ArgoCD | Varies | addons: |
Authservice | IfNotPresent |
addons: |
MinIO Operator | IfNotPresent |
addons: |
MinIO | IfNotPresent |
addons: |
Gitlab | None | addons: |
Gitlab Runners | IfNotPresent |
addons: |
Nexus | IfNotPresent |
addons: |
Sonarqube | IfNotPresent |
addons: |
Anchore | IfNotPresent |
addons: |
Mattermost Operator | IfNotPresent |
addons: |
Mattermost | IfNotPresent |
addons: |
Velero | IfNotPresent |
addons: |
Keycloak | IfNotPresent |
addons: |