@@ -117,25 +117,25 @@ platform images are hosted in Coder's Docker Hub repo.
117
117
docker push my-registry.com/coderenvs/coder-service:<version>
118
118
```
119
119
120
- 1 . Create an ` offline.values.yaml ` file which includes the image paths for each
121
- the Coder containers and proxy configuration (if necessary). Below is an
122
- example :
120
+ 1 . If necessary, create an ` offline.values.yaml ` file that includes the image
121
+ paths for each of the Coder containers and proxy configuration similar to the
122
+ following :
123
123
124
124
``` yaml
125
125
coderd :
126
- image : my-registry.com/coderenvs/coder-service:<version>
127
- # Coder will use this proxy for all outbound HTTP/HTTPS connections
128
- # such as when checking for updated images in the image registry.
129
- # However, note that images are pulled from the Kubernetes container runtime,
130
- # and may require a different setting.
131
- proxy :
132
- http : http://proxy.internal:8888
133
- exempt : cluster.local
126
+ image : my-registry.com/coderenvs/coder-service:<version>
127
+ # Coder will use this proxy for all outbound HTTP/HTTPS connections
128
+ # such as when checking for updated images in the image registry.
129
+ # However, note that images are pulled from the Kubernetes container runtime,
130
+ # and may require a different setting.
131
+ proxy :
132
+ http : http://proxy.internal:8888
133
+ exempt : cluster.local
134
134
postgres :
135
- default :
136
- image : my-registry.com/coderenvs/timescale:<version>
135
+ default :
136
+ image : my-registry.com/coderenvs/timescale:<version>
137
137
envbox :
138
- image : us-docker.pkg.dev/airgap-project/test/ envbox:1.25.0
138
+ image : my-registry.com/coderenvs/ envbox:<version>
139
139
` ` `
140
140
141
141
1. Once all of the resources are in your air-gapped network, run the following
0 commit comments