Skip to content

Commit

Permalink
Merge pull request #962 from camptocamp/backport/960-to-1.3
Browse files Browse the repository at this point in the history
[Backport 1.3] Update the destination argocd repository
  • Loading branch information
sbrunner authored Jan 10, 2023
2 parents 94f9476 + a39b5cf commit 1839f77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions c2cciutils/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@


# Default value of the field path 'dispatch config repository'
DOCKER_DISPATCH_REPOSITORY_DEFAULT = "camptocamp/argocd-gs-platform-ch-development-apps"
DOCKER_DISPATCH_REPOSITORY_DEFAULT = "camptocamp/argocd-gs-gmf-apps"


# Default value of the field path 'Publish Docker config repository'
Expand Down Expand Up @@ -541,7 +541,7 @@
#
# The repository name to be triggered
#
# default: camptocamp/argocd-gs-platform-ch-development-apps
# default: camptocamp/argocd-gs-gmf-apps
"repository": str,
# Docker dispatch event type
#
Expand Down
2 changes: 1 addition & 1 deletion c2cciutils/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@
"repository": {
"title": "Docker dispatch repository",
"description": "The repository name to be triggered",
"default": "camptocamp/argocd-gs-platform-ch-development-apps",
"default": "camptocamp/argocd-gs-gmf-apps",
"type": "string"
},
"event-type": {
Expand Down
2 changes: 1 addition & 1 deletion config.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ _C2C CI utils configuration file_
- **`dispatch`**: Send a dispatch event to an other repository. Default: `{}`.
- **One of**
- _object_: Send a dispatch event to an other repository.
- **`repository`** _(string)_: The repository name to be triggered. Default: `"camptocamp/argocd-gs-platform-ch-development-apps"`.
- **`repository`** _(string)_: The repository name to be triggered. Default: `"camptocamp/argocd-gs-gmf-apps"`.
- **`event-type`** _(string)_: The event type to be triggered. Default: `"image-update"`.
-
-
Expand Down

0 comments on commit 1839f77

Please sign in to comment.