From 862f4a08f7783984c985afb15f1f540d45e313a1 Mon Sep 17 00:00:00 2001 From: Yurii Pelykh <yurii_pelykh@epam.com> Date: Fri, 17 Feb 2023 10:41:32 +0200 Subject: [PATCH] GONRG-6414: Fix opa image isn't copied to gcr --- examples/simple_osdu_onprem/custom-release.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/simple_osdu_onprem/custom-release.yaml b/examples/simple_osdu_onprem/custom-release.yaml index d834a5136..99893cfe8 100755 --- a/examples/simple_osdu_onprem/custom-release.yaml +++ b/examples/simple_osdu_onprem/custom-release.yaml @@ -75,3 +75,8 @@ bootstrap: image: "gcr.io/osdu-anthos/infra/osdu-gcp-bootstrap-minio-on-prem:v0.16.0" #FIXME: change to gc after new release keycloak: image: "gcr.io/osdu-anthos/infra/osdu-gcp-bootstrap-keycloak-on-prem:v0.16.0" #FIXME: change to gc after new release + +gc_policy_deploy: + opa: + data: + image: "gcr.io/osdu-anthos/opa/osdu-gcp-opa:v0.19.0" \ No newline at end of file -- GitLab