UNCLASSIFIED

Commit 46397e0a authored by Michael Martin's avatar Michael Martin
Browse files

Merge remote-tracking branch 'origin/main' into

700-update-nexus-to-3-33-1-01

# Conflicts:
#	CHANGELOG.md
#	chart/Chart.yaml
parents 701aa5e6 79c5da4c
Pipeline #456052 passed with stages
in 4 minutes and 47 seconds
...@@ -6,6 +6,9 @@ ...@@ -6,6 +6,9 @@
- Sync with upstream charts 33.1.0 at https://github.com/sonatype/helm3-charts/tree/master/charts/nexus-repository-manager - Sync with upstream charts 33.1.0 at https://github.com/sonatype/helm3-charts/tree/master/charts/nexus-repository-manager
- Version bump to 3.33.1 - Version bump to 3.33.1
- Increased default cpu resource request and limits - Increased default cpu resource request and limits
## [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
......
...@@ -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
......
...@@ -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
......
...@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment