diff --git a/NOTICE b/NOTICE
index 129556c61d3c12bd10bf4a448d84ed3b33add611..5cc410b4882d6ad5437366024704f954e3bf13e9 100644
--- a/NOTICE
+++ b/NOTICE
@@ -80,7 +80,6 @@ The following software have components provided under the terms of this license:
 
 - click (from https://palletsprojects.com/p/click/)
 - jinja2
-- kubernetes (from https://github.com/kubernetes-client/python)
 - requests-oauthlib (from https://github.com/requests/requests-oauthlib)
 
 ========================================================================
@@ -104,13 +103,12 @@ The following software have components provided under the terms of this license:
 - coloredlogs (from https://coloredlogs.readthedocs.io)
 - coverage (from https://github.com/nedbat/coveragepy)
 - exceptiongroup (from https://pypi.org/project/exceptiongroup/1.0.1/, https://pypi.org/project/exceptiongroup/1.1.1/)
-- fastapi (from https://pypi.org/project/fastapi/0.86.0/, https://pypi.org/project/fastapi/0.96.0/)
+- fastapi (from https://pypi.org/project/fastapi/0.86.0/, https://pypi.org/project/fastapi/0.97.0/)
 - h11
 - humanfriendly (from https://humanfriendly.readthedocs.io)
 - iniconfig (from http://github.com/RonnyPfannschmidt/iniconfig, https://pypi.org/project/iniconfig/2.0.0/)
 - jmespath (from https://github.com/jmespath/jmespath.py)
 - jsonschema
-- kubernetes (from https://github.com/kubernetes-client/python)
 - msal (from https://github.com/AzureAD/microsoft-authentication-library-for-python)
 - msal-extensions (from https://pypi.org/project/msal-extensions/1.0.0/)
 - munch (from https://github.com/Infinidat/munch)
diff --git a/devops/gc/deploy/templates/opa-deployment.yaml b/devops/gc/deploy/templates/opa-deployment.yaml
index f19d7289a6732035816b341085a260de0a86e2c8..bbf29b0d84d0cc6147fb75f51e51d6be20f1cbda 100644
--- a/devops/gc/deploy/templates/opa-deployment.yaml
+++ b/devops/gc/deploy/templates/opa-deployment.yaml
@@ -38,7 +38,7 @@ spec:
         resources:
           requests:
             cpu: "{{ .Values.data.requestsCpu }}"
-            memory: "{{ .Values.data.requestsMemory }}"
+            memory: "{{ .Values.opa.data.requestsMemory }}"
           limits:
             cpu: "{{ .Values.data.limitsCpu }}"
             memory: "{{ .Values.data.limitsMemory }}"
diff --git a/devops/gc/deploy/values.yaml b/devops/gc/deploy/values.yaml
index 5deaad866fc0cb2850e9fd230e73d15a332bf8c8..59a6301369f96dcda5670b7a88038121c29ea9e8 100644
--- a/devops/gc/deploy/values.yaml
+++ b/devops/gc/deploy/values.yaml
@@ -37,6 +37,7 @@ conf:
 
 opa:
   data:
+    requestsMemory: "200Mi"
     image: "docker.io/openpolicyagent/opa:latest-rootless"
     serviceAccountName: "opa"
   conf: