From 90541aacd6d19276af4b861fc65c09ee9a47aeac Mon Sep 17 00:00:00 2001 From: Sophie Shen Date: Mon, 30 Mar 2026 17:06:17 -0700 Subject: [PATCH 1/2] Remove unused utilsImageDigest Signed-off-by: Sophie Shen --- bedrock-migration/values.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bedrock-migration/values.yaml b/bedrock-migration/values.yaml index 34340cade..f5c4bd975 100644 --- a/bedrock-migration/values.yaml +++ b/bedrock-migration/values.yaml @@ -9,5 +9,4 @@ global: imagePullSecret: ibm-entitlement-key cpfs: - imageRegistryNamespaceOperand: cpopen/cpfs - utilsImageDigest: "sha256:xxxxxx" \ No newline at end of file + imageRegistryNamespaceOperand: cpopen/cpfs \ No newline at end of file From 78aaaf29bb60d591fb3d38618815a606c6232012 Mon Sep 17 00:00:00 2001 From: Sophie Shen Date: Mon, 30 Mar 2026 17:06:33 -0700 Subject: [PATCH 2/2] bump migration job version to 0.0.2 Signed-off-by: Sophie Shen --- bedrock-migration/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bedrock-migration/Chart.yaml b/bedrock-migration/Chart.yaml index 11c3a853f..5ac08088f 100644 --- a/bedrock-migration/Chart.yaml +++ b/bedrock-migration/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: cpfs-migration description: A Helm chart for migrating Bedrock from OLM to No OLM type: application -version: 0.0.1 -appVersion: "0.0.1" +version: 0.0.2 +appVersion: "0.0.2"