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
52a94dab
Commit
52a94dab
authored
3 years ago
by
Kavitha Thulasiraman
Committed by
Micah Nagel
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update image_pull_policy.md
parent
7cb9256a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!1386
Master
,
!1064
Update image_pull_policy.md
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
chart/values.yaml
+2
-2
2 additions, 2 deletions
chart/values.yaml
docs/guides/using_bigbang/image_pull_policy.md
+2
-2
2 additions, 2 deletions
docs/guides/using_bigbang/image_pull_policy.md
with
4 additions
and
4 deletions
chart/values.yaml
+
2
−
2
View file @
52a94dab
...
...
@@ -189,7 +189,7 @@ istiooperator:
git
:
repo
:
https://repo1.dso.mil/platform-one/big-bang/apps/core/istio-operator.git
path
:
"
./chart"
tag
:
"
1.11.3-bb.
0
"
tag
:
"
1.11.3-bb.
2
"
# -- Flux reconciliation overrides specifically for the Istio Operator Package
flux
:
{}
...
...
@@ -459,7 +459,7 @@ twistlock:
git
:
repo
:
https://repo1.dso.mil/platform-one/big-bang/apps/security-tools/twistlock.git
path
:
"
./chart"
tag
:
"
0.0.1
0
-bb.0"
tag
:
"
0.0.1
1
-bb.0"
# -- Flux reconciliation overrides specifically for the Twistlock Package
flux
:
{}
...
...
This diff is collapsed.
Click to expand it.
docs/guides/using_bigbang/image_pull_policy.md
+
2
−
2
View file @
52a94dab
...
...
@@ -9,7 +9,7 @@ In the meantime we have begun to document the package overrides required in prep
| Package | Default | Value Override |
|---|---|---|
| Istio Controlplane | None |
<pre
lang=
"yaml"
>
istio:
<br>
values:
<br>
imagePullPolicy: IfNotPresent
</pre>
|
| Istio Operator | IfNotPresent |
No override available
|
| Istio Operator |
`
IfNotPresent
`
|
<pre
lang=
"yaml"
>
istio-operator:
<br>
values:
<br>
imagePullPolicy: IfNotPresent
</pre>
|
| Jaeger | Always |
<pre
lang=
"yaml"
>
jaeger:
<br>
values:
<br>
image:
<br>
pullPolicy: IfNotPresent
</pre>
|
| Kiali | IfNotPresent |
<pre
lang=
"yaml"
>
kiali:
<br>
values:
<br>
image:
<br>
pullPolicy: IfNotPresent
<br></pre><br><pre
lang=
"yaml"
>
kiali:
<br>
values:
<br>
cr:
<br>
spec:
<br>
deployment:
<br>
image_pull_policy: IfNotPresent
</pre>
|
| Cluster Auditor | Always |
<pre
lang=
"yaml"
>
clusterAuditor:
<br>
values:
<br>
image:
<br>
imagePullPolicy: IfNotPresent
</pre>
|
...
...
@@ -18,7 +18,7 @@ In the meantime we have begun to document the package overrides required in prep
| ECK Operator | IfNotPresent |
<pre
lang=
"yaml"
>
eckoperator:
<br>
values:
<br>
image:
<br>
pullPolicy: IfNotPresent
</pre>
|
| Fluentbit | Always |
<pre
lang=
"yaml"
>
fluentbit:
<br>
values:
<br>
image:
<br>
pullPolicy: IfNotPresent
</pre>
|
| Monitoring | Varies | To be documented |
| Twistlock |
None | No override available
|
| Twistlock |
`IfNotPresent`
|
<pre
lang=
"yaml"
>
twistlock:
<br>
values:
<br>
console:
<br>
image:
<br>
imagePullPolicy: IfNotPresent
</pre>
|
| ArgoCD | IfNotPresent | To be documented |
| Authservice | IfNotPresent |
<pre
lang=
"yaml"
>
addons:
<br>
authservice:
<br>
values:
<br>
image:
<br>
pullPolicy: IfNotPresent
</pre>
|
| MinIO Operator | To be documented | To be documented |
...
...
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