From a39b5cfe7377810e4e2969a0d5fca102f6820609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Tue, 10 Jan 2023 13:41:59 +0100 Subject: [PATCH] Update the destination argocd repository --- c2cciutils/configuration.py | 4 ++-- c2cciutils/schema.json | 2 +- config.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/c2cciutils/configuration.py b/c2cciutils/configuration.py index d624a3d4f..075c3f9aa 100644 --- a/c2cciutils/configuration.py +++ b/c2cciutils/configuration.py @@ -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' @@ -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 # diff --git a/c2cciutils/schema.json b/c2cciutils/schema.json index 64a99824b..d943cef8e 100644 --- a/c2cciutils/schema.json +++ b/c2cciutils/schema.json @@ -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": { diff --git a/config.md b/config.md index d1e2f7fa6..f06c7c1d1 100644 --- a/config.md +++ b/config.md @@ -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"`. - -