From 42618d0a4b0e32529893ca69c8dce01088885330 Mon Sep 17 00:00:00 2001 From: Olivier Vernin Date: Mon, 13 May 2024 19:46:46 +0200 Subject: [PATCH] fix: correctly use Rancher repository Signed-off-by: Olivier Vernin --- updatecli/values.d/scm-2.yaml | 3 +-- updatecli/values.d/scm.yaml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/updatecli/values.d/scm-2.yaml b/updatecli/values.d/scm-2.yaml index 75e5c4334..010195c32 100644 --- a/updatecli/values.d/scm-2.yaml +++ b/updatecli/values.d/scm-2.yaml @@ -4,7 +4,6 @@ scm: enabled: true user: "updatecli-bot" email: "bot@rancher.io" - #owner: rancher - owner: olblak + owner: rancher repository: fleet-docs branch: main diff --git a/updatecli/values.d/scm.yaml b/updatecli/values.d/scm.yaml index 16fa3f38e..ad26dfafd 100644 --- a/updatecli/values.d/scm.yaml +++ b/updatecli/values.d/scm.yaml @@ -5,8 +5,7 @@ scm: default: user: "updatecli-bot" email: "bot@rancher.io" - #owner: rancher - owner: olblak + owner: rancher repository: fleet-docs branch: main