File tree 2 files changed +24
-0
lines changed
2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,18 @@ Install the following dependencies if you haven't already:
17
17
[ PostgreSQL] ( https://www.postgresql.org/docs/12/admin.html ) instance to store
18
18
data, including workspace information and session tokens.
19
19
20
+ ## For public sector deployments
21
+
22
+ Users with public sector deployments may need to obtain Coder's installation
23
+ resources from
24
+ [ Big Bang] ( https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/coder )
25
+ (Helm charts) and
26
+ [ Ironbank] ( https://repo1.dso.mil/dsop/coder-enterprise/coder-enterprise/coder-service )
27
+ (installation images).
28
+
29
+ > Both the Big Bang and Ironbank repositories are one release behind the latest
30
+ > version of Coder.
31
+
20
32
## Create the Coder namespace (optional)
21
33
22
34
We recommend running Coder in a separate
Original file line number Diff line number Diff line change @@ -38,6 +38,18 @@ This guide will show you how to upgrade your Coder deployment.
38
38
helm repo add coder https://helm.coder.com
39
39
```
40
40
41
+ ## For public sector deployments
42
+
43
+ Users with public sector deployments may need to obtain Coder's installation
44
+ resources from
45
+ [ Big Bang] ( https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/coder )
46
+ (Helm charts) and
47
+ [ Ironbank] ( https://repo1.dso.mil/dsop/coder-enterprise/coder-enterprise/coder-service )
48
+ (installation images).
49
+
50
+ > Both the Big Bang and Ironbank repositories are one release behind the latest
51
+ > version of Coder.
52
+
41
53
## Upgrade Coder
42
54
43
55
1 . Retrieve the latest repository information:
You can’t perform that action at this time.
0 commit comments