Use specific opa image version 16/14216/1
authoraravind.est <aravindhan.a@est.tech>
Thu, 6 Mar 2025 11:33:01 +0000 (11:33 +0000)
committeraravind.est <aravindhan.a@est.tech>
Thu, 6 Mar 2025 11:35:33 +0000 (11:35 +0000)
Specific opa docker image version used instead of latest tag

Issue-ID: NONRTRIC-1049
Change-Id: Ida3007824395020a7cc448c7557f5aea919d02a7
Signed-off-by: aravind.est <aravindhan.a@est.tech>
docker-proj/docker-setup.sh
install/helm/nrt-base-1/charts/minio/templates/opa-deployment.yaml
install/helm/nrt-base-1/charts/strimzi-kafka/templates/opa-deployment.yaml
install/helm/nrt-pm/charts/ics/templates/opa-deployment.yaml

index 50cdf89..7284486 100755 (executable)
@@ -2,6 +2,7 @@
 
 #  ============LICENSE_START===============================================
 #  Copyright (C) 2023 Nordix Foundation. All rights reserved.
+#  Copyright (C) 2023-2025 OpenInfra Foundation Europe. All rights reserved.
 #  ========================================================================
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
@@ -67,7 +68,7 @@ check_images(){
 export KEYCLOAK_IMAGE=quay.io/keycloak/keycloak:20.0.1
 pull_image $KEYCLOAK_IMAGE
 
-export OPA_IMAGE=openpolicyagent/opa:latest-envoy
+export OPA_IMAGE=openpolicyagent/opa:0.70.0-envoy-17
 pull_image $OPA_IMAGE
 
 export BUNDLE_IMAGE=nginx:1.21
index 92f0f82..11ee21a 100644 (file)
@@ -1,5 +1,6 @@
 #  ============LICENSE_START===============================================
 #  Copyright (C) 2023 Nordix Foundation. All rights reserved.
+#  Copyright (C) 2023-2025 OpenInfra Foundation Europe. All rights reserved.
 #  ========================================================================
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
@@ -33,7 +34,7 @@ spec:
     spec:
       containers:
       - name: opa-minio
-        image: openpolicyagent/opa:latest-envoy
+        image: openpolicyagent/opa:0.70.0-envoy-17
         imagePullPolicy: Always
         ports:
         - name: http
index 8571c2e..11b5a15 100644 (file)
@@ -1,5 +1,6 @@
 #  ============LICENSE_START===============================================
 #  Copyright (C) 2023 Nordix Foundation. All rights reserved.
+#  Copyright (C) 2023-2025 OpenInfra Foundation Europe. All rights reserved.
 #  ========================================================================
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
@@ -33,7 +34,7 @@ spec:
     spec:
       containers:
       - name: opa-kafka
-        image: openpolicyagent/opa:latest-envoy
+        image: openpolicyagent/opa:0.70.0-envoy-17
         imagePullPolicy: Always
         ports:
         - name: http
@@ -44,4 +45,4 @@ spec:
         - "--set=decision_logs.console=true"
         - "--set=services.authz.url=http://bundle-server.nonrtric"
         - "--set=bundles.authz.service=authz"
-        - "--set=bundles.authz.resource=bundle.tar.gz"
\ No newline at end of file
+        - "--set=bundles.authz.resource=bundle.tar.gz"
index fb01ca2..1a1a93d 100644 (file)
@@ -1,5 +1,6 @@
 #  ============LICENSE_START===============================================
 #  Copyright (C) 2023 Nordix Foundation. All rights reserved.
+#  Copyright (C) 2023-2025 OpenInfra Foundation Europe. All rights reserved.
 #  ========================================================================
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
@@ -33,7 +34,7 @@ spec:
     spec:
       containers:
       - name: opa-ics
-        image: openpolicyagent/opa:latest-envoy
+        image: openpolicyagent/opa:0.70.0-envoy-17
         imagePullPolicy: Always
         ports:
         - name: http