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
9d180857
You need to sign in or sign up before continuing.
Commit
9d180857
authored
Sep 01, 2021
by
Grant Duncklee
Browse files
update CHANGELOG and Chart.yaml
parent
e30db560
Pipeline
#455656
passed with stages
in 4 minutes and 19 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
3 deletions
+14
-3
CHANGELOG.md
CHANGELOG.md
+4
-0
chart/Chart.yaml
chart/Chart.yaml
+1
-1
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.
CHANGELOG.md
View file @
9d180857
# Changelog
# Changelog
---
---
## [29.1.0-bb.9] - 2021-09-01
### Changed
-
add map to specify image, tag, and policy in values for proxy and saml jobs
## [29.1.0-bb.8] - 2021-08-23
## [29.1.0-bb.8] - 2021-08-23
### Added
### Added
-
Added resource requests and limits to pods with guaranteed QoS.
-
Added resource requests and limits to pods with guaranteed QoS.
...
...
chart/Chart.yaml
View file @
9d180857
apiVersion
:
v2
apiVersion
:
v2
name
:
nexus-repository-manager
name
:
nexus-repository-manager
version
:
29.1.0-bb.
8
version
:
29.1.0-bb.
9
appVersion
:
3.29.0
appVersion
:
3.29.0
description
:
Sonatype Nexus Repository Manager - Universal Binary repository
description
:
Sonatype Nexus Repository Manager - Universal Binary repository
type
:
application
type
:
application
...
...
chart/templates/bigbang/proxy.yaml
View file @
9d180857
...
@@ -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 @
9d180857
...
@@ -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 @
9d180857
...
@@ -72,6 +72,11 @@ proxy:
...
@@ -72,6 +72,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