UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bigbang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Big Bang
bigbang
Commits
f9fd160c
Commit
f9fd160c
authored
3 years ago
by
Tawsif Siddiqui
Committed by
Micah Nagel
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Updated promtail to include global image pull policy
parent
e789e51b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!1386
Master
,
!1169
Updated promtail to include global image pull policy
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
chart/templates/logging/promtail/values.yaml
+7
-0
7 additions, 0 deletions
chart/templates/logging/promtail/values.yaml
docs/guides/using_bigbang/image_pull_policy.md
+1
-0
1 addition, 0 deletions
docs/guides/using_bigbang/image_pull_policy.md
with
8 additions
and
0 deletions
chart/templates/logging/promtail/values.yaml
+
7
−
0
View file @
f9fd160c
...
...
@@ -5,6 +5,13 @@
{{
- define "bigbang.defaults.promtail" -
}}
hostname
:
{{
.Values.hostname
}}
initContainer
:
image
:
pullPolicy
:
{{
.Values.imagePullPolicy
}}
image
:
pullPolicy
:
{{
.Values.imagePullPolicy
}}
openshift
:
{{
.Values.openshift
}}
istio
:
...
...
This diff is collapsed.
Click to expand it.
docs/guides/using_bigbang/image_pull_policy.md
+
1
−
0
View file @
f9fd160c
...
...
@@ -21,6 +21,7 @@ We have also documented the package overrides required if you want to set a sing
| Fluentbit |
`Always`
|
<pre
lang=
"yaml"
>
fluentbit:
<br>
values:
<br>
image:
<br>
pullPolicy: IfNotPresent
</pre>
|
| Monitoring | Varies |
<pre
lang=
"yaml"
>
monitoring:
<br>
values:
<br>
kube-state-metrics:
<br>
image:
<br>
pullPolicy: IfNotPresent
<br>
grafana:
<br>
image:
<br>
pullPolicy: IfNotPresent
<br>
sidecar:
<br>
imagePullPolicy: IfNotPresent
<br>
prometheus-node-exporter:
<br>
image:
<br>
pullPolicy: IfNotPresent
<br>
prometheusOperator:
<br>
image:
<br>
pullPolicy: IfNotPresent
<br>
admissionWebhooks:
<br>
cleanupProxy:
<br>
image:
<br>
pullPolicy: IfNotPresent
<br>
patch:
<br>
image:
<br>
pullPolicy: IfNotPresent
<br>
prometheus:
<br>
prometheusSpec:
<br>
containers:
<br>
- name: "prometheus"
<br>
imagePullPolicy: IfNotPresent
<br>
- name: "config-reloader"
<br>
imagePullPolicy: IfNotPresent
<br>
alertmanager:
<br>
alertmanagerSpec:
<br>
containers:
<br>
- name: "alertmanager"
<br>
imagePullPolicy: IfNotPresent
<br>
- name: "config-reloader"
<br>
imagePullPolicy: IfNotPresent
</pre>
|
| Twistlock |
`IfNotPresent`
|
<pre
lang=
"yaml"
>
twistlock:
<br>
values:
<br>
console:
<br>
image:
<br>
imagePullPolicy: IfNotPresent
</pre>
|
| Promtail |
`IfNotPresent`
|
<pre
lang=
"yaml"
>
promtail:
<br>
values:
<br>
init:
<br>
image:
<br>
pullPolicy: IfNotPresent
<br>
image:
<br>
pullPolicy: IfNotPresent
</pre>
|
| ArgoCD | Varies |
<pre
lang=
"yaml"
>
addons:
<br>
argocd:
<br>
values:
<br>
global:
<br>
image:
<br>
imagePullPolicy: IfNotPresent
<br>
controller:
<br>
image:
<br>
imagePullPolicy: IfNotPresent
<br>
dex:
<br>
image:
<br>
imagePullPolicy: IfNotPresent
<br>
redis-bb:
<br>
image:
<br>
pullPolicy: IfNotPresent
<br>
server:
<br>
image:
<br>
imagePullPolicy: IfNotPresent
<br>
repoServer:
<br>
image:
<br>
imagePullPolicy: IfNotPresent
</pre>
|
| Authservice |
`IfNotPresent`
|
<pre
lang=
"yaml"
>
addons:
<br>
authservice:
<br>
values:
<br>
image:
<br>
pullPolicy: IfNotPresent
</pre>
|
| MinIO Operator |
`IfNotPresent`
|
<pre
lang=
"yaml"
>
addons:
<br>
minioOperator:
<br>
values:
<br>
operator:
<br>
image:
<br>
pullPolicy: IfNotPresent
</pre>
|
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment