|
35 | 35 |
|
36 | 36 | ## Features |
37 | 37 |
|
38 | | -- 🐳 **Production-ready Docker images** for GenieACS v1.2.15.0 |
| 38 | +- 🐳 **Production-ready Docker images** for GenieACS v1.2.16.0 |
39 | 39 | - ☸️ **Official Helm chart** for Kubernetes deployments |
40 | 40 | - 🔄 **Automated chart releases** via GitHub Actions |
41 | 41 | - 🔒 **Security best practices** (non-root user, security contexts, etc.) |
@@ -69,7 +69,7 @@ docker run -d \ |
69 | 69 | -p 3000:3000 \ |
70 | 70 | -e GENIEACS_MONGODB_CONNECTION_URL=mongodb://your-mongo-host/genieacs \ |
71 | 71 | -e GENIEACS_UI_JWT_SECRET=your-secret-here \ |
72 | | - drumsergio/genieacs:1.2.15.0 |
| 72 | + drumsergio/genieacs:1.2.16.0 |
73 | 73 | ``` |
74 | 74 |
|
75 | 75 | ## Deployment Methods |
@@ -141,7 +141,7 @@ Key configuration options in `values.yaml`: |
141 | 141 | ```yaml |
142 | 142 | image: |
143 | 143 | repository: drumsergio/genieacs |
144 | | - tag: "1.2.15.0" |
| 144 | + tag: "1.2.16.0" |
145 | 145 |
|
146 | 146 | replicaCount: 1 |
147 | 147 |
|
@@ -221,14 +221,14 @@ For complete configuration options, see [charts/genieacs/values.yaml](charts/gen |
221 | 221 | To build the Docker image locally: |
222 | 222 |
|
223 | 223 | ```bash |
224 | | -docker build -t drumsergio/genieacs:1.2.15.0 . |
| 224 | +docker build -t drumsergio/genieacs:1.2.16.0 . |
225 | 225 | ``` |
226 | 226 |
|
227 | 227 | For multi-architecture builds: |
228 | 228 |
|
229 | 229 | ```bash |
230 | 230 | docker buildx build --platform linux/amd64,linux/arm64 \ |
231 | | - -t drumsergio/genieacs:1.2.15.0 \ |
| 231 | + -t drumsergio/genieacs:1.2.16.0 \ |
232 | 232 | -t drumsergio/genieacs:latest \ |
233 | 233 | --push . |
234 | 234 | ``` |
|
0 commit comments