From 983c8deeea0f89c286852c111eb3b41ccf9f8b6d Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sun, 30 Jan 2022 21:29:42 +0700 Subject: [PATCH] fix: set Gitea root url https://github.com/renovatebot/renovate/discussions/9774 --- platform/gitea/values.yaml | 1 + platform/renovate/values.yaml | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/gitea/values.yaml b/platform/gitea/values.yaml index 689fcb62c4..39eaf878a4 100644 --- a/platform/gitea/values.yaml +++ b/platform/gitea/values.yaml @@ -20,6 +20,7 @@ gitea: config: server: LANDING_PAGE: explore + ROOT_URL: https://git.khuedoan.com persistence: storageClass: longhorn postgresql: diff --git a/platform/renovate/values.yaml b/platform/renovate/values.yaml index 17799f882f..2a1c9c9dd6 100644 --- a/platform/renovate/values.yaml +++ b/platform/renovate/values.yaml @@ -8,8 +8,7 @@ renovate: config: | { "platform": "gitea", - "endpoint": "http://gitea-http.gitea:3000/api/v1", - "gitUrl": "endpoint", + "endpoint": "https://git.khuedoan.com/api/v1", "gitAuthor": "Renovate Bot ", "token": "31a914fe134384e4044a7d3f7f965bea7a5be5b0", "autodiscover": false,