diff --git a/chart/templates/haproxy/values.yaml b/chart/templates/haproxy/values.yaml
index eb8d0e6896ac69b667651db61e366df0f163a9c1..cbda9535d622e299e7cecb2b125d3d8bfecc351b 100644
--- a/chart/templates/haproxy/values.yaml
+++ b/chart/templates/haproxy/values.yaml
@@ -6,12 +6,6 @@
 {{- define "bigbang.defaults.haproxy-sso" -}}
 # 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:
-  gateway: {{ default "public" .Values.addons.haproxy.ingress.gateway }}
-
 {{- $haproxyAuthserviceKey := (dig "selector" "key" "protect" .Values.addons.authservice.values) }}
 {{- $haproxyAuthserviceValue := (dig "selector" "value" "keycloak" .Values.addons.authservice.values) }}
 podLabels:
diff --git a/chart/values.yaml b/chart/values.yaml
index 9cbc531dbe9cb77540e4e8a2bc1c858b65e817aa..1d01d18186ab824f90e731fd4e53899e6862db0e 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -829,15 +829,11 @@ addons:
     git:
       repo: https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/haproxy
       path: "./chart"
-      tag: 1.1.2-bb.1
+      tag: "1.1.2-bb.2"
 
     # -- Flux reconciliation overrides specifically for the HAProxy Package
     flux: {}
 
-        # Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`).  The default is "public".
-    ingress:
-      gateway: ""
-
     # -- Values to passthrough to the haproxy chart: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/haproxy.git
     values: {}