diff --git a/chart/templates/anchore/values.yaml b/chart/templates/anchore/values.yaml
index 7d614afc2dd31da31f8f93cba4a6071fa03683d2..08fac73e3beafe12dd27988823aaf4ffa97ed2e2 100644
--- a/chart/templates/anchore/values.yaml
+++ b/chart/templates/anchore/values.yaml
@@ -80,10 +80,9 @@ feeds:
     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
-    auth:
-      username: {{ .Values.addons.anchore.database.username }}
-      password: {{ .Values.addons.anchore.database.password }}
-      database: {{ .Values.addons.anchore.database.feeds_database }}
+    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 }}
diff --git a/chart/values.yaml b/chart/values.yaml
index 68be6ceadce3adc9c08844f8185656ac15c26fec..33a4f68a711cd5f4f36594d1280fb2a48a0f5e69 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -1520,11 +1520,11 @@ addons:
     git:
       repo: https://repo1.dso.mil/big-bang/product/packages/anchore-enterprise.git
       path: "./chart"
-      tag: "2.0.2-bb.0"
+      tag: "2.0.2-bb.1"
     helmRepo:
       repoName: "registry1"
       chartName: "anchore"
-      tag: "2.0.2-bb.0"
+      tag: "2.0.2-bb.1"
 
     # -- Flux reconciliation overrides specifically for the Anchore Package
     flux: