From c5d10deea46adaf0a1f140aa483c286e3fd1de6c Mon Sep 17 00:00:00 2001
From: Quentin Powell <quentin.powell@anchore.com>
Date: Wed, 2 Feb 2022 21:24:51 +0000
Subject: [PATCH] Anchore rename hostname to domain

---
 chart/templates/anchore/values.yaml | 5 ++---
 chart/values.yaml                   | 2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/chart/templates/anchore/values.yaml b/chart/templates/anchore/values.yaml
index 81a6a250ef..4fd1e4ce67 100644
--- a/chart/templates/anchore/values.yaml
+++ b/chart/templates/anchore/values.yaml
@@ -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 }}
 
diff --git a/chart/values.yaml b/chart/values.yaml
index f1020c29ea..5732c5d425 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -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:
-- 
GitLab