UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
Big Bang
P
Packages
Developer Tools
Nexus
Commits
c376f38b
Commit
c376f38b
authored
Jun 16, 2021
by
Grant Duncklee
Browse files
chore: tie jobs to image version
parent
9d40a45d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
chart/templates/bigbang/proxy.yaml
chart/templates/bigbang/proxy.yaml
+2
-1
chart/templates/bigbang/saml.yaml
chart/templates/bigbang/saml.yaml
+2
-1
chart/values.yaml
chart/values.yaml
+5
-0
No files found.
chart/templates/bigbang/proxy.yaml
View file @
c376f38b
...
@@ -18,7 +18,8 @@ spec:
...
@@ -18,7 +18,8 @@ spec:
{{
- toYaml . | nindent 8
}}
{{
- toYaml . | nindent 8
}}
{{
- end
}}
{{
- end
}}
containers
:
containers
:
-
image
:
registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal:latest
-
image
:
"
{{
.Values.job_image.repository
}}:{{
.Values.job_image.tag
}}"
imagePullPolicy
:
{{
.Values.job_image.pullPolicy
}}
name
:
proxy
name
:
proxy
command
:
command
:
-
sh
-
sh
...
...
chart/templates/bigbang/saml.yaml
View file @
c376f38b
...
@@ -18,7 +18,8 @@ spec:
...
@@ -18,7 +18,8 @@ spec:
{{
- toYaml . | nindent 8
}}
{{
- toYaml . | nindent 8
}}
{{
- end
}}
{{
- end
}}
containers
:
containers
:
-
image
:
registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal:latest
-
image
:
"
{{
.Values.job_image.repository
}}:{{
.Values.job_image.tag
}}"
imagePullPolicy
:
{{
.Values.job_image.pullPolicy
}}
name
:
saml
name
:
saml
command
:
command
:
-
sh
-
sh
...
...
chart/values.yaml
View file @
c376f38b
...
@@ -65,6 +65,11 @@ proxy:
...
@@ -65,6 +65,11 @@ proxy:
httpsAuthNtlmDomain
:
~
httpsAuthNtlmDomain
:
~
nonProxyHosts
:
[]
nonProxyHosts
:
[]
job_image
:
repository
:
registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal
tag
:
8.4
pullPolicy
:
IfNotPresent
# -- End of BigBang Additions
# -- End of BigBang Additions
ingress
:
ingress
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment