Skip to content

Commit deb4e1e

Browse files
committed
update deployment version example
--- Signed-off-by: Guillaume Moutier <[email protected]> Co-authored-by: Claude
1 parent 7f8311f commit deb4e1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deployment/openshift/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The deployment uses a **template-based configuration system**:
3232
```
3333

3434
2. **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`)

deployment/openshift/user-values.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LITEMAAS_VERSION=0.0.19
1+
LITEMAAS_VERSION=0.1.0
22
CLUSTER_DOMAIN_NAME=your-cluster-domain
33
NAMESPACE=your-namespace
44
PG_ADMIN_PASSWORD=change-me-pg-password

0 commit comments

Comments
 (0)