From d5dcdd26d422dc6803942e17180c3343f1baf7df Mon Sep 17 00:00:00 2001 From: Jonas Date: Wed, 30 Aug 2023 07:32:36 +0000 Subject: [PATCH 1/3] Correct projec title --- config/clusters/nasa-ghg/common.values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/clusters/nasa-ghg/common.values.yaml b/config/clusters/nasa-ghg/common.values.yaml index a34f5b16c1..92c2e79c62 100644 --- a/config/clusters/nasa-ghg/common.values.yaml +++ b/config/clusters/nasa-ghg/common.values.yaml @@ -19,9 +19,9 @@ basehub: homepage: templateVars: org: - name: "NASA Green House Gases Center" + name: "U.S. Greenhouse Gas Center" logo_url: https://raw.githubusercontent.com/US-GHG-Center/ghgc-docs/87204d4a4e5f29c335a8f905c73de551aabd4845/Logo/ghg-logo.svg - url: https://www.nasa.gov/emd/ghg + url: https://www.earthdata.nasa.gov designed_by: name: "2i2c" url: https://2i2c.org From 12983485445c75334137ba007070d09434a35841 Mon Sep 17 00:00:00 2001 From: Jonas Date: Wed, 30 Aug 2023 07:33:00 +0000 Subject: [PATCH 2/3] Point to customized template --- config/clusters/nasa-ghg/staging.values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/clusters/nasa-ghg/staging.values.yaml b/config/clusters/nasa-ghg/staging.values.yaml index 88db107033..c3406116d6 100644 --- a/config/clusters/nasa-ghg/staging.values.yaml +++ b/config/clusters/nasa-ghg/staging.values.yaml @@ -8,6 +8,10 @@ basehub: tls: - hosts: [staging.ghg.2i2c.cloud] secretName: https-auto-tls + custom: + homepage: + gitRepoBranch: "main" + gitRepoUrl: "https://github.com/NASA-IMPACT/ghg-hub-homepage" hub: config: GitHubOAuthenticator: From 98b96802a22f1ced6780188b84b4649dff792632 Mon Sep 17 00:00:00 2001 From: Jonas Date: Thu, 31 Aug 2023 11:40:49 +0200 Subject: [PATCH 3/3] Update hub homepage url --- config/clusters/nasa-ghg/staging.values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/clusters/nasa-ghg/staging.values.yaml b/config/clusters/nasa-ghg/staging.values.yaml index c3406116d6..897ba742d7 100644 --- a/config/clusters/nasa-ghg/staging.values.yaml +++ b/config/clusters/nasa-ghg/staging.values.yaml @@ -10,8 +10,8 @@ basehub: secretName: https-auto-tls custom: homepage: - gitRepoBranch: "main" - gitRepoUrl: "https://github.com/NASA-IMPACT/ghg-hub-homepage" + gitRepoBranch: "master" + gitRepoUrl: "https://github.com/US-GHG-Center/ghgc-hub-homepage" hub: config: GitHubOAuthenticator: