Compare commits
1 Commits
57.0.0
...
NEXUS-3786
Author | SHA1 | Date | |
---|---|---|---|
581db50bbe |
2
build.sh
2
build.sh
@ -12,7 +12,7 @@
|
|||||||
# Eclipse Foundation. All other trademarks are the property of their respective owners.
|
# Eclipse Foundation. All other trademarks are the property of their respective owners.
|
||||||
#
|
#
|
||||||
|
|
||||||
helm plugin install --version "0.2.11" https://github.com/quintush/helm-unittest
|
helm plugin install https://github.com/quintush/helm-unittest
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -3,10 +3,10 @@ name: nexus-repository-manager
|
|||||||
|
|
||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# This is the chart version. This version number should be incremented each time you make changes
|
||||||
# to the chart and its templates, including the app version.
|
# to the chart and its templates, including the app version.
|
||||||
version: 57.0.0
|
version: 49.0.0
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application.
|
# incremented each time you make changes to the application.
|
||||||
appVersion: 3.57.0
|
appVersion: 3.49.0
|
||||||
|
|
||||||
description: Sonatype Nexus Repository Manager - Universal Binary repository
|
description: Sonatype Nexus Repository Manager - Universal Binary repository
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ deploymentStrategy: Recreate
|
|||||||
image:
|
image:
|
||||||
# Sonatype Official Public Image
|
# Sonatype Official Public Image
|
||||||
repository: sonatype/nexus3
|
repository: sonatype/nexus3
|
||||||
tag: 3.57.0
|
tag: 3.49.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
# for image registries that require login, specify the name of the existing
|
# for image registries that require login, specify the name of the existing
|
||||||
@ -35,7 +35,6 @@ nexus:
|
|||||||
properties:
|
properties:
|
||||||
override: false
|
override: false
|
||||||
data:
|
data:
|
||||||
nexus.scripts.allowCreation: true
|
|
||||||
# See this article for ldap configuratioon options https://support.sonatype.com/hc/en-us/articles/216597138-Setting-Advanced-LDAP-Connection-Properties-in-Nexus-Repository-Manager
|
# See this article for ldap configuratioon options https://support.sonatype.com/hc/en-us/articles/216597138-Setting-Advanced-LDAP-Connection-Properties-in-Nexus-Repository-Manager
|
||||||
# nexus.ldap.env.java.naming.security.authentication: simple
|
# nexus.ldap.env.java.naming.security.authentication: simple
|
||||||
# nodeSelector:
|
# nodeSelector:
|
||||||
|
@ -15,13 +15,13 @@ type: application
|
|||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# This is the chart version. This version number should be incremented each time you make changes
|
||||||
# to the chart and its templates, including the app version.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||||
version: 57.0.0
|
version: 49.0.0
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application. Versions are not expected to
|
# incremented each time you make changes to the application. Versions are not expected to
|
||||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||||
# It is recommended to use it with quotes.
|
# It is recommended to use it with quotes.
|
||||||
appVersion: 3.57.0
|
appVersion: 3.49.0
|
||||||
|
|
||||||
keywords:
|
keywords:
|
||||||
- artifacts
|
- artifacts
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{{- if .Values.externaldns.enabled }}
|
# comment out sa if it was previously created
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
kind: ClusterRole
|
kind: ClusterRole
|
||||||
metadata:
|
metadata:
|
||||||
@ -64,4 +64,3 @@ spec:
|
|||||||
env:
|
env:
|
||||||
- name: AWS_DEFAULT_REGION
|
- name: AWS_DEFAULT_REGION
|
||||||
value: {{ .Values.deployment.clusterRegion }}
|
value: {{ .Values.deployment.clusterRegion }}
|
||||||
{{- end }}
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
{{- if .Values.fluentbit.enabled -}}
|
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
metadata:
|
metadata:
|
||||||
@ -78,7 +77,7 @@ data:
|
|||||||
[INPUT]
|
[INPUT]
|
||||||
Name tail
|
Name tail
|
||||||
Tag nexus.nexus-log
|
Tag nexus.nexus-log
|
||||||
Path /var/log/containers/{{ .Chart.Name }}-{{ .Chart.Version }}.{{ .Release.Name }}-{{ .Values.deployment.name }}*{{ .Values.namespaces.nexusNs }}_nxrm-app-*.log
|
Path /var/log/containers/{{ .Chart.Name }}-{{ .Chart.Version }}.{{ .Release.Name }}-nxrm.deployment*{{ .Values.namespaces.nexusNs }}_nxrm-app-*.log
|
||||||
Parser docker
|
Parser docker
|
||||||
DB /var/fluent-bit/state/flb_container.db
|
DB /var/fluent-bit/state/flb_container.db
|
||||||
Mem_Buf_Limit 5MB
|
Mem_Buf_Limit 5MB
|
||||||
@ -113,7 +112,7 @@ data:
|
|||||||
[INPUT]
|
[INPUT]
|
||||||
Name tail
|
Name tail
|
||||||
Tag nexus.request-log
|
Tag nexus.request-log
|
||||||
Path /var/log/containers/{{ .Chart.Name }}-{{ .Chart.Version }}.{{ .Release.Name }}-{{ .Values.deployment.name }}*{{ .Values.namespaces.nexusNs }}_request-log-*.log
|
Path /var/log/containers/{{ .Chart.Name }}-{{ .Chart.Version }}.{{ .Release.Name }}-nxrm.deployment*{{ .Values.namespaces.nexusNs }}_request-log-*.log
|
||||||
Parser docker
|
Parser docker
|
||||||
DB /var/fluent-bit/state/flb_container.db
|
DB /var/fluent-bit/state/flb_container.db
|
||||||
Mem_Buf_Limit 5MB
|
Mem_Buf_Limit 5MB
|
||||||
@ -148,7 +147,7 @@ data:
|
|||||||
[INPUT]
|
[INPUT]
|
||||||
Name tail
|
Name tail
|
||||||
Tag nexus.audit-log
|
Tag nexus.audit-log
|
||||||
Path /var/log/containers/{{ .Chart.Name }}-{{ .Chart.Version }}.{{ .Release.Name }}-{{ .Values.deployment.name }}*{{ .Values.namespaces.nexusNs }}_audit-log-*.log
|
Path /var/log/containers/{{ .Chart.Name }}-{{ .Chart.Version }}.{{ .Release.Name }}-nxrm.deployment*{{ .Values.namespaces.nexusNs }}_audit-log-*.log
|
||||||
Parser docker
|
Parser docker
|
||||||
DB /var/fluent-bit/state/flb_container.db
|
DB /var/fluent-bit/state/flb_container.db
|
||||||
Mem_Buf_Limit 5MB
|
Mem_Buf_Limit 5MB
|
||||||
@ -183,7 +182,7 @@ data:
|
|||||||
[INPUT]
|
[INPUT]
|
||||||
Name tail
|
Name tail
|
||||||
Tag nexus.tasks-log
|
Tag nexus.tasks-log
|
||||||
Path /var/log/containers/{{ .Chart.Name }}-{{ .Chart.Version }}.{{ .Release.Name }}-{{ .Values.deployment.name }}*{{ .Values.namespaces.nexusNs }}_tasks-log-*.log
|
Path /var/log/containers/{{ .Chart.Name }}-{{ .Chart.Version }}.{{ .Release.Name }}-nxrm.deployment*{{ .Values.namespaces.nexusNs }}_tasks-log-*.log
|
||||||
Parser docker
|
Parser docker
|
||||||
DB /var/fluent-bit/state/flb_container.db
|
DB /var/fluent-bit/state/flb_container.db
|
||||||
Mem_Buf_Limit 5MB
|
Mem_Buf_Limit 5MB
|
||||||
@ -359,4 +358,3 @@ spec:
|
|||||||
effect: "NoExecute"
|
effect: "NoExecute"
|
||||||
- operator: "Exists"
|
- operator: "Exists"
|
||||||
effect: "NoSchedule"
|
effect: "NoSchedule"
|
||||||
{{- end }}
|
|
@ -24,7 +24,6 @@ spec:
|
|||||||
port:
|
port:
|
||||||
number: {{ .Values.service.nexus.port }}
|
number: {{ .Values.service.nexus.port }}
|
||||||
---
|
---
|
||||||
{{- if .Values.ingress.dockerIngress.enabled -}}
|
|
||||||
apiVersion: networking.k8s.io/v1
|
apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
@ -50,4 +49,3 @@ spec:
|
|||||||
name: {{ .Chart.Name }}-docker-service
|
name: {{ .Chart.Name }}-docker-service
|
||||||
port:
|
port:
|
||||||
number: {{ .Values.service.docker.port }}
|
number: {{ .Values.service.docker.port }}
|
||||||
{{- end }}
|
|
@ -3,16 +3,13 @@ kind: Namespace
|
|||||||
metadata:
|
metadata:
|
||||||
name: {{ .Values.namespaces.nexusNs }}
|
name: {{ .Values.namespaces.nexusNs }}
|
||||||
---
|
---
|
||||||
{{- if .Values.fluentbit.enabled }}
|
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Namespace
|
kind: Namespace
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ .Values.namespaces.cloudwatchNs }}
|
name: {{ .Values.namespaces.cloudwatchNs }}
|
||||||
{{- end }}
|
|
||||||
---
|
---
|
||||||
{{- if .Values.externaldns.enabled }}
|
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Namespace
|
kind: Namespace
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ .Values.namespaces.externaldnsNs }}
|
name: {{ .Values.namespaces.externaldnsNs }}
|
||||||
{{- end }}
|
---
|
||||||
|
@ -6,7 +6,6 @@ metadata:
|
|||||||
annotations:
|
annotations:
|
||||||
eks.amazonaws.com/role-arn: {{ .Values.serviceAccount.role }}
|
eks.amazonaws.com/role-arn: {{ .Values.serviceAccount.role }}
|
||||||
---
|
---
|
||||||
{{- if .Values.externaldns.enabled }}
|
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
metadata:
|
metadata:
|
||||||
@ -14,4 +13,4 @@ metadata:
|
|||||||
namespace: {{ .Values.namespaces.externaldnsNs }}
|
namespace: {{ .Values.namespaces.externaldnsNs }}
|
||||||
annotations:
|
annotations:
|
||||||
eks.amazonaws.com/role-arn: {{ .Values.serviceAccount.externaldns.role }}
|
eks.amazonaws.com/role-arn: {{ .Values.serviceAccount.externaldns.role }}
|
||||||
{{- end }}
|
---
|
||||||
|
@ -14,7 +14,6 @@ spec:
|
|||||||
port: {{ .Values.service.nexus.port }}
|
port: {{ .Values.service.nexus.port }}
|
||||||
targetPort: {{ .Values.service.nexus.targetPort }}
|
targetPort: {{ .Values.service.nexus.targetPort }}
|
||||||
---
|
---
|
||||||
{{- if .Values.service.docker.enabled -}}
|
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
@ -31,4 +30,3 @@ spec:
|
|||||||
protocol: {{ .Values.service.docker.protocol }}
|
protocol: {{ .Values.service.docker.protocol }}
|
||||||
port: {{ .Values.service.docker.port }}
|
port: {{ .Values.service.docker.port }}
|
||||||
targetPort: {{ .Values.service.docker.targetPort }}
|
targetPort: {{ .Values.service.docker.targetPort }}
|
||||||
{{- end }}
|
|
@ -4,11 +4,8 @@ namespaces:
|
|||||||
cloudwatchNs: amazon-cloudwatch
|
cloudwatchNs: amazon-cloudwatch
|
||||||
externaldnsNs: nexus-externaldns
|
externaldnsNs: nexus-externaldns
|
||||||
externaldns:
|
externaldns:
|
||||||
enabled: false
|
|
||||||
domainFilter: example.com #your root domain e.g example.com
|
domainFilter: example.com #your root domain e.g example.com
|
||||||
awsZoneType: private # hosted zone to look at (valid values are public, private or no value for both)
|
awsZoneType: private # hosted zone to look at (valid values are public, private or no value for both)
|
||||||
fluentbit:
|
|
||||||
enabled: false
|
|
||||||
deployment:
|
deployment:
|
||||||
clusterRegion: us-east-1
|
clusterRegion: us-east-1
|
||||||
name: nxrm.deployment
|
name: nxrm.deployment
|
||||||
@ -57,8 +54,7 @@ ingress:
|
|||||||
alb.ingress.kubernetes.io/subnets: subnet-1,subnet-2 #comma separated list of subnet ids
|
alb.ingress.kubernetes.io/subnets: subnet-1,subnet-2 #comma separated list of subnet ids
|
||||||
#alb.ingress.kubernetes.io/listen-ports: '[{"HTTPS":443}]' uncomment for https
|
#alb.ingress.kubernetes.io/listen-ports: '[{"HTTPS":443}]' uncomment for https
|
||||||
#alb.ingress.kubernetes.io/certificate-arn: arn:aws:acm:us-east-1:0000000000000:certificate/00000000-1111-2222-3333-444444444444 # Uncomment for https. The AWS Certificate Manager ARN for your HTTPS certificate
|
#alb.ingress.kubernetes.io/certificate-arn: arn:aws:acm:us-east-1:0000000000000:certificate/00000000-1111-2222-3333-444444444444 # Uncomment for https. The AWS Certificate Manager ARN for your HTTPS certificate
|
||||||
dockerIngress: #Ingress for Docker Connector - comment out if you don't use docker repositories
|
dockerIngress: #Ingress for Docker Connector - comment out if you don't use docker repositories
|
||||||
enabled: false
|
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: alb # comment out if you don't use docker repositories
|
kubernetes.io/ingress.class: alb # comment out if you don't use docker repositories
|
||||||
alb.ingress.kubernetes.io/scheme: internal # scheme comment out if you don't use docker repositories
|
alb.ingress.kubernetes.io/scheme: internal # scheme comment out if you don't use docker repositories
|
||||||
@ -80,28 +76,27 @@ pv:
|
|||||||
reclaimPolicy: Retain
|
reclaimPolicy: Retain
|
||||||
path: /nexus-repo-mgr-work-dir/work
|
path: /nexus-repo-mgr-work-dir/work
|
||||||
zones:
|
zones:
|
||||||
zone1: us-east-1a
|
- us-east-1a
|
||||||
zone2: us-east-1b
|
- us-east-1b
|
||||||
pvc:
|
pvc:
|
||||||
accessModes: ReadWriteOnce
|
accessModes: ReadWriteOnce
|
||||||
storage: 100Gi
|
storage: 100Gi
|
||||||
|
|
||||||
service: #Nexus Repo NodePort Service
|
service: #Nexus Repo NodePort Service
|
||||||
nexus:
|
nexus:
|
||||||
type: NodePort
|
type: NodePort
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
port: 80
|
port: 80
|
||||||
targetPort: 8081
|
targetPort: 8081
|
||||||
docker: #Nodeport Service for Docker Service
|
docker: #Nodeport Service for Docker Service
|
||||||
enabled: false
|
type: NodePort
|
||||||
type: NodePort
|
protocol: TCP
|
||||||
protocol: TCP
|
port: 9090
|
||||||
port: 9090
|
targetPort: 8081
|
||||||
targetPort: 8081
|
|
||||||
secret:
|
secret:
|
||||||
license:
|
license:
|
||||||
arn: arn:aws:secretsmanager:us-east-1:000000000000:secret:nxrm-nexus-license
|
arn: arn:aws:secretsmanager:us-east-1:000000000000:secret:nxrm-nexus-license
|
||||||
alias: nxrm-license.lic
|
alias: nxrm-license.lic
|
||||||
rds:
|
rds:
|
||||||
arn: arn:aws:secretsmanager:us-east-1:000000000000:secret:nxrmrds-cred-nexus
|
arn: arn:aws:secretsmanager:us-east-1:000000000000:secret:nxrmrds-cred-nexus
|
||||||
adminpassword:
|
adminpassword:
|
||||||
|
Reference in New Issue
Block a user