UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit c5d10dee authored by Quentin Powell's avatar Quentin Powell Committed by Ryan Garcia
Browse files

Anchore rename hostname to domain

parent e962879c
No related branches found
No related tags found
3 merge requests!1658Draft: Merge branch 'tempo_tracing_updates' into 'master',!1386Master,!1305Anchore rename hostname to domain
......@@ -5,7 +5,6 @@
{{- define "bigbang.defaults.anchore" -}}
# hostname is deprecated and replaced with domain. But if hostname exists then use it.
{{- $domainName := default .Values.domain .Values.hostname }}
hostname: {{ $domainName }}
domain: {{ $domainName }}
istio:
......@@ -102,7 +101,7 @@ anchore-ui-redis:
{{- if .Values.istio.enabled }}
master:
podAnnotations:
{{ include "istioAnnotation" . }}
{{ include "istioAnnotation" . }}
replica:
podAnnotations:
{{ include "istioAnnotation" . }}
......@@ -124,7 +123,7 @@ anchore-ui-redis:
app.kubernetes.io/instance: anchore
prometheusRule:
enabled: true
namespace: monitoring
namespace: monitoring
{{- end }}
{{- end }}
......
......@@ -941,7 +941,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/security-tools/anchore-enterprise.git
path: "./chart"
tag: "1.15.0-bb.7"
tag: "1.15.0-bb.8"
# -- Flux reconciliation overrides specifically for the Anchore Package
flux:
......
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