From bd1fa80b232093350b776521f9c15c8fcd52859b Mon Sep 17 00:00:00 2001 From: Cody Constine Date: Mon, 25 Nov 2024 16:02:01 -0700 Subject: [PATCH] updating operator version for workspace --- conf/local-e2e-config.json | 2 +- conf/local-e2e-docker-config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/local-e2e-config.json b/conf/local-e2e-config.json index d34b594..fec4459 100644 --- a/conf/local-e2e-config.json +++ b/conf/local-e2e-config.json @@ -35,5 +35,5 @@ "optout_url": "http://localhost:8081", "s3_keys_metadata_path": "s3encryption_keys/metadata.json", "cloud_keys_metadata_path": "cloud_encryption_keys/metadata.json", - "encryption_support_version": "9999" + "encryption_support_version": "6.0.0" } diff --git a/conf/local-e2e-docker-config.json b/conf/local-e2e-docker-config.json index a30ded3..cc9bb3a 100644 --- a/conf/local-e2e-docker-config.json +++ b/conf/local-e2e-docker-config.json @@ -33,5 +33,5 @@ "core_public_url": "http://core:8088", "optout_url": "http://optout:8081", "cloud_encryption_keys_metadata_path": "cloud_encryption_keys/metadata.json", - "encryption_support_version": "9999" + "encryption_support_version": "6.0.0" }