UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 90221baa authored by Michael Martin's avatar Michael Martin
Browse files

Merge branch 'anchore-testin' into 'master'

SKIP CHECK CHANGES Anchore Enterprise by default

Closes big-bang/product/packages/anchore-enterprise#121, big-bang/product/packages/anchore-enterprise#130, and big-bang/product/packages/anchore-enterprise#131

See merge request !3915
parents 5e4802cf 9a8fd296
No related branches found
No related tags found
1 merge request!3915Anchore Enterprise by default
Pipeline #3035088 passed
...@@ -38,12 +38,11 @@ networkPolicies: ...@@ -38,12 +38,11 @@ networkPolicies:
{{- $default := dict "app" (dig "gateways" $gateway "ingressGateway" nil .Values.istio) "istio" nil }} {{- $default := dict "app" (dig "gateways" $gateway "ingressGateway" nil .Values.istio) "istio" nil }}
{{- toYaml (dig "values" "gateways" $gateway "selector" $default .Values.istio) | nindent 4 }} {{- toYaml (dig "values" "gateways" $gateway "selector" $default .Values.istio) | nindent 4 }}
{{- if and .Values.addons.anchore.enterprise.enabled .Values.addons.anchore.enterprise.licenseYaml }} {{- if .Values.addons.anchore.enterprise.licenseYaml }}
enterpriseLicenseYaml: | enterpriseLicenseYaml: |
{{ .Values.addons.anchore.enterprise.licenseYaml | nindent 2 }} {{ .Values.addons.anchore.enterprise.licenseYaml | nindent 2 }}
{{- end }} {{- end }}
{{- if .Values.addons.anchore.enterprise.enabled }}
sso: sso:
enabled: {{ .Values.addons.anchore.sso.enabled }} enabled: {{ .Values.addons.anchore.sso.enabled }}
spEntityId: {{ .Values.addons.anchore.sso.client_id }} spEntityId: {{ .Values.addons.anchore.sso.client_id }}
...@@ -51,13 +50,12 @@ sso: ...@@ -51,13 +50,12 @@ sso:
acsUrl: https://{{ tpl ($anchoreUrl | default (printf "%s.%s" "anchore" $domainName)) . }}/service/sso/auth/keycloak acsUrl: https://{{ tpl ($anchoreUrl | default (printf "%s.%s" "anchore" $domainName)) . }}/service/sso/auth/keycloak
idpMetadataUrl: "{{ include "sso.saml.descriptor" . }}" idpMetadataUrl: "{{ include "sso.saml.descriptor" . }}"
roleAttribute: {{ .Values.addons.anchore.sso.role_attribute }} roleAttribute: {{ .Values.addons.anchore.sso.role_attribute }}
{{- end }}
anchoreEnterpriseGlobal: global:
imagePullPolicy: {{ .Values.imagePullPolicy }}
enabled: {{ .Values.addons.anchore.enterprise.enabled }}
imagePullSecretName: private-registry imagePullSecretName: private-registry
imagePullPolicy: {{ .Values.imagePullPolicy }}
postgresql: postgresql:
{{- if .Values.istio.enabled }} {{- if .Values.istio.enabled }}
podAnnotations: podAnnotations:
...@@ -73,35 +71,24 @@ postgresql: ...@@ -73,35 +71,24 @@ postgresql:
postgresPort: {{ .Values.addons.anchore.database.port }} postgresPort: {{ .Values.addons.anchore.database.port }}
{{- end }} {{- end }}
anchoreGlobal: feeds:
{{- if .Values.istio.enabled }} feeds-db:
annotations: {{- if .Values.istio.enabled }}
{{ include "istioAnnotation" . }} podAnnotations:
{{- end }} {{ include "istioAnnotation" . }}
imagePullPolicy: {{ .Values.imagePullPolicy }} {{- end }}
openShiftDeployment: {{ .Values.openshift }} imagePullSecrets: private-registry
{{- if .Values.addons.anchore.adminPassword }} {{- if and .Values.addons.anchore.database.host .Values.addons.anchore.database.port .Values.addons.anchore.database.username .Values.addons.anchore.database.password .Values.addons.anchore.database.feeds_database }}
defaultAdminPassword: {{ .Values.addons.anchore.adminPassword }} enabled: false
{{- end }} auth:
imagePullSecretName: private-registry username: {{ .Values.addons.anchore.database.username }}
password: {{ .Values.addons.anchore.database.password }}
{{- if .Values.addons.anchore.enterprise.enabled }} database: {{ .Values.addons.anchore.database.feeds_database }}
anchore-feeds-db: externalEndpoint: "{{ .Values.addons.anchore.database.host }}"
{{- if .Values.istio.enabled }} postgresPort: {{ .Values.addons.anchore.database.port }}
podAnnotations: {{- end }}
{{ include "istioAnnotation" . }}
{{- end }}
imagePullSecrets: private-registry
{{- if and .Values.addons.anchore.database.host .Values.addons.anchore.database.port .Values.addons.anchore.database.username .Values.addons.anchore.database.password .Values.addons.anchore.database.feeds_database }}
enabled: false
postgresUser: {{ .Values.addons.anchore.database.username }}
postgresPassword: {{ .Values.addons.anchore.database.password }}
postgresDatabase: {{ .Values.addons.anchore.database.feeds_database }}
externalEndpoint: "{{ .Values.addons.anchore.database.host }}"
postgresPort: {{ .Values.addons.anchore.database.port }}
{{- end }}
anchoreEnterpriseUi: ui:
imagePullPolicy: {{ .Values.imagePullPolicy }} imagePullPolicy: {{ .Values.imagePullPolicy }}
imagePullSecretName: private-registry imagePullSecretName: private-registry
...@@ -149,6 +136,5 @@ ui-redis: ...@@ -149,6 +136,5 @@ ui-redis:
enabled: true enabled: true
namespace: monitoring namespace: monitoring
{{- end }} {{- end }}
{{- end }}
{{- end }} {{- end }}
...@@ -1520,11 +1520,11 @@ addons: ...@@ -1520,11 +1520,11 @@ addons:
git: git:
repo: https://repo1.dso.mil/big-bang/product/packages/anchore-enterprise.git repo: https://repo1.dso.mil/big-bang/product/packages/anchore-enterprise.git
path: "./chart" path: "./chart"
tag: "1.27.4-bb.7" tag: "2.0.2-bb.0"
helmRepo: helmRepo:
repoName: "registry1" repoName: "registry1"
chartName: "anchore" chartName: "anchore"
tag: "1.27.4-bb.7" tag: "2.0.2-bb.0"
# -- Flux reconciliation overrides specifically for the Anchore Package # -- Flux reconciliation overrides specifically for the Anchore Package
flux: flux:
...@@ -1536,10 +1536,7 @@ addons: ...@@ -1536,10 +1536,7 @@ addons:
# -- Anchore Enterprise functionality. # -- Anchore Enterprise functionality.
enterprise: enterprise:
# -- Toggle the installation of Anchore Enterprise. This must be accompanied by a valid license. # -- License for Anchore Enterprise. Enterprise is the only option available for the chart starting with chart major version 2.X.
enabled: false
# -- License for Anchore Enterprise.
# For formatting examples see https://repo1.dso.mil/big-bang/product/packages/CHART.md#enabling-enterprise-services # For formatting examples see https://repo1.dso.mil/big-bang/product/packages/CHART.md#enabling-enterprise-services
licenseYaml: | licenseYaml: |
FULL LICENSE FULL LICENSE
......
...@@ -1571,9 +1571,8 @@ addons: ...@@ -1571,9 +1571,8 @@ addons:
enabled: false enabled: false
client_id: dev_00eb8904-5b88-4c68-ad67-cec0d2e07aa6_anchore client_id: dev_00eb8904-5b88-4c68-ad67-cec0d2e07aa6_anchore
enterprise: enterprise:
enabled: false
licenseYaml: | licenseYaml: |
"TBD" "TBD"
values: values:
ensureDbJobs: ensureDbJobs:
resources: resources:
...@@ -1601,97 +1600,87 @@ addons: ...@@ -1601,97 +1600,87 @@ addons:
cpu: 100m cpu: 100m
memory: 200Mi memory: 200Mi
limits: {} limits: {}
anchoreAnalyzer: analyzer:
replicaCount: 1 replicaCount: 1
resources: resources:
requests: requests:
cpu: 100m cpu: 100m
memory: 200Mi memory: 200Mi
limits: {} limits: {}
anchoreApi: api:
resources: resources:
requests: requests:
cpu: 100m cpu: 100m
memory: 200Mi memory: 200Mi
limits: {} limits: {}
anchoreCatalog: catalog:
resources: resources:
requests: requests:
cpu: 100m cpu: 100m
memory: 200Mi memory: 200Mi
limits: {} limits: {}
anchorePolicyEngine: policyEngine:
resources: resources:
requests: requests:
cpu: 100m cpu: 100m
memory: 200Mi memory: 200Mi
limits: {} limits: {}
anchoreSimpleQueue: simpleQueue:
resources: resources:
requests: requests:
cpu: 100m cpu: 100m
memory: 200Mi memory: 200Mi
limits: {} limits: {}
anchoreEngineUpgradeJob: upgradeJob:
resources: resources:
requests: requests:
cpu: 100m cpu: 100m
memory: 200Mi memory: 200Mi
limits: {} limits: {}
anchore-feeds-db: feeds:
enabled: true
resources: resources:
requests: requests:
cpu: 100m cpu: 100m
memory: 200Mi memory: 200Mi
limits: {} limits: {}
metrics: feeds-db:
resources: resources:
requests: requests:
cpu: 100m cpu: 100m
memory: 200Mi memory: 200Mi
limits: {} limits: {}
anchoreEnterpriseFeeds: metrics:
resources: resources:
requests: requests:
cpu: 100m cpu: 100m
memory: 200Mi memory: 200Mi
limits: {} limits: {}
anchoreEnterpriseFeedsUpgradeJob: feedsUpgradeJob:
resources: resources:
requests: requests:
cpu: 100m cpu: 100m
memory: 200Mi memory: 200Mi
limits: {} limits: {}
anchoreEnterpriseRbac: rbacManager:
authResources:
requests:
cpu: 100m
memory: 200Mi
limits: {}
managerResources:
requests:
cpu: 100m
memory: 200Mi
limits: {}
anchoreEnterpriseReports:
resources: resources:
requests: requests:
cpu: 100m cpu: 100m
memory: 200Mi memory: 200Mi
limits: {} limits: {}
anchoreEnterpriseNotifications: reports:
resources: resources:
requests: requests:
cpu: 100m cpu: 100m
memory: 200Mi memory: 200Mi
limits: {} limits: {}
anchoreEntperpiseUi: notifications:
resources: resources:
requests: requests:
cpu: 100m cpu: 100m
memory: 200Mi memory: 200Mi
limits: {} limits: {}
anchoreEnterpriseEngineUpgradeJob: ui:
resources: resources:
requests: requests:
cpu: 100m cpu: 100m
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment