From 9a0ee3ca5310e1fd43258480ec4a890d7e74fadf Mon Sep 17 00:00:00 2001 From: Denis Patrakeev Date: Wed, 26 Feb 2025 11:01:39 +0300 Subject: [PATCH] [DO-1600] Fix regex config gitea-sonarqube-bot-staging (!54) [DO-1600] Reviewed-on: https://git.avroid.tech/K8s/k8s-configs/pulls/54 --- .../gitea-sonarqube-bot-staging/values-ovveride.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/k8s-avroid-office.prod.local/namespaces/avroid-staging/security/gitea-sonarqube-bot-staging/values-ovveride.yaml b/clusters/k8s-avroid-office.prod.local/namespaces/avroid-staging/security/gitea-sonarqube-bot-staging/values-ovveride.yaml index ababcd0..ed6e0c8 100644 --- a/clusters/k8s-avroid-office.prod.local/namespaces/avroid-staging/security/gitea-sonarqube-bot-staging/values-ovveride.yaml +++ b/clusters/k8s-avroid-office.prod.local/namespaces/avroid-staging/security/gitea-sonarqube-bot-staging/values-ovveride.yaml @@ -110,9 +110,9 @@ app: ## @param app.configuration.namingPattern.regex Regular expression that MUST HAVE exactly ONE GROUP that matches the integer part of the PR. That integer part is identical to the pull request ID in Gitea. ## @param app.configuration.namingPattern.template Valid Go format string. It MUST have one integer placeholder which will be replaced by the pull request ID. See: https://pkg.go.dev/fmt#hdr-Printing namingPattern: - regex: "^PR-(\\d+)$" - urlregex: "^http\.*&pullRequest=PR-(\\d+)\.*$" - template: "PR-%d" + regex: ^PR-(\d+)$ + urlregex: ^http.*&pullRequest=PR-(\d+).*$ + template: PR-%d bitbucket: webhook: