Skip to content

Commit 9c05cb0

Browse files
Merge pull request #2048 from gooddata/GRIF-429-Ex
GRIF-429: Rollout support Snowflake key-pair authentication for LCM bricks new image
2 parents d9f8fec + 5bf6ff1 commit 9c05cb0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.gdc-ii-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ microservices:
44
dockerfile: './DockerfileOldImage'
55
# specifies whether promote image to M3 image tag when release LCM. Default always promote image. Don't remote
66
# image when promoteImage configure false
7-
promoteImage: true
7+
promoteImage: false
88
# specifies whether run register pipeline components for the image when promote image. Default always run register
99
# pipeline components. Don't run register when registerPipelineComponentsWhenPromote configure false
10-
registerPipelineComponentsWhenPromote: true
10+
registerPipelineComponentsWhenPromote: false
1111
argumentsFromFiles:
1212
BRICKS_VERSION: 'VERSION'
1313
lcm-bricks-nextversion:
1414
docker:
1515
dockerfile: './Dockerfile'
1616
# specifies whether promote image to M3 image tag when release LCM. Default always promote image. Don't remote
1717
# image when promoteImage configure false
18-
promoteImage: false
18+
promoteImage: true
1919
# specifies whether run register pipeline components for the image when promote image. Default always run register
2020
# pipeline components. Don't run register when registerPipelineComponentsWhenPromote configure false
2121
registerPipelineComponentsWhenPromote: false

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.94
1+
3.7.95

0 commit comments

Comments
 (0)