Skip to content

Commit

Permalink
Use the API hostname so that the notifications service can be accessi… (
Browse files Browse the repository at this point in the history
#111)

* Use the API hostname so that the notifications service can be accessible from the catalog service

Signed-off-by: Samuel Dacanay <[email protected]>

* bump version

Signed-off-by: Samuel Dacanay <[email protected]>

* fix reports too

Signed-off-by: Samuel Dacanay <[email protected]>
  • Loading branch information
dakaneye authored Jan 22, 2021
1 parent 421b4d2 commit de16d40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/anchore-engine/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: anchore-engine
version: 1.11.3
version: 1.11.4
appVersion: 0.9.0
description: Anchore container analysis and policy evaluation engine service
keywords:
Expand Down
4 changes: 2 additions & 2 deletions stable/anchore-engine/templates/enterprise_configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ data:
reports:
enabled: true
require_auth: true
endpoint_hostname: {{ template "anchore-engine.enterprise-reports.fullname" . }}
endpoint_hostname: {{ template "anchore-engine.api.fullname" . }}
listen: '0.0.0.0'
port: {{ .Values.anchoreEnterpriseReports.service.port }}
max_request_threads: {{ default 50 .Values.anchoreEnterpriseReports.maxRequestThreads }}
Expand All @@ -132,7 +132,7 @@ data:
notifications:
enabled: true
require_auth: true
endpoint_hostname: {{ template "anchore-engine.enterprise-notifications.fullname" . }}
endpoint_hostname: {{ template "anchore-engine.api.fullname" . }}
listen: '0.0.0.0'
port: {{ .Values.anchoreEnterpriseNotifications.service.port }}
max_request_threads: {{ default 50 .Values.anchoreEnterpriseNotifications.maxRequestThreads }}
Expand Down

0 comments on commit de16d40

Please sign in to comment.