From 1e75c0a2c529ae5464bbb2cdbc95c1dd719d3c35 Mon Sep 17 00:00:00 2001 From: Hung Nguyen Date: Tue, 5 Aug 2025 11:34:47 +0700 Subject: [PATCH] GRIF-429: Rollout support Snowflake key-pair authentication for LCM bricks --- .gdc-ii-config.yaml | 6 +++--- VERSION | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gdc-ii-config.yaml b/.gdc-ii-config.yaml index b3831b6ef..438cb7b1c 100644 --- a/.gdc-ii-config.yaml +++ b/.gdc-ii-config.yaml @@ -4,10 +4,10 @@ microservices: dockerfile: './DockerfileOldImage' # specifies whether promote image to M3 image tag when release LCM. Default always promote image. Don't remote # image when promoteImage configure false - promoteImage: false + promoteImage: true # specifies whether run register pipeline components for the image when promote image. Default always run register # pipeline components. Don't run register when registerPipelineComponentsWhenPromote configure false - registerPipelineComponentsWhenPromote: false + registerPipelineComponentsWhenPromote: true argumentsFromFiles: BRICKS_VERSION: 'VERSION' lcm-bricks-nextversion: @@ -15,7 +15,7 @@ microservices: dockerfile: './Dockerfile' # specifies whether promote image to M3 image tag when release LCM. Default always promote image. Don't remote # image when promoteImage configure false - promoteImage: true + promoteImage: false # specifies whether run register pipeline components for the image when promote image. Default always run register # pipeline components. Don't run register when registerPipelineComponentsWhenPromote configure false registerPipelineComponentsWhenPromote: false diff --git a/VERSION b/VERSION index f5a500f38..5ca675a12 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.7.93 +3.7.94