You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[RELEASE](./postgres_ai_helm/RELEASE.md): Release process for maintainers
352
+
353
+
### Creating helm releases
354
+
355
+
For maintainers creating new helm chart releases:
356
+
357
+
```bash
358
+
cd postgres_ai_helm
359
+
360
+
# Test the chart locally
361
+
./test-release.sh
362
+
363
+
# Create a new release (e.g. 0.14.0)
364
+
./release.sh <VERSION>
365
+
```
366
+
367
+
This automatically:
368
+
- Updates Chart.yaml with the new version
369
+
- Creates a git tag
370
+
- Triggers GitLab CI/CD to package and publish the chart
371
+
- Creates a GitLab release with the packaged chart
372
+
323
373
## 📋 Checkup reports
324
374
325
375
postgres_ai monitoring generates automated health check reports based on [postgres-checkup](https://gitlab.com/postgres-ai/postgres-checkup). Each report has a unique check ID and title:
@@ -461,7 +511,7 @@ View the coverage report by opening `htmlcov/index.html` in your browser.
461
511
462
512
## 🤝 Contributing
463
513
464
-
We welcome contributions from Postgres experts! Please check our [GitLab repository](https://gitlab.com/postgres-ai/postgres_ai) for:
514
+
We welcome contributions from Postgres experts! Please check our [GitLab repository](https://gitlab.com/postgres-ai/postgresai) for:
465
515
- Code standards and review process
466
516
- Dashboard design principles
467
517
- Testing requirements for monitoring components
@@ -479,7 +529,7 @@ postgres_ai monitoring is developed by [PostgresAI](https://postgres.ai), bringi
0 commit comments