Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit17ab26a

Browse files
authored
Update product-promotion-props.md (#1163)
* Update product-promotion-props.md* Update contentMinor content edits
1 parent2e873cc commit17ab26a

File tree

2 files changed

+28
-22
lines changed

2 files changed

+28
-22
lines changed

‎_data/nav.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@
431431
url:"/promotion-policy"
432432
-title:Promotion Workflows
433433
url:"/promotion-workflow"
434-
-title:Customize product promotion settings
434+
-title:Product promotion settings
435435
url:"/product-promotion-props"
436436
-title:Promotion entity YAMLs
437437
url:"/yaml"

‎_docs/promotions/product-promotion-props.md‎

Lines changed: 27 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,16 @@ redirect-from:
88
toc:true
99
---
1010

11+
##Promotion settings for products
1112

13+
Promotion settings for products define the configurations that determine which promotion sequences are valid based on changes to the product, the conditions under which to initiate them, and the exact changes to promote. These settings ensure consistent, accurate, and reliable delivery of updates across environments.
1214

13-
Before or after configuring specializedpromotionentities such as Promotion Flows, Policies, and Workflows, note that there are product-specific settings crucialtoeffective, reliable promotions, regardless ofthemethod you use or intend to use.
15+
By automating these configurations,promotionsettings by product reduce manual effort, minimize errors, and align with your deployment strategytoensure that changes are deployed undertheright conditions.
1416

15-
If you've created products, make sure you have configured the product's version, properties to be promoted, and Promotion Flows for a consistent promotion experience.
16-
17-
##Defining sources for product versions and properties
17+
#####What promotion settings can you configure for the product?
18+
* Product version (for Helm-based applications)
19+
* Properties to promote
20+
* Promotion Flows and their triggers
1821

1922
{% include
2023
image.html
@@ -26,44 +29,47 @@ caption="Product Settings: Version and properties for promotion"
2629
max-width="60%"
2730
%}
2831

29-
###Product version for promotion
30-
The product version specifies the source of the version you want to promote. By defining the source for retrieving the version, you gain control over what is promoted at each stage.
32+
33+
##Product version for promotion
34+
The product version specifies the source of the version you want to promote.
35+
3136

3237
#####Why is it important?
33-
Setting a source for the version ensures that each promotion action consistently targets the correct version of your product's applications.
34-
This minimizes potential issues due to version discrepancies, maintains application integrity, and provides a traceable version history.
38+
Defining a source for theproductversion ensures that each promotion action consistently targets the correct version of your product's applications.This minimizes risks associated with version mismatches, maintains application integrity, and provides a traceable version history.
39+
3540

3641
>**NOTE**
37-
The Environments, Product, and GitOps Apps dashboards display the product version_only for Helm application types_.
38-
For other application types, product versions are not displayed even if configured.
42+
The Environments, Product, and GitOps Apps dashboards display the product version_only for Helm application types_. For other application types, product versions are not displayed versions even when configured.
3943

4044
#####Version attribute
41-
The Version attributeis relative to the`spec.source.repoURL` and`spec.source.path` attributes defined in the source application's configuration manifest.
45+
The Version attribute, defined as a JSON path expression,is relative to the`spec.source.repoURL` and`spec.source.path` attributes defined in the source application's configuration manifest.
4246
Review[examples of version attributes]({{site.baseurl}}/docs/products/promotion-version-properties/#examples-of-version-attributes).
4347

44-
###Product properties for promotion
45-
Product properties allow you to specify the files and precise attributes—such as tags, version numbers, or other application attributes—that should be promoted across environments.
48+
For details, see[Configuring versions for promoted applications]({{site.baseurl}}/docs/docs/products/promotion-version-properties/).
49+
50+
51+
##Product properties for promotion
52+
Product properties specifies the files and precise attributes—such as tags, version numbers, or other application attributes—to promote across environments.
4653

4754
#####Why is it important?
48-
Configuringtheseproperties combines precision with automation,enabling promotionsthat consistently meet your defined requirements.
49-
Defining properties to be promoted for productsensures accuracy and enforces deployment standards that simplify cross-environment promotions.
55+
Configuring properties combines precision with automation,ensuringthat promotions consistently meet your defined requirements.
56+
Defining properties to be promoted for productssimplifies cross-environment promotions, enforces deployment standards, and enables targeted updates.
5057

5158
#####Property attributes
52-
You can define multiple files, ormultipleattributes withinthe samefile at any level, as propertiesto be promoted.
59+
You can define multiple files, or attributes withinafile at any level,through JSON path expressions,as propertiesfor promotion.
5360
Review[examples of promotable properties]({{site.baseurl}}/docs/products/promotion-version-properties/#examples-of-properties-for-promotion).
5461

55-
###JSON path expressions
62+
For details, see[Configuring properties for promotion across applications]({{site.baseurl}}/docs/products/promotion-version-properties/#configuring-properties-for-promotion-across-applications).
5663

57-
Both the version source and the properties to be promoted are defined through[JSON path expressions](#json-path-expressions-for-files-and-attributes).
5864

59-
For details, see[Configuring app version and promotable properties]({{site.baseurl}}/docs/products/promotion-version-properties).
6065

6166

62-
##Assigning aPromotionFlow and defining its triggers
67+
##PromotionFlows and triggers
6368

6469
If you’ve already created Promotion Flows, you can assign one or more flows to products and set up the triggers that initiate these flows based on specific conditions.
6570

66-
Assigning Promotion Flows to a product and configuring their triggers optimizes the automation of your promotion process, reducing manual input and increasing response efficiency. Triggered promotions allow you to promote changes in alignment with predefined conditions, such as matching commit messages or specific code changes.
71+
#####Why is it important?
72+
By assigning Promotion Flows and defining triggers, you reduce manual input, streamline automation, and ensure that changes are promoted in alignment with predefined conditions. This results in a more efficient and reliable promotion process.
6773

6874

6975
{% include

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp