@@ -96,43 +96,43 @@ Before starting, ensure you have:
9696 s3SecretKey : " s3-custom-ca.crt"
9797
9898 services :
99- web :
100- image : <your-registry.com>/web-commercial:<PLANE_VERSION>
101-
102- api :
103- image : <your-registry.com>/backend-commercial:<PLANE_VERSION>
104-
105- space :
106- image : <your-registry.com>/space-commercial:<PLANE_VERSION>
107-
108- admin :
109- image : <your-registry.com>/admin-commercial:<PLANE_VERSION>
110-
111- live :
112- image : <your-registry.com>/live-commercial:<PLANE_VERSION>
113-
114- monitor :
115- image : <your-registry.com>/monitor-commercial:<PLANE_VERSION>
116-
117- silo :
118- image : <your-registry.com>/silo-commercial:<PLANE_VERSION>
119-
120- iframely :
121- image : <your-registry.com>/iframely:v1.2.0
122-
123- # Database and infrastructure images
124- redis :
125- image : <your-registry.com>/valkey:7.2.5-alpine
126-
127- postgres :
128- image : <your-registry.com>/postgres:15.7-alpine
129-
130- rabbitmq :
131- image : <your-registry.com>/rabbitmq:3.13.6-management-alpine
132-
133- minio :
134- image : <your-registry.com>/minio:latest
135- image_mc : <your-registry.com>/mc:latest
99+ web :
100+ image : <your-registry.com>/web-commercial:<PLANE_VERSION>
101+
102+ api :
103+ image : <your-registry.com>/backend-commercial:<PLANE_VERSION>
104+
105+ space :
106+ image : <your-registry.com>/space-commercial:<PLANE_VERSION>
107+
108+ admin :
109+ image : <your-registry.com>/admin-commercial:<PLANE_VERSION>
110+
111+ live :
112+ image : <your-registry.com>/live-commercial:<PLANE_VERSION>
113+
114+ monitor :
115+ image : <your-registry.com>/monitor-commercial:<PLANE_VERSION>
116+
117+ silo :
118+ image : <your-registry.com>/silo-commercial:<PLANE_VERSION>
119+
120+ iframely :
121+ image : <your-registry.com>/iframely:v1.2.0
122+
123+ # Database and infrastructure images
124+ redis :
125+ image : <your-registry.com>/valkey:7.2.5-alpine
126+
127+ postgres :
128+ image : <your-registry.com>/postgres:15.7-alpine
129+
130+ rabbitmq :
131+ image : <your-registry.com>/rabbitmq:3.13.6-management-alpine
132+
133+ minio :
134+ image : <your-registry.com>/minio:latest
135+ image_mc : <your-registry.com>/mc:latest
136136
137137 env :
138138 storageClass : ' '
@@ -142,12 +142,12 @@ Before starting, ensure you have:
142142
143143 ` ` ` bash
144144 helm install plane-app plane-enterprise-1.4.1.tgz \
145- --create-namespace \
146- --namespace plane \
147- -f custom-values.yaml \
148- --timeout 10m \
149- --wait \
150- --wait-for-jobs
145+ --create-namespace \
146+ --namespace plane \
147+ -f custom-values.yaml \
148+ --timeout 10m \
149+ --wait \
150+ --wait-for-jobs
151151 ```
152152
153153## Verify installation
@@ -194,4 +194,4 @@ You now have Plane running in your air-gapped environment. If you run into any i
194194<Tip >
195195* Optional*
196196Once everything is working, you can safely delete the ` airgapped ` folder that contains the installation script and image files to free up space.
197- </Tip >
197+ </Tip >
0 commit comments