From 85c312b46554791c00bcb25c28ba1e6224a77f7f Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Thu, 21 Apr 2022 12:45:04 -0500 Subject: [PATCH 1/2] chore: add info for public sector users --- setup/installation.md | 11 +++++++++++ setup/upgrade/index.md | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/setup/installation.md b/setup/installation.md index 55418144c..b3b520e96 100644 --- a/setup/installation.md +++ b/setup/installation.md @@ -17,6 +17,17 @@ Install the following dependencies if you haven't already: [PostgreSQL](https://www.postgresql.org/docs/12/admin.html) instance to store data, including workspace information and session tokens. +## For public sector deployments + +Users with public sector deployments may need to obtain Coder's installation +resources from +[Big Bang](https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/coder) +and +[Ironbank](https://repo1.dso.mil/dsop/coder-enterprise/coder-enterprise/coder-service). + +Note that both the Big Bang and Ironbank repositories are one release behind the +latest version of Coder. + ## Create the Coder namespace (optional) We recommend running Coder in a separate diff --git a/setup/upgrade/index.md b/setup/upgrade/index.md index aeaba8130..01758811c 100644 --- a/setup/upgrade/index.md +++ b/setup/upgrade/index.md @@ -38,6 +38,17 @@ This guide will show you how to upgrade your Coder deployment. helm repo add coder https://helm.coder.com ``` +## For public sector deployments + +Users with public sector deployments may need to obtain Coder's installation +resources from +[Big Bang](https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/coder) +and +[Ironbank](https://repo1.dso.mil/dsop/coder-enterprise/coder-enterprise/coder-service). + +Note that both the Big Bang and Ironbank repositories are one release behind the +latest version of Coder. + ## Upgrade Coder 1. Retrieve the latest repository information: From 8ec87b66161a3ac9c4f91a9ddd6a047d8d624430 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Thu, 21 Apr 2022 12:57:00 -0500 Subject: [PATCH 2/2] add details --- setup/installation.md | 9 +++++---- setup/upgrade/index.md | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/setup/installation.md b/setup/installation.md index b3b520e96..227a589f6 100644 --- a/setup/installation.md +++ b/setup/installation.md @@ -22,11 +22,12 @@ data, including workspace information and session tokens. Users with public sector deployments may need to obtain Coder's installation resources from [Big Bang](https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/coder) -and -[Ironbank](https://repo1.dso.mil/dsop/coder-enterprise/coder-enterprise/coder-service). +(Helm charts) and +[Ironbank](https://repo1.dso.mil/dsop/coder-enterprise/coder-enterprise/coder-service) +(installation images). -Note that both the Big Bang and Ironbank repositories are one release behind the -latest version of Coder. +> Both the Big Bang and Ironbank repositories are one release behind the latest +> version of Coder. ## Create the Coder namespace (optional) diff --git a/setup/upgrade/index.md b/setup/upgrade/index.md index 01758811c..43df5ab79 100644 --- a/setup/upgrade/index.md +++ b/setup/upgrade/index.md @@ -43,11 +43,12 @@ This guide will show you how to upgrade your Coder deployment. Users with public sector deployments may need to obtain Coder's installation resources from [Big Bang](https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/coder) -and -[Ironbank](https://repo1.dso.mil/dsop/coder-enterprise/coder-enterprise/coder-service). +(Helm charts) and +[Ironbank](https://repo1.dso.mil/dsop/coder-enterprise/coder-enterprise/coder-service) +(installation images). -Note that both the Big Bang and Ironbank repositories are one release behind the -latest version of Coder. +> Both the Big Bang and Ironbank repositories are one release behind the latest +> version of Coder. ## Upgrade Coder