From 7104133ae07637cb8a073013243ec8aaf2fc91c3 Mon Sep 17 00:00:00 2001 From: brh28 <31115595+brh28@users.noreply.github.com> Date: Wed, 16 Oct 2024 09:43:09 -0500 Subject: [PATCH] Update CI values for lnflash (#110) Co-authored-by: Ben Hindman --- ci/values.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ci/values.yml b/ci/values.yml index 5c11589cab..ed83f7292c 100644 --- a/ci/values.yml +++ b/ci/values.yml @@ -1,15 +1,15 @@ #@data/values --- -git_uri: https://github.com/brh28/flash.git -git_branch: ci #! main -git_charts_uri: https://github.com/brh28/charts.git -git_price_uri: https://github.com/brh28/price.git +git_uri: https://github.com/lnflash/flash.git +git_branch: main #! main +git_charts_uri: https://github.com/lnflash/charts.git +git_price_uri: https://github.com/lnflash/price.git git_charts_branch: main git_charts_bot_branch: bot-bump-flash-image git_price_history_proto_bot_branch: bot-bump-price-history-proto git_price_realtime_proto_bot_branch: bot-bump-price-realtime-proto -gh_org: brh28 +gh_org: lnflash gh_repository: flash gh_user: ((github.username)) gh_password: ((github.api_token))