File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ The deployment uses a **template-based configuration system**:
3232 ```
3333
34342 . ** Edit ` user-values.env ` ** and customize the following ** required values** :
35- - ` LITEMAAS_VERSION ` - LiteMaaS version to deploy (e.g., ` 0.0.19 ` )
35+ - ` LITEMAAS_VERSION ` - LiteMaaS version to deploy (e.g., ` 0.1.0 ` )
3636 - ` CLUSTER_DOMAIN_NAME ` - Your OpenShift cluster domain (e.g., ` apps.cluster.example.com ` )
3737 - ` NAMESPACE ` - Namespace/project name (e.g., ` litemaas ` )
3838 - ` PG_ADMIN_PASSWORD ` - Secure PostgreSQL password (generate with ` openssl rand -base64 32 ` )
Original file line number Diff line number Diff line change 1- LITEMAAS_VERSION=0.0.19
1+ LITEMAAS_VERSION=0.1.0
22CLUSTER_DOMAIN_NAME=your-cluster-domain
33NAMESPACE=your-namespace
44PG_ADMIN_PASSWORD=change-me-pg-password
You can’t perform that action at this time.
0 commit comments